Beispiel #1
0
 public static extern void FT_Glyph_Get_CBox(Glyph *glyph, GlyphBBoxMode bbox_mode, out BBox acbox);
Beispiel #2
0
 public static extern Error FT_Glyph_To_Bitmap(ref Glyph *the_glyph, RenderMode render_mode, ref FTVector26Dot6 origin, [MarshalAs(UnmanagedType.U1)] bool destroy);
Beispiel #3
0
 public static extern Error FT_Glyph_Transform(Glyph *glyph, ref FTMatrix matrix, ref FTVector delta);
Beispiel #4
0
 public static extern Error FT_Glyph_Copy(Glyph *source, out Glyph target);
Beispiel #5
0
 public static extern Error FT_Get_Glyph(GlyphSlot *slot, out Glyph *aglyph);
Beispiel #6
0
 public static extern Error FT_Glyph_Stroke(ref Glyph *glyph, IntPtr stroker, [MarshalAs(UnmanagedType.U1)] bool destroy);
Beispiel #7
0
 public static extern void FT_Done_Glyph(Glyph *glyph);