Desc

sdtx_desc_t

Describes the sokol-debugtext API initialization parameters. Passed to the sdtx_setup() function.

NOTE: to populate the fonts item array with builtin fonts, use any of the following functions:

sdtx_font_kc853() sdtx_font_kc854() sdtx_font_z1013() sdtx_font_cpc() sdtx_font_c64() sdtx_font_oric(

Members

Variables

allocator
Allocator allocator;
Undocumented in source.
context
ContextDesc context;
Undocumented in source.
context_pool_size
int context_pool_size;
Undocumented in source.
fonts
FontDesc[8] fonts;
Undocumented in source.
logger
Logger logger;
Undocumented in source.
printf_buf_size
int printf_buf_size;
Undocumented in source.

Meta