table of contents
other versions
- wheezy 1.4.1-4
GdipDeleteFontFamily(3w) | Wine API | GdipDeleteFontFamily(3w) |
NAME¶
GdipDeleteFontFamily (GDIPLUS.@)SYNOPSIS¶
GpStatus WINGDIPAPI GdipDeleteFontFamily(
GpFontFamily* FontFamily
)
DESCRIPTION¶
Removes the specified FontFamily.PARAMS¶
* FontFamily [In] The family to delete.RETURNS¶
SUCCESS: Ok FAILURE: InvalidParameter if FontFamily is NULL.IMPLEMENTATION¶
Declared in "gdiplusflat.h". Implemented in "dlls/gdiplus/font.c".Oct 2012 | Wine API |