public interface FontStrike
Modifier and Type | Method and Description |
---|---|
void |
clearDesc() |
boolean |
drawAsShapes() |
int |
getAAMode() |
float |
getCharAdvance(char ch) |
FontResource |
getFontResource() |
Glyph |
getGlyph(char symbol) |
Glyph |
getGlyph(int glyphCode) |
Metrics |
getMetrics() |
Shape |
getOutline(GlyphList gl,
BaseTransform transform) |
int |
getQuantizedPosition(Point2D point)
Modifies the point argument to the quantized position suitable for the
underlying glyph rasterizer.
|
float |
getSize() |
BaseTransform |
getTransform() |
FontResource getFontResource()
float getSize()
BaseTransform getTransform()
boolean drawAsShapes()
int getQuantizedPosition(Point2D point)
Glyph.getPixelData(int)
in order to obtain the correct glyph mask
for the given point.Metrics getMetrics()
Glyph getGlyph(char symbol)
Glyph getGlyph(int glyphCode)
void clearDesc()
int getAAMode()
float getCharAdvance(char ch)
Shape getOutline(GlyphList gl, BaseTransform transform)
Copyright © 2020. All rights reserved.