Package com.adobe.fontengine.font
Class TTScan
- java.lang.Object
-
- com.adobe.fontengine.font.TTScan
-
- All Implemented Interfaces:
ScanConverter
public final class TTScan extends java.lang.Object implements ScanConverter
Scan conversion by center scan. This implentation follows very closely the Microsoft TrueType scan conversion process.
-
-
Constructor Summary
Constructors Constructor Description TTScan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getBitmap(BitmapConsumer dest)
OutlineConsumer2
getOutlineConsumer2()
void
setDebugger(ScalerDebugger outlineDebugger)
void
setScanType(int scanType)
-
-
-
Method Detail
-
setScanType
public void setScanType(int scanType)
- Specified by:
setScanType
in interfaceScanConverter
-
getOutlineConsumer2
public OutlineConsumer2 getOutlineConsumer2()
- Specified by:
getOutlineConsumer2
in interfaceScanConverter
-
getBitmap
public void getBitmap(BitmapConsumer dest)
- Specified by:
getBitmap
in interfaceScanConverter
-
setDebugger
public void setDebugger(ScalerDebugger outlineDebugger)
- Specified by:
setDebugger
in interfaceScanConverter
-
-