Package com.adobe.fontengine.font
Class CScan
- java.lang.Object
-
- com.adobe.fontengine.font.CScan
-
- All Implemented Interfaces:
ScanConverter
public final class CScan extends Object implements ScanConverter
Scan conversion by center scan.
-
-
Constructor Summary
Constructors Constructor Description CScan(boolean useOffset, double idealWidth, boolean horizontalProximityFill)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getBitmap(BitmapConsumer bitmapConsumer)
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 bitmapConsumer)
- Specified by:
getBitmap
in interfaceScanConverter
-
setDebugger
public void setDebugger(ScalerDebugger outlineDebugger)
- Specified by:
setDebugger
in interfaceScanConverter
-
-