Also, does this mean that it's not possible to specify both the number of digits before AND the number of digits after the decimal point?
And is there a connection between that letter and the TypeCode? enum the Layout source uses? I'm guessing at this point that there isn't, but if there is then it would seem to indicate that "f" is for "float", so if I passed in a real or a double would it get downcast or something?