| Commit-Queue | +1 |
Hi guys, refactored the enum in Folderinfo into a struct as well, let me know if it should be edited to something different perhaps. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
constexpr CharsetFlags kAnsiTrue = {.ansi = true};Put this in the struct def? wdyt?
Hi guys, refactored the enum in Folderinfo into a struct as well, let me know if it should be edited to something different perhaps. Thanks!
defines, not enums mb.
bool GB = false;Make this consistently lowercase.
struct CharsetFlags {Can this be part of FontFaceInfo instead of being in the global namespace?
struct CharsetFlags {Have you considered using fxcrt::Mask?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |