|
YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
字符渲染。 更多...
#include "YSLib/Service/CharRenderer.h"
函数 | |
| void | RenderChar (PaintContext &&pc, Color c, CharBitmap::BufferType cbuf, const Size &ss) |
| void | RenderCharAlpha (PaintContext &&pc, Color c, CharBitmap::BufferType cbuf, const Size &ss, u8 *alpha) |
| u8 | PutCharBase (TextState &ts, SDst eol, ucs4_t c) |
字符渲染。
在文件 CharRenderer.cpp 中定义.
| u8 PutCharBase | ( | TextState & | ts, |
| SDst | eol, | ||
| ucs4_t | c | ||
| ) |
| void RenderChar | ( | PaintContext && | pc, |
| Color | c, | ||
| CharBitmap::BufferType | cbuf, | ||
| const Size & | ss | ||
| ) |
在文件 CharRenderer.cpp 第 72 行定义.
参考 YAssert.
| void RenderCharAlpha | ( | PaintContext && | pc, |
| Color | c, | ||
| CharBitmap::BufferType | cbuf, | ||
| const Size & | ss, | ||
| u8 * | alpha | ||
| ) |
在文件 CharRenderer.cpp 第 82 行定义.
参考 YAssert.