Class FontExtensions
Class FontExtensions
De naam: Aspose.Imaging.Extensions Verzameling: Aspose.Imaging.dll (25.5.0)
Inhoudt uitbreidingsmethoden voor de Aspose.Imaging.Font klasse.
public static class FontExtensionsInheritance
Geëerbiede leden
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiFont(Font)
Converteert de Aspose.Imaging.Font naar de System.Drawing.Foont.
public static Font ToGdiFont(Font font)Parameters
font Font
De Aspose.Imaging.Font om te converteren.
Returns
De converteerde System.Drawing.Font.
ToGdiFont(Schrift, GraphicsUnit)
Converteert de Aspose.Imaging.Font naar de System.Drawing.Foont.
public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)Parameters
font Font
De Aspose.Imaging.Font om te converteren.
fontUnit GraphicsUnit
Nieuwe grafische eenheid
Returns
De converteerde System.Drawing.Font.