Class Font
名称: Aspose.Imaging.Xmp.Types.Complex.Font アセンション: Aspose.Imaging.dll (25.4.0)
XMPフォントを表示します。
[JsonObject(MemberSerialization.OptIn)]
public sealed class Font : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Font
Implements
相続人
ComplexTypeBase.GetXmpRepresentation() , ComplexTypeBase.Prefix , ComplexTypeBase.NamespaceUri , XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Font()
Aspose.Imaging.Xmp.Types.Complex.Font.Fontクラスの新しい例を開始します。
[JsonConstructor]
public Font()
Font(ストレッチ)
Aspose.Imaging.Xmp.Types.Complex.Font.Fontクラスの新しい例を開始します。
public Font(string fontFamily)
Parameters
fontFamily
string
フォントファミリー
Properties
ChildFontFiles
複合文字を構成する文字のためのファイル名の順序を取得または設定します。
[JsonProperty]
public string[] ChildFontFiles { get; set; }
不動産価値
string ( )
FontFace
顔を入れるか、文字を入れるか。
[JsonProperty]
public string FontFace { get; set; }
不動産価値
FontFamily
フォントファミリーを取得または設定します。
[JsonProperty]
public string FontFamily { get; set; }
不動産価値
FontFileName
フルコースなしでフォントファイル名を取得または設定します。
[JsonProperty]
public string FontFileName { get; set; }
不動産価値
FontName
PostScript フォント名を取得または設定します。
[JsonProperty]
public string FontName { get; set; }
不動産価値
FontType
入力またはフォントタイプを設定します。
[JsonProperty]
public string FontType { get; set; }
不動産価値
Examples
TrueType、タイプ1、オープンタイプなど。
IsComposite
このフォントが複合であるかどうかを示す値を取得または設定します。
[JsonProperty]
public bool IsComposite { get; set; }
不動産価値
Version
フォントバージョンを取得または設定します。
[JsonProperty]
public string Version { get; set; }
不動産価値
Examples
Type1 フォントのバージョンnameId 5 for Apple True Type と OpenType/CIDFontVersion for CID フォントビットマップフォントのための空のストレッチ
Methods
GetXmpRepresentation()
ストレッチが含まれている値をXMP形式で取得します。
public override string GetXmpRepresentation()
Returns
XMP フォーマットに含まれる値を返します。