Cobbletext
0.2.0
Complex text layout and rendering engine
|
Sizes for the rendered text. More...
#include <output_info.h>
Public Attributes | |
uint32_t | text_width |
Width of the text box in pixels. More... | |
uint32_t | text_height |
Height of the text box in pixels. More... | |
Sizes for the rendered text.
There are two types of bounding boxes:
The text bounding box (or text box) only includes sizes computed by pen movements.
The raster bounding box (or image size) includes what is actually drawn to the image. TODO
uint32_t CobbletextOutputInfo::text_height |
Height of the text box in pixels.
uint32_t CobbletextOutputInfo::text_width |
Width of the text box in pixels.