[]
Raw (binary font data or file path name) font subset.
public class RawFontSubSet : FontSubSet
| Name | Description |
|---|---|
| RawFontSubSet() | Initialization subset. |
| RawFontSubSet(byte[]) | Initialization raw subset. |
| RawFontSubSet(string) | Initialization raw subset. |
| Name | Description |
|---|---|
| Directory | TrueType font directories with int[3] values (checksum, position, length) |
| 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. |