[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

GlyphNumberTable

inherits from Buffer

Object <- Buffer <- GlyphNumberTable



Operations

Get list of all operations

GlyphNumber


Attributes

Get list of all attributes

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;

Class definition

Define Class GlyphNumberTable;
    inherits from Buffer;

    operation GlyphNumber(character: Character): UnsignedShort;
        // default implementation assumes a sparse table
end class;