平面功能 |
包装方式 |
备注 |
GpStatus WINGDIPAPI GdipCreateFontFamilyFromName(GDIPCONST WCHAR * name,GpFontCollection * fontCollection,GpFontFamily ** FontFamily) |
FontFamily FontFamily(IN const WCHAR * name,IN const FontCollection * fontCollection) |
|
GpStatus WINGDIPAPI GdipDeleteFontFamily(GpFontFamily * FontFamily) |
FontFamily ~FontFamily() |
|
GpStatus WINGDIPAPI GdipCloneFontFamily(GpFontFamily * FontFamily,GpFontFamily ** clonedFontFamily) |
FontFamily FontFamily * Clone()const |
|
GpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif(GpFontFamily ** nativeFamily) |
FontFamily const FontFamily * GenericSansSerif() |
|
GpStatus WINGDIPAPI GdipGetGenericFontFamilySerif(GpFontFamily ** nativeFamily) |
FontFamily const FontFamily * GenericSerif() |
|
GpStatus WINGDIPAPI GdipGetGenericFontFamilyMonospace(GpFontFamily ** nativeFamily) |
FontFamily const FontFamily * GenericMonospace() |
|
GpStatus WINGDIPAPI GdipGetFamilyName(GDIPCONST GpFontFamily * family,WCHAR name [LF_FACESIZE],LANGID语言) |
FontFamily 状态GetFamilyName(IN WCHAR name [LF_FACESIZE],IN LANGID语言)const |
|
GpStatus WINGDIPAPI GdipIsStyleAvailable(GDIPCONST GpFontFamily * family,INT style,BOOL * IsStyleAvailable) |
FontFamily BOOL IsStyleAvailable(IN INT style)const |
|
GpStatus WINGDIPAPI GdipFontCollectionEnumerable(GpFontCollection * fontCollection,GpGraphics * graphics,INT * numFound) |
不叫 |
未实现 |
GpStatus WINGDIPAPI GdipFontCollectionEnumerate(GpFontCollection * fontCollection,INT numSought,GpFontFamily * gpfamilies [],INT * numFound,GpGraphics * graphics) |
不叫 |
未实现 |
GpStatus WINGDIPAPI GdipGetEmHeight(GDIPCONST GpFontFamily * family,INT style,UINT16 * EmHeight) |
FontFamily UINT16 GetEmHeight(IN INT style)const |
|
GpStatus WINGDIPAPI GdipGetCellAscent(GDIPCONST GpFontFamily * family,INT style,UINT16 * CellAscent) |
FontFamily UINT16 GetCellAscent(IN INT style)const |
|
GpStatus WINGDIPAPI GdipGetCellDescent(GDIPCONST GpFontFamily * family,INT style,UINT16 * CellDescent) |
FontFamily UINT16 GetCellDescent(IN INT style)const |
|
GpStatus WINGDIPAPI GdipGetLineSpacing(GDIPCONST GpFontFamily * family,INT style,UINT16 * LineSpacing) |
FontFamily UINT16 GetLineSpacing(IN INT style)const |