public interface Glyph
Modifier and Type | Method and Description |
---|---|
float |
getAdvance() |
RectBounds |
getBBox() |
int |
getGlyphCode() |
int |
getHeight() |
int |
getOriginX() |
int |
getOriginY() |
byte[] |
getPixelData() |
byte[] |
getPixelData(int subPixel)
Returns the glyph mask at the subpixel position specified by subPixel.
|
float |
getPixelXAdvance() |
float |
getPixelYAdvance() |
Shape |
getShape() |
int |
getWidth() |
boolean |
isLCDGlyph() |
int getGlyphCode()
RectBounds getBBox()
float getAdvance()
Shape getShape()
byte[] getPixelData()
byte[] getPixelData(int subPixel)
float getPixelXAdvance()
float getPixelYAdvance()
boolean isLCDGlyph()
int getWidth()
int getHeight()
int getOriginX()
int getOriginY()
Copyright © 2020. All rights reserved.