Class Font
Le nom : Aspose.Imaging.Xmp.Types.Complex.Font Assemblée: Aspose.Imaging.dll (25.4.0)
Presentazione di XMP Font.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Font : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Font
Implements
I membri ereditari
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()
Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Complex.Font.
[JsonConstructor]
public Font()
Font(Le string)
Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Complex.Font.
public Font(string fontFamily)
Parameters
fontFamily
string
Scrivi una famiglia.
Properties
ChildFontFiles
Riceve o impone la serie di nomi di file per le font che formano una font composita.
[JsonProperty]
public string[] ChildFontFiles { get; set; }
Valore di proprietà
string [ ]
FontFace
Ricevi o metti la font faccia.
[JsonProperty]
public string FontFace { get; set; }
Valore di proprietà
FontFamily
Ottieni o metti la famiglia di font.
[JsonProperty]
public string FontFamily { get; set; }
Valore di proprietà
FontFileName
Riceve o impone il nome del file di font senza percorso completo.
[JsonProperty]
public string FontFileName { get; set; }
Valore di proprietà
FontName
Riceve o impone il nome di font PostScript.
[JsonProperty]
public string FontName { get; set; }
Valore di proprietà
FontType
Ottieni o impostare il tipo di font.
[JsonProperty]
public string FontType { get; set; }
Valore di proprietà
Examples
TrueType, Type 1, Open Type e così via.
IsComposite
Riceve o impone un valore che indica se questo font è composito.
[JsonProperty]
public bool IsComposite { get; set; }
Valore di proprietà
Version
Ottieni o impostate la versione di font.
[JsonProperty]
public string Version { get; set; }
Valore di proprietà
Examples
/versione per font Type1App per Apple True Type e OpenType/CIDFontVersione per font CIDLa riga vuota per le font bitmap
Methods
GetXmpRepresentation()
Riceve il valore contenuto nella riga in formato XMP.
public override string GetXmpRepresentation()
Returns
Ritorna il valore contenuto nella string in formato XMP.