Package com.adobe.fontengine.font
Interface ScanConverter
public interface ScanConverter
A scan converter turns outlines into bitmaps.
The method
setDebugger(com.adobe.fontengine.font.ScalerDebugger) can be called at any time. The calls to
the other methods must follow the pattern
(setScanType, getOutlineConsumer2, calls on that object to
describe the outline, getBitmap)*.-
Method Summary
Modifier and TypeMethodDescriptionvoidgetBitmap(BitmapConsumer dest) voidsetDebugger(ScalerDebugger debugger) voidsetScanType(int scanType)
-
Method Details
-
setDebugger
-
setScanType
void setScanType(int scanType) -
getOutlineConsumer2
OutlineConsumer2 getOutlineConsumer2() -
getBitmap
-