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