$CLASSNAME$
	UIFont
$SUMMARY$
	Class UIFont
$LANG_RU$
	 UIFont
$ABOUT$
	Font class.
$LANG_RU$
	 .
$SYNTAX$
	UIFont(<family>,<style>,<size>,<encoding>)	--> UIFont object
$LANG_RU$
	UIFont(<family>,<style>,<size>,<encoding>)	-->  UIFont
$ATTRIBUTES$
	<font>		- String of X Window System font description.
	<family>	- Font family.
	<style>		- Font style.
	<size>		- Font size in points.
	<encoding>	- Codepage of the font.
$LANG_RU$
	<font>		-    X Window System.
	<family>	-  .
	<style>		-  .
	<size>		-    .
	<encoding>	-  .

$METHODNAME$
	UIFont()
$SUMMARY$
	Constructor.
$LANG_RU$
	.
$SYNTAX$
	UIFont([<family>],[<style>],[<size>],[<encoding>])	--> UIFont object
$ARGUMENTS$
	<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.
$LANG_RU$
	<family>	- .       X Window System   "-monotype-arial-medium-r-normal--12-120-0-0-p-0-koi8-r".
	<style>		- .  . "normal" - , "bold" - , "italic" - ,  "bolditalic" -  .
	<size>		- .    .
	<encoding>	- .  .
$ENDMETHOD$

$METHODNAME$
	setProperty()
$SUMMARY$
	Change font property.
$LANG_RU$
	  .
$SYNTAX$
	setProperty(<property>,<value>)
$ARGUMENTS$
	<property>	- String. Property name. Possible values: 'family' (font family), 'style' (font style: normal, bold, italic, bolditalic), 'size' (font size in points) and 'encoding' (codepage of the font).
	<value>		- String. Value of property.
$LANG_RU$
	<property>	- String. Property name. Possible values: 'family' (font family), 'style' (font style: normal, bold, italic, bolditalic), 'size' (font size in points) and 'encoding' (codepage of the font).
	<value>		- String. Value of property.
$ENDMETHOD$

$METHODNAME$
	parseFont()
$SUMMARY$
	Generate X Window System font description and put it in object field 'font'.
$LANG_RU$
	    X Window System    'font'.
$SYNTAX$
	parseFont([<string>])
$ARGUMENTS$
	<string>	- String. String of X Window System font description.
$LANG_RU$
	<string>	- .    X Window System.
$ENDMETHOD$

$EXAMPLES$
	// Set font Herlvetica-BoldItalic, 12 pt for widget obj
	wfont := UIFont( "Helvetica", "bolditalic", 12 )
	style:font := wfont:font

$PLATFORMS$
	No dependies of platform.
$LANG_RU$
	   .
$SEEALSO$
$AUTHOR$
	Andrey Cherepanov <skull@eas.lrn.ru>
$LANG_RU$
	  <skull@eas.lrn.ru>
$LASTDATE$



