Class RFont
Adapter for platform specific font object - used to render text using specific font.
Inheritance
Inherited Members
Namespace: TheArtOfDev.HtmlRenderer.Adapters
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public abstract class RFont
Constructors
RFont()
Declaration
protected RFont()
Properties
Height
The line spacing, in pixels, of this font.
Declaration
public abstract double Height { get; }
Property Value
System.Double
|
LeftPadding
Get the left padding, in pixels, of the font.
Declaration
public abstract double LeftPadding { get; }
Property Value
System.Double
|
Size
Gets the em-size of this Font measured in the units specified by the Unit property.
Declaration
public abstract double Size { get; }
Property Value
System.Double
|
UnderlineOffset
Get the vertical offset of the font underline location from the top of the font.
Declaration
public abstract double UnderlineOffset { get; }
Property Value
System.Double
|
Methods
GetWhitespaceWidth(RGraphics)
Declaration
public abstract double GetWhitespaceWidth(RGraphics graphics)
Parameters
RGraphics
graphics
|
Returns
System.Double
|