YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
TextRenderer.cpp 文件参考

文本渲染。 更多...

#include "YSLib/Service/YModules.h"
#include <YFM_YSLib_Service_TextRenderer>
#include <YFM_YSLib_Service_YBlit>
#include <YFM_YSLib_Service_TextLayout>
TextRenderer.cpp 的引用(Include)关系图:

浏览源代码.

命名空间

 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)
 绘制文本。 更多...
 

详细描述

文本渲染。

版本
r2695
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 275
创建时间:
2009-11-13 00:06:05 +0800
修改时间:
2014-03-15 10:38 +0800
文本编码:
UTF-8
模块名称:
YSLib::Service::TextRenderer

在文件 TextRenderer.cpp 中定义.