Example #1
0
 public static extern void SurfaceDrawText(ObjectHandle surface, ObjectHandle face, float pt, StringHandle text, ref Color color, ref Point position, ref Point origin, ref Point scale, float angle, bool verticalLayout);
Example #2
0
 public static extern ObjectHandle FormatCreate(StringHandle format, Endianness endianness);