[]
        
(Showing Draft Content)

C1.Util.RawFontSubSet

RawFontSubSet Class

Raw (binary font data or file path name) font subset.

Inheritance
RawFontSubSet
Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public class RawFontSubSet : FontSubSet

Constructors

Name Description
RawFontSubSet()

Initialization subset.

RawFontSubSet(byte[])

Initialization raw subset.

RawFontSubSet(string)

Initialization raw subset.

Fields

Name Description
Directory

TrueType font directories with int[3] values (checksum, position, length)

Methods

Name Description
GetFontSubSet(byte[])

Gets font subset for raw font data.

GetFontSubSet(string)

Gets font subset for font file name with path.

GetFontTableStream(string)

Gets stream for the font table block by name.

Init()

Initialization fields.