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
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".