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