Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFFontInfoMBS class.

Next items

DynaPDFFontInfoMBS.Ascent as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Ascent (optional).

(Read only property)

DynaPDFFontInfoMBS.AvgWidth as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Average character width (optional).

(Read only property)

DynaPDFFontInfoMBS.BaseEncoding as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The base encoding.

Valid only if HaveEncoding is true.
Can be kbeWinAnsi, kbeStandard, kbeMacRoman or kbeMacExpert.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.BaseFont as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
PostScript Name or Family Name.

(Read only property)

DynaPDFFontInfoMBS.CapHeight as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Cap height (optional).

(Read only property)

DynaPDFFontInfoMBS.CharSet as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The charset describes which glyphs are present in the font.

(Read only property)

DynaPDFFontInfoMBS.CharSetSize as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Length of the CharSet in bytes.

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CIDOrdering as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
SystemInfo -> Character collection.

(Read only property)

DynaPDFFontInfoMBS.CIDRegistry as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
SystemInfo -> Issuer of the character collection.

(Read only property)

DynaPDFFontInfoMBS.CIDSet as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
CID fonts only.

This is a table of bits indexed by CIDs.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CIDSetSize as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Length of the CIDSet in bytes.

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CIDSupplement as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
CIDSystemInfo -> Supplement number.

(Read only property)

DynaPDFFontInfoMBS.CIDToGIDMap as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Allowed for embedded TrueType based CID fonts only.

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CIDToGIDMapSize as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Length of the CIDToGIDMap in bytes.

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CMapBuf as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The CMap data.

Only available if the CMap was embedded.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CMapBufSize as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
CMAP Buffer size in bytes.

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.CMapName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
CID fonts only external CMap name or encoding.

(Read only property)

DynaPDFFontInfoMBS.Descent as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Descent (optional).

(Read only property)

DynaPDFFontInfoMBS.Encoding as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Unicode mapping 0..255.

not available for CID fonts.
(Read only property)

DynaPDFFontInfoMBS.FirstChar as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
First char (simple fonts only).

(Read only property)

DynaPDFFontInfoMBS.Flags as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Font flags.

See DynaPDF manual.

The font flags describe certain properties of the font. The most important flags are the following:

FlagDescription
1Fixed pitch font
2Serif style
4Symbol font
8Script style
&h20Non-symbolic font
&h40Italic style
&h40000Force Bold (Type1 fonts only)

The full set of available flags can be found in the PDF Reference.
(Read only property)

DynaPDFFontInfoMBS.FontBBox as DynaPDFRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
This is the size of the largest glyph in this font.

(Read only property)

DynaPDFFontInfoMBS.FontBuffer as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The font data.

Available if the font was embedded or loaded from a buffer.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.FontBufSize as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Font file size in bytes..

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.FontFamily as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional Font Family (Family Name).

(Read only property)

DynaPDFFontInfoMBS.FontFilePath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The font file path.

Only available for system fonts.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.FontFileType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The font file type.

Can be:
kffsType1C, kffsOpenTypeC, kffsOpenType, kffsNoSubtype, kffsCIDFontType2 or kffsCIDFontType0C.
(Read only property)

DynaPDFFontInfoMBS.FontName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Font name (should be the same as BaseFont).

(Read only property)

DynaPDFFontInfoMBS.FontStretch as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The font stretch.

Optional -> Condensed, and so on.
(Read only property)

DynaPDFFontInfoMBS.FontType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The font type.

If ftType0 the font is a CID font.
(Read only property)

DynaPDFFontInfoMBS.FontWeight as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Font weight (optional).

(Read only property)

DynaPDFFontInfoMBS.FullName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The full name.

System fonts only.
(Read only property)

DynaPDFFontInfoMBS.HaveEncoding as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether encoding is known.

If true, BaseEncoding was set from the font's encoding.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.HorzWidthsCount as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Number of horizontal widths in the array.

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.Imported as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether font is imported.

If true, the font was imported from an external PDF file.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.ItalicAngle as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Italic angle.

(Read only property)

DynaPDFFontInfoMBS.Lang as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional language code defined by BCP 47.

(Read only property)

DynaPDFFontInfoMBS.LastChar as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Last char (simple fonts only).

(Read only property)

DynaPDFFontInfoMBS.Leading as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Leading (optional).

(Read only property)

DynaPDFFontInfoMBS.Length1 as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Length of the clear text portion of a Type1 font.

(Read only property)

DynaPDFFontInfoMBS.Length2 as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Length of the encrypted portion of a Type1 font program.

(Read only property)

DynaPDFFontInfoMBS.Length3 as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Length of the fixed-content portion of a Type1 font program.

(Read only property)

DynaPDFFontInfoMBS.MaxWidth as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Maximum glyph width (optional).

(Read only property)

DynaPDFFontInfoMBS.Metadata as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional XMP metadata stream about the font file.

(Read only property)

DynaPDFFontInfoMBS.MetadataSize as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
MetaData size in bytes.

(Read only property)

DynaPDFFontInfoMBS.MisWidth as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Missing width (default = 0.0).

(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.Panose as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional 12 bytes long Panose string.

CID fonts only.
(Read only property)

Some examples using this property:

DynaPDFFontInfoMBS.PostScriptName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
System fonts only.

(Read only property)

DynaPDFFontInfoMBS.SpaceWidth as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Space width in font units.

A default value is set if the font contains no space character.
(Read only property)

Next items

The items on this page are in the following plugins: MBS DynaPDF Plugin.


The biggest plugin in space...