Package com.adobe.fontengine.font
Class CScan
java.lang.Object
com.adobe.fontengine.font.CScan
- All Implemented Interfaces:
ScanConverter
Scan conversion by center scan.
-
Constructor Summary
ConstructorsConstructorDescriptionCScan(boolean useOffset, double idealWidth, boolean horizontalProximityFill) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBitmap(BitmapConsumer bitmapConsumer) voidsetDebugger(ScalerDebugger outlineDebugger) voidsetScanType(int scanType)
-
Constructor Details
-
CScan
public CScan(boolean useOffset, double idealWidth, boolean horizontalProximityFill)
-
-
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
-