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