Class Font

Class Font

Nome do espaço: Aspose.Imaging.Xmp.Types.Complex.Font Assembleia: Aspose.Imaging.dll (25.4.0)

Representação de Fontes XMP.

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

Inheritance

object XmpTypeBase ComplexTypeBase Font

Implements

IXmpType , ICloneable

Membros herdados

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

Inicia uma nova instância da classe Aspose.Imaging.Xmp.Types.Complex.Font.Font.

[JsonConstructor]
public Font()

Font(Redação)

Inicia uma nova instância da classe Aspose.Imaging.Xmp.Types.Complex.Font.Font.

public Font(string fontFamily)

Parameters

fontFamily string

Fonte da família.

Properties

ChildFontFiles

Obter ou definir a série de nomes de arquivo para as letras que compõem uma letra composta.

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

Valor da propriedade

string [ ]

FontFace

Faça ou coloque o rosto da letra.

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

Valor da propriedade

string

FontFamily

Receba ou coloca a família de fonts.

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

Valor da propriedade

string

FontFileName

Obter ou definir o nome do arquivo de fonte sem caminho completo.

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

Valor da propriedade

string

FontName

Obter ou definir o nome de fonte PostScript.

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

Valor da propriedade

string

FontType

Obter ou definir o tipo de fonte.

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

Valor da propriedade

string

Examples

TrueType, Type 1, Open Type, e assim por diante.

IsComposite

Recebe ou coloca um valor indicando se esta fonte é composta.

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

Valor da propriedade

bool

Version

Receba ou coloca a versão de letra.

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

Valor da propriedade

string

Examples

/versão para Fontes Tipo 1NomeId 5 para Apple True Type e OpenType/CIDFontVersão para Fontes CIDA faixa vazia para fontes bitmap

Methods

GetXmpRepresentation()

Obtenha o valor contido na fila em formato XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna o valor contido na fila em formato XMP.

 Português