TGdipUIFont Class
Represents a font used for drawing in a pdf/gdi+/wpf/winrt canvas.
Syntax
Namespace: FlexCel.Draw
public class TGdipUIFont: TUIFont
Methods
| Name | Description |
|---|---|
| Dispose | Override this method to dispose your own objects in your descending classes. |
| FontDescent | Returns the font descent. |
| FontLinespacing | Returns the linespacing for the font. |
| GetHeight | Overloaded GetHeight(Int32) GetHeight(Graphics) |
| GetStyle | Overloaded GetStyle(TUIFontStyle) GetStyle(FontStyle) |
| GetWidth | Returns the width of a string in device-independent pixels at dpi resolution when written in the current font. |
Properties
| Name | Description |
|---|---|
| FontFamily | Fontfamily. |
| Handle | Native GDI+ object. |
| Name | Name of the font. |
| NativeStyle | Native font style. |
| SizeInPoints | Size in points of the font. |
| Style | Style of the font (bold, italics, etc). |