table of contents
other versions
- wheezy 1.4.1-4
GdipGetGenericFontFamilySansSerif(3w) | Wine API | GdipGetGenericFontFamilySansSerif(3w) |
NAME¶
GdipGetGenericFontFamilySansSerif (GDIPLUS.@)SYNOPSIS¶
GpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif(
GpFontFamily** nativeFamily
)
DESCRIPTION¶
Obtains a serif family (Microsoft Sans Serif 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 |