Package com.adobe.fontengine.font
Class CScan
- java.lang.Object
-
- com.adobe.fontengine.font.CScan
-
- All Implemented Interfaces:
ScanConverter
public final class CScan extends java.lang.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 voidgetBitmap(BitmapConsumer bitmapConsumer)OutlineConsumer2getOutlineConsumer2()voidsetDebugger(ScalerDebugger outlineDebugger)voidsetScanType(int scanType)
-
-
-
Method Detail
-
setScanType
public void setScanType(int scanType)
- Specified by:
setScanTypein interfaceScanConverter
-
getOutlineConsumer2
public OutlineConsumer2 getOutlineConsumer2()
- Specified by:
getOutlineConsumer2in interfaceScanConverter
-
getBitmap
public void getBitmap(BitmapConsumer bitmapConsumer)
- Specified by:
getBitmapin interfaceScanConverter
-
setDebugger
public void setDebugger(ScalerDebugger outlineDebugger)
- Specified by:
setDebuggerin interfaceScanConverter
-
-