Interface IFontDefn
Namespace: Svg
Assembly: Svg.dll
Syntax
public interface IFontDefn : IDisposable
Properties
|
Improve this Doc
View Source
Size
Declaration
Property Value
|
Improve this Doc
View Source
SizeInPoints
Declaration
float SizeInPoints { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddStringToPath(ISvgRenderer, GraphicsPath, String, PointF)
Declaration
void AddStringToPath(ISvgRenderer renderer, GraphicsPath path, string text, PointF location)
Parameters
| Type |
Name |
Description |
| ISvgRenderer |
renderer |
|
| GraphicsPath |
path |
|
| System.String |
text |
|
| PointF |
location |
|
|
Improve this Doc
View Source
Ascent(ISvgRenderer)
Declaration
float Ascent(ISvgRenderer renderer)
Parameters
Returns
|
Improve this Doc
View Source
MeasureCharacters(ISvgRenderer, String)
Declaration
IList<RectangleF> MeasureCharacters(ISvgRenderer renderer, string text)
Parameters
| Type |
Name |
Description |
| ISvgRenderer |
renderer |
|
| System.String |
text |
|
Returns
|
Improve this Doc
View Source
MeasureString(ISvgRenderer, String)
Declaration
SizeF MeasureString(ISvgRenderer renderer, string text)
Parameters
| Type |
Name |
Description |
| ISvgRenderer |
renderer |
|
| System.String |
text |
|
Returns