Class FontExtensions

Class FontExtensions

De naam: Aspose.Imaging.Extensions Verzameling: Aspose.Imaging.dll (25.4.0)

Inhoudt uitbreidingsmethoden voor de Aspose.Imaging.Font klasse.

public static class FontExtensions

Inheritance

object FontExtensions

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

Font

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

Font

De converteerde System.Drawing.Font.

 Nederlands