📄 font.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -