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