#include <climits>#include <string>#include "font_style.h"#include "font_weight.h"#include "text_style.h"Go to the source code of this file.
Classes | |
| class | txt::ParagraphStyle |
Namespaces | |
| namespace | txt |
Enumerations | |
| enum class | txt::TextAlign { txt::left , txt::right , txt::center , txt::justify , txt::start , txt::end } |
| enum class | txt::TextDirection { txt::rtl , txt::ltr } |
| enum | txt::TextHeightBehavior { txt::kAll = 0x0 , txt::kDisableFirstAscent = 0x1 , txt::kDisableLastDescent = 0x2 , txt::kDisableAll = 0x1 | 0x2 } |