|
YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
字符渲染。 更多...
#include "YSLib/Service/YModules.h"#include <YFM_YSLib_Service_CharRenderer>#include <YFM_YSLib_Service_YPixel>
命名空间 | |
| YSLib | |
| YSLib::Drawing | |
| 图形处理。 | |
函数 | |
| YF_API void | YSLib::Drawing::RenderChar (PaintContext &&pc, Color, bool, CharBitmap::BufferType, CharBitmap::FormatType, const Size &) |
| 渲染单个字符。 更多... | |
| YF_API void | YSLib::Drawing::RenderCharAlpha (PaintContext &&pc, Color, bool, CharBitmap::BufferType, CharBitmap::FormatType, const Size &, AlphaType *) |
| 渲染带 Alpha 缓冲的单个字符。 更多... | |
| YF_API u8 | YSLib::Drawing::PutCharBase (TextState &, SDst, ucs4_t) |
| 使用指定的文本状态和行末位置(横坐标)按需打印换行并判断是否需要渲染单个字符。 更多... | |
字符渲染。
在文件 CharRenderer.cpp 中定义.