C# Class PixelFarm.Drawing.Fonts.MyFtLib

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Private Methods

Method Description
ContourAddCubicSegment ( IntPtr cnt, double x0, double y0, double ctrl0X, double ctrl0Y, double ctrl1X, double ctrl1Y, double x1, double y1 ) : void
ContourAddLinearSegment ( IntPtr cnt, double x0, double y0, double x1, double y1 ) : void
ContourAddQuadraticSegment ( IntPtr cnt, double x0, double y0, double ctrl0X, double ctrl0Y, double x1, double y1 ) : void
CreateShape ( ) : IntPtr
DeleteUnmanagedObj ( IntPtr unmanagedPtr ) : void
MyFtGenerateMsdf ( IntPtr shape, int width, int height, double range, double scale, double tx, double ty, double edgeThreshold, double angleThreshold, int outputBitmap ) : void
MyFtLibGetVersion ( ) : int
MyFtMSDFGEN ( int argc, string argv ) : int
SetInverseYAxis ( IntPtr shape, bool inverseYAxis ) : void
ShapeAddBlankContour ( IntPtr shape ) : IntPtr
ShapeFindBounds ( IntPtr shape, double &left, double &bottom, double &right, double &top ) : void
ShapeNormalize ( IntPtr shape ) : void
ShapeValidate ( IntPtr shape ) : bool