nw::font::PrintContext Structuretemplate <typename CharType>
struct PrintContext
{
TextWriterBase< CharType > * writer;
const CharType * str;
u32 flags;
};
| Name | Description |
|---|---|
| CharType |
| writer | Pointer to TextWriter being used to draw the character string. |
|
|---|---|---|
| str | Pointer to the character string being drawn. | |
| flags | The OR for TextWriter::ContextFlag. |
CONFIDENTIAL