NAME

GdipGetGenericFontFamilySerif  (GDIPLUS.@)

SYNOPSIS

 GpStatus WINGDIPAPI  GdipGetGenericFontFamilySerif
 (
  GpFontFamily** nativeFamily
 )

DESCRIPTION

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

PARAMS

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

RETURNS

InvalidParameter if nativeFamily is NULL. FontFamilyNotFound if unable to get font. Ok otherwise.

IMPLEMENTATION

Declared in "gdiplusflat.h". https://source.winehq.org/source/include/gdiplusflat.h

Implemented in "dlls/gdiplus/font.c". https://source.winehq.org/source/dlls/gdiplus/font.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.