Object <- Buffer <- GlyphNumberTable |
|
|
GlyphNumber |
Class GlyphNumberTable defines no new attributes.
Fields
No fields are defined by GlyphNumberTable or any of its superclasses.
Instance template
instance GlyphNumberTable tag; end instance;
Define Class GlyphNumberTable; inherits from Buffer; operation GlyphNumber(character: Character): UnsignedShort; // default implementation assumes a sparse table end class;