mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
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. |
||
|---|---|---|
| .. | ||
| builtinFonts | ||
| scripts | ||
| EpdFont.cpp | ||
| EpdFont.h | ||
| EpdFontData.h | ||
| EpdFontFamily.cpp | ||
| EpdFontFamily.h | ||