[]
Specifies code pages and Unicode subranges for which a font provides glyphs.
public class FontSignature
Public Class FontSignature
| Name | Description |
|---|---|
| CodePageRange1 | Gets or sets a value corresponding to the ulCodePageRange1 value from the OS/2 OpenType font table. |
| CodePageRange2 | Gets or sets a value corresponding to the ulCodePageRange2 value from the OS/2 OpenType font table. |
| Document | Gets the containing document. |
| IsReadOnly | Gets a value indicating whether the containing document is in reading mode. |
| UnicodeRange1 | Gets or sets a value corresponding to the ulUnicodeRange1 value from the OS/2 OpenType font table. |
| UnicodeRange2 | Gets or sets a value corresponding to the ulUnicodeRange2 value from the OS/2 OpenType font table. |
| UnicodeRange3 | Gets or sets a value corresponding to the ulUnicodeRange3 value from the OS/2 OpenType font table. |
| UnicodeRange4 | Gets or sets a value corresponding to the ulUnicodeRange4 value from the OS/2 OpenType font table. |
| Name | Description |
|---|---|
| TestCodePageRange(int) | Checks whether the specified code page character range is considered functional (see Os2CodePageRange). |
| TestUnicodeRange(int) | Checks whether the specified Unicode range is considered functional (see Os2UnicodeRange). |