Class Font

Class Font

nazivni prostor: Aspose.Imaging.Xmp.Types.Complex.Font Sastav: Aspose.Imaging.dll (25.4.0)

Predstavlja XMP font.

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

Inheritance

object XmpTypeBase ComplexTypeBase Font

Implements

IXmpType , ICloneable

naslijeđeni članovi

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

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Complex.Font.Foont razreda.

[JsonConstructor]
public Font()

Font(String)

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Complex.Font.Foont razreda.

public Font(string fontFamily)

Parameters

fontFamily string

Povijest obitelji.

Properties

ChildFontFiles

Pronađite ili postavite niz imena datoteke za fontove koji čine kompozitni font.

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

Vrijednost nekretnina

string []

FontFace

Pronađite ili postavite font lice.

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

Vrijednost nekretnina

string

FontFamily

Uzmite ili postavite font obitelj.

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

Vrijednost nekretnina

string

FontFileName

Pronađite ili postavite ime datoteke font bez punog puta.

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

Vrijednost nekretnina

string

FontName

Pronađite ili postavite ime pisma PostScript.

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

Vrijednost nekretnina

string

FontType

Pronađite ili postavite tip pisma.

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

Vrijednost nekretnina

string

Examples

TrueType, Type 1, Open Type i tako dalje.

IsComposite

Dobiva ili postavlja vrijednost koja ukazuje na to je li ta pisma kompozitna.

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

Vrijednost nekretnina

bool

Version

Pronađite ili postavite font verziju.

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

Vrijednost nekretnina

string

Examples

/versija za fontove tipa 1NameId 5 za Apple True Type i OpenType/CIDFontVersion za CID fontovePrazna traka za bitmap fontove

Methods

GetXmpRepresentation()

Dobiva vrijednost uvrštena u XMP formatu.

public override string GetXmpRepresentation()

Returns

string

Povratak sadržane vrijednosti u formatu XMP.

 Hrvatski