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