class HexaPDF:: Font:: InvalidGlyph
| Parent | Object |
|---|
Represents an invalid glyph, i.e. a Unicode character that has no representation in the used font.
Attributes
The associated font wrapper object, either a Type1Wrapper or a TrueTypeWrapper.
The string that could not be represented as a glyph.
Public Class Methods
Creates a new Glyph object.
Public Instance Methods
Word spacing is never applied for the invalid glyph, so false is returned.
Returns true if this glyph represents a control character like tabulator or newline.
Returns false since this is an invalid glyph.