Interface IPdfFontObject
Assembly: IronPdf.dll
Syntax
public interface IPdfFontObject : IPdfDocumentObject, IDocumentObject, IDocumentFontObject, IJsonSerializable
Properties
Ascent
Declaration
Property Value
Type |
Description |
System.Single |
|
BaseFont
Declaration
Property Value
Type |
Description |
System.String |
|
BBoxBottom
Declaration
float BBoxBottom { get; }
Property Value
Type |
Description |
System.Single |
|
BBoxLeft
Declaration
Property Value
Type |
Description |
System.Single |
|
BBoxRight
Declaration
Property Value
Type |
Description |
System.Single |
|
BBoxTop
Declaration
Property Value
Type |
Description |
System.Single |
|
CapHeight
Declaration
Property Value
Type |
Description |
System.Single |
|
CharSet
Declaration
Property Value
Type |
Description |
System.String |
|
CidOrdering
Declaration
string CidOrdering { get; }
Property Value
Type |
Description |
System.String |
|
CidRegistry
Declaration
string CidRegistry { get; }
Property Value
Type |
Description |
System.String |
|
CidSet
Declaration
Property Value
Type |
Description |
System.String |
|
CidSuppliment
Declaration
int CidSuppliment { get; }
Property Value
Type |
Description |
System.Int32 |
|
CidToGidMap
Declaration
string CidToGidMap { get; }
Property Value
Type |
Description |
System.String |
|
DescendantFonts
Declaration
IReadOnlyList<IPdfFontObject> DescendantFonts { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<IPdfFontObject> |
|
Descent
Declaration
Property Value
Type |
Description |
System.Single |
|
DW
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Encoding
Declaration
Property Value
Type |
Description |
System.String |
|
FirstChar
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Flags
Declaration
Property Value
Type |
Description |
System.Int32 |
|
FontFamily
Declaration
string FontFamily { get; }
Property Value
Type |
Description |
System.String |
|
FontFile
Declaration
Property Value
Type |
Description |
System.Byte[] |
|
FontFileSubtype
Declaration
string FontFileSubtype { get; }
Property Value
Type |
Description |
System.String |
|
FontName
Declaration
Property Value
Type |
Description |
System.String |
|
FontStretch
Declaration
string FontStretch { get; }
Property Value
Type |
Description |
System.String |
|
FontWeight
Declaration
Property Value
Type |
Description |
System.Int32 |
|
GlyphWidths
Declaration
IReadOnlyList<ICidGlyphWidths> GlyphWidths { get; }
Property Value
HasFontDescriptor
Declaration
bool HasFontDescriptor { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasPdfFields
Declaration
bool HasPdfFields { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsCID
Declaration
Property Value
Type |
Description |
System.Boolean |
|
ItalicAngle
Declaration
float ItalicAngle { get; }
Property Value
Type |
Description |
System.Single |
|
LastChar
Declaration
Property Value
Type |
Description |
System.Int32 |
|
ParentObjNum
Declaration
uint ParentObjNum { get; }
Property Value
Type |
Description |
System.UInt32 |
|
StemV
Declaration
Property Value
Type |
Description |
System.Single |
|
SubType
Declaration
Property Value
Type |
Description |
System.String |
|
ToUnicode
Declaration
string ToUnicode { get; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Widths
Declaration
Property Value
Type |
Description |
System.Int32[] |
|
XHeight
Declaration
Property Value
Type |
Description |
System.Single |
|