|
YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
文本渲染。 更多...
#include "YSLib/Service/YModules.h"#include <YFM_YSLib_Service_TextRenderer>#include <YFM_YSLib_Service_YBlit>#include <YFM_YSLib_Service_TextLayout>
命名空间 | |
| YSLib | |
| YSLib::Drawing | |
| 图形处理。 | |
函数 | |
| YF_API void | YSLib::Drawing::DrawClippedText (const Graphics &g, const Rect &mask, TextState &ts, const String &str, bool line_wrap) |
| 绘制剪切区域的文本。 更多... | |
| YF_API void | YSLib::Drawing::DrawClippedText (const Graphics &g, const Rect &mask, const Rect &bounds, const String &str, const Padding &m, Color, bool line_wrap, const Font &fnt={}) |
| 绘制剪切区域的文本。 更多... | |
| YF_API void | YSLib::Drawing::DrawText (const Graphics &g, TextState &ts, const String &str, bool line_wrap) |
| 绘制文本。 更多... | |
| YF_API void | YSLib::Drawing::DrawText (const Graphics &g, const Rect &bounds, const String &str, const Padding &m, Color, bool line_wrap, const Font &fnt={}) |
| 绘制文本。 更多... | |
| YF_API void | YSLib::Drawing::DrawText (TextRegion &r, const Graphics &g, const Point &pt, const Size &s, const String &str, bool line_wrap) |
| 绘制文本。 更多... | |
文本渲染。
在文件 TextRenderer.cpp 中定义.