GdipCloneFontFamily(3w)
NAME
GdipCloneFontFamily (GDIPLUS.@)
SYNOPSIS
GpStatus WINGDIPAPI GdipCloneFontFamily ( GpFontFamily* FontFamily, GpFontFamily** clonedFontFamily )
DESCRIPTION
Creates a deep copy of a Font Family object.
PARAMS
FontFamily [In] Font to clone.
clonedFontFamily [Out] The resulting cloned font.
RETURNS
SUCCESS: Ok
IMPLEMENTATION
Defined in "gdiplusflat.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdiplus/font.c".