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() |
public int getGlyphCode()
getGlyphCode
in interface Glyph
public RectBounds getBBox()
public float getAdvance()
getAdvance
in interface Glyph
public byte[] getPixelData()
getPixelData
in interface Glyph
public byte[] getPixelData(int subPixel)
Glyph
getPixelData
in interface Glyph
FontStrike.getQuantizedPosition(com.sun.javafx.geom.Point2D)
public float getPixelXAdvance()
getPixelXAdvance
in interface Glyph
public float getPixelYAdvance()
getPixelYAdvance
in interface Glyph
public int getOriginX()
getOriginX
in interface Glyph
public int getOriginY()
getOriginY
in interface Glyph
public boolean isLCDGlyph()
isLCDGlyph
in interface Glyph
Copyright © 2020. All rights reserved.