Cobbletext
0.2.0
Complex text layout and rendering engine
cobbletext
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
23
struct
CobbletextOutputInfo
{
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
Generated by
1.8.17