Class Font

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

IXmpType , ICloneable

相続人

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; }

不動産価値

string

FontFamily

フォントファミリーを取得または設定します。

[JsonProperty]
public string FontFamily { get; set; }

不動産価値

string

FontFileName

フルコースなしでフォントファイル名を取得または設定します。

[JsonProperty]
public string FontFileName { get; set; }

不動産価値

string

FontName

PostScript フォント名を取得または設定します。

[JsonProperty]
public string FontName { get; set; }

不動産価値

string

FontType

入力またはフォントタイプを設定します。

[JsonProperty]
public string FontType { get; set; }

不動産価値

string

Examples

TrueType、タイプ1、オープンタイプなど。

IsComposite

このフォントが複合であるかどうかを示す値を取得または設定します。

[JsonProperty]
public bool IsComposite { get; set; }

不動産価値

bool

Version

フォントバージョンを取得または設定します。

[JsonProperty]
public string Version { get; set; }

不動産価値

string

Examples

Type1 フォントのバージョンnameId 5 for Apple True Type と OpenType/CIDFontVersion for CID フォントビットマップフォントのための空のストレッチ

Methods

GetXmpRepresentation()

ストレッチが含まれている値をXMP形式で取得します。

public override string GetXmpRepresentation()

Returns

string

XMP フォーマットに含まれる値を返します。

 日本語