voidGetGlyphSize( FT_Face font,intnumglyph,int*wi,int*hi ){ FT_Glyph glyph; FT_BitmapGlyph bmglyph;//glyph fields:/* width :: The glyph's width. *//* height :: The glyph's height. *//* horiBearingX :: Horizontal left side bearing. *//* horiBearingY :: Horizontal top side ...