FontExtensions.ToGdiFont
ToGdiFont(Font)
Konvertiert dieFont
zumFont .
public static Font ToGdiFont(Font font)
Parameter | Typ | Beschreibung |
---|---|---|
font | Font | DerFont umwandeln. |
Rückgabewert
Der konvertierteFont.
Siehe auch
- class Font
- class FontExtensions
- namensraum Aspose.PSD.Extensions
- Montage Aspose.PSD
ToGdiFont(Font, GraphicsUnit)
Konvertiert dieFont
zumFont .
public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)
Parameter | Typ | Beschreibung |
---|---|---|
font | Font | DerFont umwandeln. |
fontUnit | GraphicsUnit | Neue Grafikeinheit |
Rückgabewert
Der konvertierteFont.
Siehe auch
- class Font
- class FontExtensions
- namensraum Aspose.PSD.Extensions
- Montage Aspose.PSD