Retrieves a boolean value that indicates whether the specified value is a valid FontSize constant.
public static boolean valid( int value )
value
The value to verify against the constants defined in this class.
Returns true if the value is valid; otherwise, returns false.