public interface Scaler
setDebugger(com.adobe.fontengine.font.ScalerDebugger) can be called at any time. The calls to
the other methods must follow the pattern
(setScale (getOutline | getBitmap)* )*.| Modifier and Type | Method and Description |
|---|---|
void |
getBitmap(int gid,
BitmapConsumer bitmapConsumer)
Return the bitmap of a glyph.
|
void |
getOutline(int gid,
OutlineConsumer outlineConsumer)
Return the (hinted) outline of a glyph.
|
void |
setDebugger(ScalerDebugger outlineDebugger)
Set a debugger to receive details about the computations.
|
void |
setScale(double pointSize,
double ppemX,
double ppemY,
double dX,
double dY)
Set the scale factor for the font, and describe the target device.
|
void setScale(double pointSize,
double ppemX,
double ppemY,
double dX,
double dY)
throws InvalidFontException,
UnsupportedFontException
void getOutline(int gid,
OutlineConsumer outlineConsumer)
throws UnsupportedFontException,
InvalidFontException
void getBitmap(int gid,
BitmapConsumer bitmapConsumer)
throws UnsupportedFontException,
InvalidFontException
void setDebugger(ScalerDebugger outlineDebugger)
Copyright © 2010 - 2020 Adobe. All Rights Reserved