Font class.
UIFont(<family>,<style>,<size>,<encoding>) --> UIFont object
PARSEFONT | Generate X Window System font description and put it in object field 'font'. |
SETPROPERTY | Change font property. |
UIFONT | Constructor. |
// Set font Herlvetica-BoldItalic, 12 pt for widget obj wfont := UIFont( "Helvetica", "bolditalic", 12 ) style:font := wfont:font
Andrey Cherepanov <<skull@eas.lrn.ru>>
No dependies of platform.
Generate X Window System font description and put it in object field 'font'.
parseFont([<string>])
Returns NIL.
Change font property.
setProperty(<property>,<value>)
Returns NIL.
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.