| PARSEFONT | Generate X Window System font description and put it in object field 'font'. |
| SETPROPERTY | Change font property. |
| UIFONT | Constructor. |
UIFont([<family>],[<style>],[<size>],[<encoding>]) --> UIFont object
| <family> | - String. Font family or string of X Window System font description like "-monotype-arial-medium-r-normal--12-120-0-0-p-0-iso8859-1". |
| <style> | - String. Font style. Available values: normal, bold, italic, bolditalic. |
| <size> | - String. Font size in points. |
| <encoding> | - String. Codepage of the font. |
| Returns : | NIL |