Class GdiFontDefn
Inheritance
System.Object
GdiFontDefn
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public class GdiFontDefn : IFontDefn, IDisposable
Constructors
GdiFontDefn(Font)
Declaration
public GdiFontDefn(Font font)
Parameters
System.
|
Properties
Size
SizeInPoints
Declaration
public float SizeInPoints { get; }
Property Value
System.
|
Implements
Methods
AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF)
Declaration
public void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location)
Parameters
ISvg
|
System.
|
System.
|
System.
|
Implements
Ascent(ISvgRenderer)
Declaration
public float Ascent(ISvgRenderer renderer)
Parameters
ISvg
|
Returns
System.
|
Implements
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
MeasureCharacters(ISvgRenderer, String)
Declaration
public IList<RectangleF> MeasureCharacters(ISvgRenderer renderer, string text)
Parameters
ISvg
|
System.
|
Returns
System.
|
Implements
MeasureString(ISvgRenderer, String)
Declaration
public SizeF MeasureString(ISvgRenderer renderer, string text)
Parameters
ISvg
|
System.
|
Returns
System.
|