You might be aware that the valid characters in NUMERIC fonts vary by device. Ugh.
There does seem to be a common subset of 14 characters that work with all devices.
This nested loop is the only way I know of to test a given string to see if it is a candidate to use a numeric font, that works across all devices.
I'm wondering if this is the most efficient - in terms of compute load. Too bad there isn't a simple API call to test a string for valid use against the numeric font set (or even for any given font - say you have a custom font with a filter - would be SO useful to test a string for validness).
value = isValid(Font, string)
Oh well
