Xteink-X4-crosspoint-reader/lib/EpdFont
Jake Kenneally 53931b3693 feat: add UNDERLINE bitflag to EpdFontFamily::Style
Convert Style enum to true bitflags by adding UNDERLINE=4. Update getFont()
to use bitwise operations instead of equality checks, allowing styles like
BOLD|UNDERLINE to work correctly.

This is preparation for encoding underline state directly in the Style
rather than tracking it separately.
2026-02-03 19:39:58 -05:00
..
builtinFonts docs: add font generation commands to builtin font headers (#547) 2026-01-27 22:19:19 +11:00
scripts docs: add font generation commands to builtin font headers (#547) 2026-01-27 22:19:19 +11:00
EpdFont.cpp fix: render U+FFFD replacement character instead of ? (#366) 2026-01-19 22:58:43 +11:00
EpdFont.h More pass by reference changes 2025-12-06 15:56:00 +11:00
EpdFontData.h Move to SDK EInkDisplay and enable anti-aliased 2-bit text (#5) 2025-12-08 19:48:49 +11:00
EpdFontFamily.cpp feat: add UNDERLINE bitflag to EpdFontFamily::Style 2026-02-03 19:39:58 -05:00
EpdFontFamily.h feat: add UNDERLINE bitflag to EpdFontFamily::Style 2026-02-03 19:39:58 -05:00