FontExtensions.ToGdiFont
ToGdiFont(Font)
Converts the Font
to the Font.
public static Font ToGdiFont(Font font)
Parameter | Type | Description |
---|---|---|
font | Font | The Font to convert. |
Return Value
The converted Font.
See Also
- class Font
- class FontExtensions
- namespace Aspose.PSD.Extensions
- assembly Aspose.PSD
ToGdiFont(Font, GraphicsUnit)
Converts the Font
to the Font.
public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)
Parameter | Type | Description |
---|---|---|
font | Font | The Font to convert. |
fontUnit | GraphicsUnit | New graphics unit |
Return Value
The converted Font.
See Also
- class Font
- class FontExtensions
- namespace Aspose.PSD.Extensions
- assembly Aspose.PSD