Class Font

Class Font

ja nimityö: Aspose.Imaging.Xmp.Types.Complex.Font Kokoelma: Aspose.Imaging.dll (25.4.0)

Sisältää XMP Font.

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

Inheritance

object XmpTypeBase ComplexTypeBase Font

Implements

IXmpType , ICloneable

Perintöjäsenet

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

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Complex.Font.Foont luokasta.

[JsonConstructor]
public Font()

Font(String)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Complex.Font.Foont luokasta.

public Font(string fontFamily)

Parameters

fontFamily string

Kirjoita perhe.

Properties

ChildFontFiles

Saat tai asettaa tiedoston nimien sarjan kirjaimille, jotka muodostavat komposiittisen kirjaimen.

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

Omistuksen arvo

string []

FontFace

Saa tai asettaa fontin kasvo.

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

Omistuksen arvo

string

FontFamily

Saa tai asettaa fontin perheen.

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

Omistuksen arvo

string

FontFileName

Saa tai asettaa fontti tiedoston nimi ilman täydellistä reittiä.

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

Omistuksen arvo

string

FontName

Antaa tai asettaa PostScript-laatikon nimi.

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

Omistuksen arvo

string

FontType

Saa tai asettaa fontti tyyppi.

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

Omistuksen arvo

string

Examples

TrueType, Type 1, Open Type ja niin edelleen.

IsComposite

Saat tai asetat arvon, joka osoittaa, onko tämä kirjain koostunut.

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

Omistuksen arvo

bool

Version

Saa tai asettaa fontin versio.

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

Omistuksen arvo

string

Examples

/versio tyypin 1 kirjaimilleApple True Type ja OpenType/CIDFontVersion for CID fontitTyhjä sarja bitmap fontteja varten

Methods

GetXmpRepresentation()

Saat sarjan sisältämän arvon XMP-muodossa.

public override string GetXmpRepresentation()

Returns

string

Palauttaa sarjan sisältämä arvo XMP-muodossa.

 Suomi