Font (gb.web.gui)
This class represents a font as described by the CSS standard.
It is used by the 
WebControl class, and for drawing inside a 
WebDrawingArea with the 
Paint class.
Properties
| Bold | Return or set if the font is bold. | 
| Decoration | Return or set the font decoration, i.e. the CSS font-decorationproperty. | 
| Family | Return or set the font family, i.e. the CSS font-familyproperty. | 
| Italic | Return or set if the font is italic. | 
| LineHeight | Return or set the line height, i.e. the CSS line-heightproperty. | 
| Name | Return or set the font family, i.e. the CSS font-familyproperty. | 
| Normal | Return or set if the font is "normal", i.e. if it does not inherit the font of a parent control. | 
| Size | Return or set the font size, i.e. the CSS font-sizeproperty. | 
| Stretch | Return or set the font stretch, i.e. the CSS font-stretchproperty. | 
| Strikeout | Return or set if the font is striked out. | 
| Style | Return or set the font style, i.e. the CSS font-styleproperty. | 
| Underline | Return or set if the font is underlined. | 
| Weight | Return or set the font weight, i.e. the CSS font-weightproperty. | 
Methods
| Copy | Return a copy of the font. | 
| ToString | Return the string description of a font. | 
Events
| Change | This event is raised when a font property has changed. |