Cobbletext  0.2.0
Complex text layout and rendering engine
Public Attributes | List of all members
CobbletextOutputInfo Struct Reference

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...
 

Detailed Description

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

Member Data Documentation

◆ text_height

uint32_t CobbletextOutputInfo::text_height

Height of the text box in pixels.

◆ text_width

uint32_t CobbletextOutputInfo::text_width

Width of the text box in pixels.


The documentation for this struct was generated from the following file: