Class Font

Class Font

Název místa: Aspose.Imaging.Xmp.Types.Complex.Font Shromáždění: Aspose.Imaging.dll (25.4.0)

Představuje XMP Font.

[JsonObject(MemberSerialization.OptIn)]
public sealed class Font : ComplexTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase Font

Implements

IXmpType , ICloneable

Dědiční členové

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()

Začíná nový příklad třídy Aspose.Imaging.Xmp.Types.Complex.Font.Font.

[JsonConstructor]
public Font()

Font(Stringová)

Začíná nový příklad třídy Aspose.Imaging.Xmp.Types.Complex.Font.Font.

public Font(string fontFamily)

Parameters

fontFamily string

Zpět na rodinu.

Properties

ChildFontFiles

Obdržíte nebo nastavíte řadu názvů souborů pro písma, které tvoří složité písmo.

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

Hodnota nemovitosti

string []a[]

FontFace

Obdržíte nebo nastavte fontovou tv.

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

Hodnota nemovitosti

string

FontFamily

Obdržíte nebo nastavíte fontovou rodinu.

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

Hodnota nemovitosti

string

FontFileName

Získáte nebo nastavte název souboru písma bez plné cesty.

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

Hodnota nemovitosti

string

FontName

Obdržíte nebo nastavte název písma PostScript.

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

Hodnota nemovitosti

string

FontType

Obdržíte nebo nastavte typ písma.

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

Hodnota nemovitosti

string

Examples

TrueType, typ 1, otevřený typ a tak dále.

IsComposite

Obdrží nebo nastaví hodnotu, která naznačuje, zda je tato písmena složen.

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

Hodnota nemovitosti

bool

Version

Obdržíte nebo nastavte verzi písma.

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

Hodnota nemovitosti

string

Examples

/verze pro typ 1 písmenaNázev: Apple True Type a OpenType/CIDFontVersion pro CID fontyPrázdná řetězec pro bitmap fonty

Methods

GetXmpRepresentation()

Obdrží hodnotu obsaženou v řetězci ve formátu XMP.

public override string GetXmpRepresentation()

Returns

string

Vrátí obsahovanou hodnotu řetězce ve formátu XMP.

 Čeština