public static extern int MyFtLoadGlyph(IntPtr faceHandle, uint codepoint, out NativeGlyphMatrix ftOutline);
public static extern int MyFtLoadChar(IntPtr faceHandle, int charcode, out NativeGlyphMatrix ftOutline);