Scroll to navigation

GdipGetGenericFontFamilySerif(3w) Wine API GdipGetGenericFontFamilySerif(3w)

NAME

GdipGetGenericFontFamilySerif (GDIPLUS.@)

SYNOPSIS

GpStatus WINGDIPAPI GdipGetGenericFontFamilySerif
(
GpFontFamily** nativeFamily
)
 

DESCRIPTION

Obtains a serif family (Times New Roman on Windows).
 

PARAMS

** nativeFamily [In] Where the font will be stored.
 

RETURNS

InvalidParameter if nativeFamily is NULL. Ok otherwise.
 

IMPLEMENTATION

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