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

TTF simple glyph.
author  Johann Sorel


Variables : endPtsOfContours, instructionLength, instructions, flags, xCoordinates, yCoordinates
Functions : getGeometry



uint16 : Array of last points of each contour;
n is the number of contours; array entries are point indices*/
public int[] endPtsOfContours


uint16 : Total number of bytes needed for instructions*/
public int instructionLength


uint8 : Array of instructions for this glyph*/
public byte[] instructions


uint8 : Array of flags*/
public byte[] flags


uint8 or int16 : Array of x-coordinates;
the first is relative to (0,0), others are relative to previous point*/
public short[] xCoordinates


uint8 or int16 : Array of y-coordinates;
the first is relative to (0,0), others are relative to previous point*/
public short[] yCoordinates


public Geometry2D getGeometry ()