Class Font
De naam: Aspose.Imaging.Xmp.Types.Complex.Font Verzameling: Aspose.Imaging.dll (25.4.0)
Vertegenwoordigt XMP Font.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Font : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Font
Implements
Geëerbiede leden
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()
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Complex.Font.Foont klasse.
[JsonConstructor]
public Font()
Font(String)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Complex.Font.Foont klasse.
public Font(string fontFamily)
Parameters
fontFamily
string
De familie Font.
Properties
ChildFontFiles
Geeft of stelt de reeks bestandnamen voor de lettertypen die een composiet lettertype vormen.
[JsonProperty]
public string[] ChildFontFiles { get; set; }
Eigendomswaarde
string []
FontFace
Geeft of zet het font gezicht.
[JsonProperty]
public string FontFace { get; set; }
Eigendomswaarde
FontFamily
Geeft of zet de letterfamilie.
[JsonProperty]
public string FontFamily { get; set; }
Eigendomswaarde
FontFileName
Geeft of stelt de fontbestandnaam zonder volledige route.
[JsonProperty]
public string FontFileName { get; set; }
Eigendomswaarde
FontName
Geeft of stelt de PostScript fontnaam.
[JsonProperty]
public string FontName { get; set; }
Eigendomswaarde
FontType
Geeft of stelt de lettertype.
[JsonProperty]
public string FontType { get; set; }
Eigendomswaarde
Examples
TrueType, Type 1, Open Type, enzovoort.
IsComposite
Geeft of stelt een waarde aan die aangeeft of deze lettertype gecombineerd is.
[JsonProperty]
public bool IsComposite { get; set; }
Eigendomswaarde
Version
Geeft of zet de letterversie.
[JsonProperty]
public string Version { get; set; }
Eigendomswaarde
Examples
/versie voor Type1 fontsnameId 5 voor Apple True Type en OpenType/CIDFontVersie voor CID fontsDe lege string voor bitmap fonts
Methods
GetXmpRepresentation()
Geeft de string bevatte waarde in XMP-formaat.
public override string GetXmpRepresentation()
Returns
Terugkomt de waarde die de string bevat in XMP-formaat.