Class Font
이름 공간 : Aspose.Imaging.Xmp.Types.Complex.Font 모임: Aspose.Imaging.dll (25.4.0)
XMP 글꼴을 나타냅니다.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Font : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Font
Implements
상속 회원들
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()
Aspose.Imaging.Xmp.Types.Complex.Font.Font 클래스의 새로운 예를 시작합니다.
[JsonConstructor]
public Font()
Font(스트리트)
Aspose.Imaging.Xmp.Types.Complex.Font.Font 클래스의 새로운 예를 시작합니다.
public Font(string fontFamily)
Parameters
fontFamily
string
폰트 가족
Properties
ChildFontFiles
복합 글꼴을 구성하는 글꼴에 대한 파일 이름의 범위를 얻거나 설정합니다.
[JsonProperty]
public string[] ChildFontFiles { get; set; }
부동산 가치
string [ ] [ [ ]
FontFace
얼굴을 얻거나 글꼴을 설정합니다.
[JsonProperty]
public string FontFace { get; set; }
부동산 가치
FontFamily
그것을 얻거나 글꼴 가족을 설정합니다.
[JsonProperty]
public string FontFamily { get; set; }
부동산 가치
FontFileName
완전한 경로 없이 글꼴 파일 이름을 얻거나 설정합니다.
[JsonProperty]
public string FontFileName { get; set; }
부동산 가치
FontName
PostScript 글꼴 이름을 얻거나 설정합니다.
[JsonProperty]
public string FontName { get; set; }
부동산 가치
FontType
문자 형식을 얻거나 설정합니다.
[JsonProperty]
public string FontType { get; set; }
부동산 가치
Examples
TrueType, Type 1, Open Type 등
IsComposite
이 글꼴이 구성되어 있는지 여부를 나타내는 값을 얻거나 설정합니다.
[JsonProperty]
public bool IsComposite { get; set; }
부동산 가치
Version
글꼴 버전을 얻거나 설정합니다.
[JsonProperty]
public string Version { get; set; }
부동산 가치
Examples
/Type1 글꼴에 대한 버전Apple True Type 및 OpenType를 위한 nameId 5/CIDFontVersion for CID 글꼴Bitmap 글꼴에 대한 빈 링크
Methods
GetXmpRepresentation()
XMP 형식으로 링크가 포함된 값을 얻습니다.
public override string GetXmpRepresentation()
Returns
XMP 형식으로 링에 포함된 값을 반환합니다.