Class FontExtensions

Class FontExtensions

Nazwa przestrzeń: Aspose.Imaging.Extensions Zgromadzenie: Aspose.Imaging.dll (25.5.0)

Zawiera metody rozszerzenia dla klasy Aspose.Imaging.Font.

public static class FontExtensions

Inheritance

object FontExtensions

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

ToGdiFont(Font)

Konwertuje Aspose.Imaging.Font do System.Drawing.Foont.

public static Font ToGdiFont(Font font)

Parameters

font Font

Wymagania.Font do konwersji.

Returns

Font

Konwertowane System.Drawing.Font

ToGdiFont(Źródło, Grafika)

Konwertuje Aspose.Imaging.Font do System.Drawing.Foont.

public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)

Parameters

font Font

Wymagania.Font do konwersji.

fontUnit GraphicsUnit

Nowe jednostki graficzne

Returns

Font

Konwertowane System.Drawing.Font

 Polski