namespace fxge {Not sure what convention we want here for util functions. I chose fxge namespace. I saw some other util files using a class instead.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
WDYT about moving to core/fxge/fx_font.h instead?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (base_font_name_.GetLength() > 7 && base_font_name_[6] == '+') {It's also different because it expects the name to be at least "??????+?", while MaybeRemoveSubsettedFontPrefix() is trying to match "XXXXXX+".
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Move and use MaybeRemoveSubsettedFontPrefix()"reuse"
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |