GetFontdata(U32 Ch, stFontAttribute Font, U8 **ppCharData, U16 *pnWidth, U16 *pnDWidth, U16 *pnHeight, U16 *pdataWidth, U16 *pdataHeight, PU16 ascent, PU16 descent)
这个函数中**ppCharData中数据是怎么存储的,比如一个13*13点阵的字,色深为1位,那么ppCharData对应的二维数组的每行存的数据是点阵中的每一行么,也就是说把13位补上3位。还是顺序的存储呢?
------解决方案--------------------------------------------------------
先看看 stFontAttribute 中的属性吧