font.html
来自「一个小巧的嵌入式图形系统wGUI, 可以用VC编译」· HTML 代码 · 共 17 行
HTML
17 行
<html><head> <title>wGui - Font Rendering</title></head><body> <h1>wGui - Font Rendering</h1> <p>Text rendering in wGui is done primarily by FreeType 2. The text system has two main components, the Font Engine, and the Rendered Strings.</p> <p>The CFontEngine class acts as a wrapper for FreeType, and provides some performance enhancements such as glyph caching. A different Font Engine Object is required for each Font Face and Font Size pair. The <a href="Application.html">Application object</a> provides a mechanism for instantiating and keeping track of the various font engines required.</p> <p>The CRenderedString class is for individual strings that are to be drawn to the screen. The class takes care of laying out the string and provides some other performance enhancements by caching the rendered image for future draw operations.</p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?