| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
return static_cast<CFX_StandardFont::Index>(base_int);I believe it does not go out of range, but maybe this should have a check to make sure it's casting to a valid enum value.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I believe it does not go out of range, but maybe this should have a check to make sure it's casting to a valid enum value.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
int pos = base_font % 4;Doesn't this always end up being 0 now, since IsStylableBaseFont() says the only valid values are 0, 4, and 8?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |