Ejemplo n.º 1
0
 public static extern void MSDF_Shape_GetBounds(Shape *shape, out double left, out double right, out double top, out double bottom);
Ejemplo n.º 2
0
 public static extern void MSDF_Shape_Normalize(Shape *shape);
Ejemplo n.º 3
0
 public static extern void MSDF_Shape_FlipY(Shape *shape, bool flipped);
Ejemplo n.º 4
0
 public static extern bool MSDF_Shape_Validate(Shape *shape);
Ejemplo n.º 5
0
 public static extern bool MSDF_Shape_Export(Shape *shape, string fileName);
Ejemplo n.º 6
0
 public static extern bool MSDF_Shape_PreprocessGeometry(Shape *shape);
Ejemplo n.º 7
0
 public static extern bool MSDF_Shape_LoadFromDescriptionFile(Shape *shape, string descriptionFile, ref bool skipColoring);
Ejemplo n.º 8
0
 public static extern bool MSDF_Shape_LoadFromSVGFile(Shape *shape, string svgFileName, int svgPathIndex);
Ejemplo n.º 9
0
 public static extern bool MSDF_Shape_LoadFromFontFile(Shape *shape, string fontFileName, uint glyphIndex, uint unicode);
Ejemplo n.º 10
0
 public static extern bool MSDF_Shape_LoadFromFreetypeFont(Shape *shape, FontHandle *fontHandle, uint glyphIndex, uint unicode);