Maven module :un.storage : font-ttf :
Class : un.storage.font.ttf.glyph.CompoundGlyph
Extends/Implements : un.storage.font.ttf.glyph.Glyph
Subclasses : -

TTF compound glyph.
author  Johann Sorel


Variables : flags, glyphIndex, argument1, argument2, transformation
Functions : getGeometry



uint16 : Component flag*/
public int flags


uint16 : Glyph index of component*/
public int glyphIndex


int16, uint16, int8 or uint8 : X-offset for component or point number;
type depends on bits 0 and 1 in component flags*/
public int argument1


int16, uint16, int8 or uint8 : Y-offset for component or point number
type depends on bits 0 and 1 in component flags*/
public int argument2


transformation option One of the transformation options from Table 19*/
public Matrix3 transformation


public Geometry2D getGeometry ()