Search Results for

    Show / Hide Table of Contents

    Interface IFontDefn

    Inherited Members
    IDisposable.Dispose()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public interface IFontDefn : IDisposable

    Properties

    | Improve this Doc View Source

    Size

    Declaration
    float Size { get; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    SizeInPoints

    Declaration
    float SizeInPoints { get; }
    Property Value
    Type Description
    Single

    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
    Type Name Description
    ISvgRenderer renderer
    Returns
    Type Description
    Single
    | 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
    Type Description
    IList<RectangleF>
    | 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
    Type Description
    SizeF
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX