![]() |
API Documentation
|
#include "DLLInfo.h"#include <NDEVR/File.h>#include <NDEVR/RGBColor.h>#include <NDEVR/Dictionary.h>Go to the source code of this file.
Classes | |
| struct | Font |
| Information for how to display text data. More... | |
| class | FontEngine |
| Stores many different types of font. More... | |
| struct | TextBlock |
| text that is formatted the same way, typically part of a bigger group of text More... | |
Namespaces | |
| namespace | NDEVR |
Enumerations | |
| enum class | TextAlignment { e_left = 0x01 , e_right = 0x02 , e_top = 0x04 , e_bottom = 0x08 , e_bottom_base = 0x10 , e_h_center = e_left | e_right , e_v_center = e_top | e_bottom , e_v_baseline_center = e_top | e_bottom_base , e_center = e_v_center | e_h_center } |
| How to align text into a given container. More... | |
Functions | |
| uint01 | operator| (const TextAlignment &a, const TextAlignment &b) |