GdipCreateFontFamilyFromName(3w)

NAME

GdipCreateFontFamilyFromName (GDIPLUS.@)

SYNOPSIS

GpStatus WINGDIPAPI  GdipCreateFontFamilyFromName
 (
  GDIPCONST WCHAR*  name,
  GpFontCollection* fontCollection,
  GpFontFamily**    FontFamily
 )

DESCRIPTION

Creates a font family object based on a supplied name.

PARAMS

name [In] Name of the font.

fontCollection [In] What font collection (if any) the font belongs to (may be NULL).

FontFamily [Out] Pointer to the resulting FontFamily object.

RETURNS

SUCCESS: Ok

FAILURE: FamilyNotFound if the requested FontFamily does not exist on the system

FAILURE: Invalid parameter if FontFamily or name is NULL.

NOTES

If fontCollection is NULL then the object is not part of any collection

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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout