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 TypeMethodDescriptionvoid
getBitmap
(BitmapConsumer bitmapConsumer) void
setDebugger
(ScalerDebugger outlineDebugger) void
setScanType
(int scanType)
-
Constructor Details
-
CScan
public CScan(boolean useOffset, double idealWidth, boolean horizontalProximityFill)
-
-
Method Details
-
setScanType
public void setScanType(int scanType) - Specified by:
setScanType
in interfaceScanConverter
-
getOutlineConsumer2
- Specified by:
getOutlineConsumer2
in interfaceScanConverter
-
getBitmap
- Specified by:
getBitmap
in interfaceScanConverter
-
setDebugger
- Specified by:
setDebugger
in interfaceScanConverter
-