Ejemplo n.º 1
0
 public static extern FT_Error FT_Outline_Get_BBox(IntPtr outline, out FT_BBox abbox);
Ejemplo n.º 2
0
 public static extern void FT_Outline_Get_CBox(IntPtr outline, out FT_BBox acbox);
Ejemplo n.º 3
0
 public static extern void FT_Glyph_Get_CBox(IntPtr glyph, FT_Glyph_BBox_Mode bbox_mode, out FT_BBox acbox);