コード例 #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);