Cobbletext  0.2.0
Complex text layout and rendering engine
output_info.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
27  uint32_t text_width;
28 
32  uint32_t text_height;
33 };
34 
35 #ifdef __cplusplus
36 }
37 #endif
CobbletextOutputInfo
Sizes for the rendered text.
Definition: output_info.h:23
CobbletextOutputInfo::text_width
uint32_t text_width
Width of the text box in pixels.
Definition: output_info.h:27
CobbletextOutputInfo::text_height
uint32_t text_height
Height of the text box in pixels.
Definition: output_info.h:32