예제 #1
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern void FT_Glyph_Get_CBox(Glyph *glyph, GlyphBBoxMode bbox_mode, out BBox acbox);
예제 #2
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern Error FT_Glyph_To_Bitmap(ref Glyph *the_glyph, RenderMode render_mode, ref FTVector26Dot6 origin, [MarshalAs(UnmanagedType.U1)] bool destroy);
예제 #3
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern Error FT_Glyph_Transform(Glyph *glyph, ref FTMatrix matrix, ref FTVector delta);
예제 #4
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern Error FT_Glyph_Copy(Glyph *source, out Glyph target);
예제 #5
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern Error FT_Get_Glyph(GlyphSlot *slot, out Glyph *aglyph);
예제 #6
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern Error FT_Glyph_Stroke(ref Glyph *glyph, IntPtr stroker, [MarshalAs(UnmanagedType.U1)] bool destroy);
예제 #7
0
파일: FT.cs 프로젝트: yvanoff/nitrosharp
 public static extern void FT_Done_Glyph(Glyph *glyph);