找回密码
 注册
搜索
查看: 700|回复: 0

[讨论] sCustFontData数据结构里面参数具体是代表什么?不是很清楚

[复制链接]
发表于 2009-10-14 18:51:30 | 显示全部楼层 |阅读模式
typedef struct _CustFontData
{
    U8 nHeight;
    U8 nWidth;
    U8 nAscent;
    U8 nDescent;
    U8 nEquiDistant;
    U8 nCharBytes;
    U16 nMaxChars;
#ifdef __MMI_INDIC_ALG__
    U8 *pDWidthArray;   /* vijay added during merge */
#endif
    U8 *pWidthArray;
    U32 *pOffsetArray;
    U8 *pDataArray;
    U32 *pRange;
    U16 pFontType[MAX_FONT_TYPES][2];
    const RangeDetails *pRangeDetails;
} sCustFontData;
这个结构比较常用,有些不太清楚具体指什么
高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2025-1-2 03:24 , Processed in 0.048518 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表