| FontIHandler Interface | 
Namespace: Eto.Drawing
 Syntax
SyntaxThe FontIHandler type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Ascent | 
            Gets the top y co-ordinate from the baseline to the tallest character ascent
             | 
|  | Baseline | 
            Gets the offset of the baseline from the drawing point
             | 
|  | Descent | 
            Gets the bottom y co-ordinate from the baseline to the longest character descent
             | 
|  | Family | 
            Gets the family information for this font
             | 
|  | FamilyName | 
            Gets the name of the family of this font
             | 
|  | FontDecoration | 
            Gets the decorations applied to the font
             | 
|  | FontStyle | 
            Gets the style flags for this font
             | 
|  | Leading | 
            Gets the leading space between each line
             | 
|  | LineHeight | 
            Gets the height of a single line of the font
             | 
|  | Size | 
            Gets the size of the font in points
             | 
|  | Typeface | 
            Gets the typeface information for this font
             | 
|  | XHeight | 
            Gets the height of the lower case 'x' character
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Create(FontTypeface, Single, FontDecoration) | 
            Creates a new font object with the specified typeface and size | 
|  | Create(SystemFont, NullableSingle, FontDecoration) | 
            Creates a new font object with the specified systemFont and optional size
             | 
|  | Create(FontFamily, Single, FontStyle, FontDecoration) | 
            Creates a new font object
             | 
|  | MeasureString | 
            Measures the specified string to get its size in logical pixels.
             | 
 See Also
See Also