Exemplo n.º 1
0
GdipAddPathStringI(GpPath path, string text,
                        int length, GpFontFamily family, int style,
                        float emSize, GpRect layoutRect,
                        GpStringFormat format);
Exemplo n.º 2
0
 public static extern GpStatus GdipCreateFont(GpFontFamily fontFamily, float emSize, FontStyle style, Unit unit, out GpFont font);
Exemplo n.º 3
0
 public static extern GpStatus GdipCreateFontFamilyFromName(string name, GpFontCollection fontCollection, out GpFontFamily fontFamily);
Exemplo n.º 4
0
 public static extern GpStatus GdipDeleteFontFamily(GpFontFamily fontFamily);
Exemplo n.º 5
0
Arquivo: Paths.cs Projeto: misiek/foo
 public static extern GpStatus GdipAddPathString(GpPath path, string str,
                 int length, GpFontFamily family, int style,
                 float emSize, GpRectF layoutRect,
                 GpStringFormat format);