Ejemplo n.º 1
0
 public static extern void FT_Glyph_Get_CBox(Glyph *glyph, GlyphBBoxMode bbox_mode, out BBox acbox);
Ejemplo n.º 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);
Ejemplo n.º 3
0
 public static extern Error FT_Glyph_Transform(Glyph *glyph, ref FTMatrix matrix, ref FTVector delta);
Ejemplo n.º 4
0
 public static extern Error FT_Glyph_Copy(Glyph *source, out Glyph target);
Ejemplo n.º 5
0
 public static extern Error FT_Get_Glyph(GlyphSlot *slot, out Glyph *aglyph);
Ejemplo n.º 6
0
 public static extern Error FT_Glyph_Stroke(ref Glyph *glyph, IntPtr stroker, [MarshalAs(UnmanagedType.U1)] bool destroy);
Ejemplo n.º 7
0
 public static extern void FT_Done_Glyph(Glyph *glyph);