Package com.adobe.fontengine.font
Class TTScan
java.lang.Object
com.adobe.fontengine.font.TTScan
- All Implemented Interfaces:
ScanConverter
Scan conversion by center scan.
This implentation follows very closely the Microsoft TrueType
scan conversion process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBitmap(BitmapConsumer dest) voidsetDebugger(ScalerDebugger outlineDebugger) voidsetScanType(int scanType)
-
Constructor Details
-
TTScan
public TTScan()
-
-
Method Details
-
setScanType
public void setScanType(int scanType) - Specified by:
setScanTypein interfaceScanConverter
-
getOutlineConsumer2
- Specified by:
getOutlineConsumer2in interfaceScanConverter
-
getBitmap
- Specified by:
getBitmapin interfaceScanConverter
-
setDebugger
- Specified by:
setDebuggerin interfaceScanConverter
-