[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]

BitmapGlyphData

abstract
inherits from Buffer

Object <- Buffer <- BitmapGlyphData



Operations

Get list of all operations

DrawGlyphs


Attributes

Get list of all attributes

Class BitmapGlyphData defines no new attributes.


Fields

No fields are defined by BitmapGlyphData or any of its superclasses.


Instance template

Class BitmapGlyphData cannot be instantiated.


Class definition

Define Class BitmapGlyphData;
    inherits from Buffer;
    abstract;

    operation DrawGlyphs(glyphCodes: ReadOnlyUnsignedShortArrayPointer; glyphCount: Unsigned;
                vert: SignedShort; positions: ReadOnlySignedShortArrayPointer; destPixelMap: PixelMap), noMethod;
end class;