toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

fixed ignore line spacing flag

Open ZERICO2005 opened this issue 2 months ago • 2 comments

bool fontlib_SetFont(const fontlib_font_t *font_data, fontlib_load_options_t flags); It looks like this code reads from font_data instead of flags. since the low byte of font_data will be non-zero 255/256 times, then I would assume that line spacing will almost always be treated as ignored

ZERICO2005 avatar Oct 27 '25 15:10 ZERICO2005