UCGUI字体文件介绍.docVIP

  1. 1、本文档共4页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
UCGUI字体文件介绍

UCGUI字体类型介绍 译者:UCGUI 邮箱:UCGUI@163.com 主页: 时间:2007-02-24 版本: v 10.1 Font types 10.1 字体形式 The current μC/GUI version supports 5 types of fonts: . Monospaced bitmap fonts . Proportional bitmap fonts . Antialiased fonts with 2 bpp built-in antialiasing information . Antialiased fonts with 4 bpp built-in antialiasing information . Extended proportional bitmap fonts For more information on antialiased fonts, please refer to Chapter 22: Antialiasing. 当前版本(4.04)的UCGUI支持如下五种形式的字体. . 等宽位图字体. . 变宽位图字体. . 内置2位光滑效果字体 . 内置4位光滑效果字体. . 扩展变宽位图字体. 有关光滑效果字体的知识, 参考第22章:”光滑处理” 10.2 Font formats 10.2 字体格式 μC/GUI supports 3 kinds of font formats which are explained in the following. μC/GUI支持如下介绍的三种类型的字体格式: 10.2.1 ’C’ file format 10.2.1 .C文件格式 This is the most common way of using fonts. When using fonts in form of .C. files, we recommend compiling all available fonts and linking them as library modules or putting all of the font object files in a library which you can link with your application. This way you can be sure that only the fonts which are needed by your application are actually linked. The font converter (described in a separate manual) may be used to create additional fonts. 这是最通用的字体使用格式, 使用.C文件格式的字体时,建议将所有要用的字体的.C文件编译打包成一个库文件, 然后在你的应用程序中与这些库链接, 这样做可以确保只有在你的应用中使用到的字体链接进来, 在另外单独的手册中描述的字体生成工具可以用于制作字体.C文件. When to use 适合什么情况 This format should be used if the fonts are known at compile time and if there is enough addressable memory available for the font data. 这种格式的字体可以使用在编译应用时就确定知道要使用字体的情况, 而且必须有足够的地址空间用于存放字体数据. Requirements 要求 In order to be able to use a font .C. file in your application, the following requirements must be met: . The font file is in a form compatible with μC/GUI as C file, object file or library. . The font file is linked with your application. . The font declaration is contained in the application. 要在应用中使用.C文件格式的字体, 必须注意如下几点要求: . .C字体文件必须符合UCGUI使用的要求. . .C字体文件会与应用编译链接在一块. . 字体的相关声明必须在应用中包含. 10.2.2 System Independent Font (SIF) format 10.2.2 系统独立字体(SIF)格式 System

文档评论(0)

kvmu207 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档