Example #1
0
 public static extern void MSDF_Delete(Msdf *msdf);
Example #2
0
 public static extern bool MSDF_ConvertTo8Bit(Msdf *msdf);
Example #3
0
 public static extern void MSDF_PrintMetrics(Msdf *msdf, bool autoFrame);
Example #4
0
 public static extern Shape *MSDF_GetShape(Msdf *msdf);
Example #5
0
 public static extern BitmapBase *MSDF_GetData(Msdf *msdf);
Example #6
0
 public static extern void MSDF_SetScale(Msdf *msdf, double x, double y);
Example #7
0
 public static extern void MSDF_SetRange(Msdf *msdf, double range);
Example #8
0
 public static extern bool MSDF_Save(Msdf *msdf, string filename, Format format);
Example #9
0
 public static extern void MSDF_Initialize(Msdf *msdf, MsdfMode mode, int width, int height);
Example #10
0
 public static extern bool MSDF_ApplyOutputDistanceShift(Msdf *msdf);
Example #11
0
 public static extern bool MSDF_ApplyScanlinePass(Msdf *msdf);
Example #12
0
 public static extern bool MSDF_ApplyOrientation(Msdf *msdf);
Example #13
0
 public static extern bool MSDF_TestRenderMulti(Msdf *msdf, BitmapBase *renderDestination);
Example #14
0
 public static extern double MSDF_GetRange(Msdf *msdf);
Example #15
0
 public static extern void MSDF_AutoFrame(Msdf *msdf);
Example #16
0
 public static extern bool MSDF_ColorEdges(Msdf *msdf, delegate * < Shape *, double, ulong, void > edgeColoring, ulong coloringSeed, bool skipColoring, string edgeAssignment, double angleThreshold);
Example #17
0
 public static extern void MSDF_SetTranslation(Msdf *msdf, double x, double y);
Example #18
0
 public static extern bool MSDF_Generate(Msdf *msdf);
Example #19
0
 public static extern void MSDF_GetTranslation(Msdf *msdf, out double x, out double y);
Example #20
0
 public static extern void MSDF_GetScale(Msdf *msdf, out double x, out double y);