Class FontExtensions
Class FontExtensions
名称: Aspose.Imaging.Extensions アセンション: Aspose.Imaging.dll (25.4.0)
Aspose.Imaging.Font クラスの拡張方法が含まれています。
public static class FontExtensions
Inheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiFont(Font)
Aspose.Imaging.Font を System.Drawing.Font に変換します。
public static Font ToGdiFont(Font font)
Parameters
font
Font
Aspose.Imaging.Font を変換する
Returns
変換されたシステム.Drawing.Font
ToGdiFont(グラフィック、グラフィック)
Aspose.Imaging.Font を System.Drawing.Font に変換します。
public static Font ToGdiFont(Font font, GraphicsUnit fontUnit)
Parameters
font
Font
Aspose.Imaging.Font を変換する
fontUnit
GraphicsUnit
新型グラフィックユニット
Returns
変換されたシステム.Drawing.Font