Class FontFormatter
java.lang.Object
ca.phon.ui.FontFormatter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FontFormatter
public FontFormatter()
-
-
Method Details
-
format
-
parse
Description copied from interface:Formatter
Parse the given string into a new object instance- Specified by:
parse
in interfaceFormatter<Font>
- Parameters:
text
-- Returns:
- parsed object
- Throws:
ParseException
- if there was a problem parsing the given text
-