Scroll to navigation

GdipCloneFontFamily(3w) Wine API 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

Declared in "gdiplusflat.h".
Implemented in "dlls/gdiplus/font.c".
Oct 2012 Wine API