• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • SixLabors.ImageSharp.Drawing
      • ClipPathExtensions
      • ComplexPolygon
      • CubicBezierLineSegment
      • EllipsePolygon
      • EndCapStyle
      • ILineSegment
      • IntersectionRule
      • IPath
      • IPathCollection
      • ISimplePath
      • JointStyle
      • LinearLineSegment
      • OutlinePathExtensions
      • Path
      • PathBuilder
      • PathCollection
      • PathExtensions
      • PathTypes
      • Polygon
      • RectangularPolygon
      • Region
      • RegularPolygon
      • SegmentInfo
      • Star
      • TextBuilder
    • SixLabors.ImageSharp.Drawing.PolygonClipper
      • ClippablePath
      • Clipper
      • ClippingType
    • SixLabors.ImageSharp.Drawing.Processing
      • BrushApplicator<TPixel>
      • Brushes
      • ClearExtensions
      • ClearPathExtensions
      • ClearRectangleExtensions
      • ClearRegionExtensions
      • ColorStop
      • DrawBezierExtensions
      • DrawingOptions
      • DrawingOptionsDefaultsExtensions
      • DrawLineExtensions
      • DrawPathCollectionExtensions
      • DrawPathExtensions
      • DrawPolygonExtensions
      • DrawRectangleExtensions
      • DrawTextExtensions
      • EllipticGradientBrush
      • FillExtensions
      • FillPathBuilderExtensions
      • FillPathCollectionExtensions
      • FillPathExtensions
      • FillPolygonExtensions
      • FillRectangleExtensions
      • FillRegionExtensions
      • GradientBrush
      • GradientRepetitionMode
      • IBrush
      • ImageBrush
      • IPen
      • LinearGradientBrush
      • PathGradientBrush
      • PatternBrush
      • Pen
      • Pens
      • RadialGradientBrush
      • RecolorBrush
      • ShapeGraphicOptionsDefaultsExtensions
      • ShapeOptions
      • SolidBrush
      • TextOptions
      • TextOptionsDefaultsExtensions
    • SixLabors.ImageSharp.Drawing.Processing.Processors.Drawing
      • DrawPathProcessor
      • FillPathProcessor
      • FillProcessor
      • FillRegionProcessor
    • SixLabors.ImageSharp.Drawing.Processing.Processors.Text
      • DrawTextProcessor

    Class TextBuilder

    Text drawing extensions for a PathBuilder

    Inheritance
    Object
    TextBuilder
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: SixLabors.ImageSharp.Drawing
    Assembly: SixLabors.ImageSharp.Drawing.dll
    Syntax
    public static class TextBuilder

    Methods

    | Improve this Doc View Source

    GenerateGlyphs(String, PointF, RendererOptions)

    Generates the shapes corresponding the glyphs described by the font and with the settings withing the FontSpan

    Declaration
    public static IPathCollection GenerateGlyphs(string text, PointF location, RendererOptions style)
    Parameters
    Type Name Description
    String text

    The text to generate glyphs for

    PointF location

    The location

    RendererOptions style

    The style and settings to use while rendering the glyphs

    Returns
    Type Description
    IPathCollection

    The IPathCollection

    | Improve this Doc View Source

    GenerateGlyphs(String, RendererOptions)

    Generates the shapes corresponding the glyphs described by the font and with the settings withing the FontSpan

    Declaration
    public static IPathCollection GenerateGlyphs(string text, RendererOptions style)
    Parameters
    Type Name Description
    String text

    The text to generate glyphs for

    RendererOptions style

    The style and settings to use while rendering the glyphs

    Returns
    Type Description
    IPathCollection

    The IPathCollection

    | Improve this Doc View Source

    GenerateGlyphs(String, IPath, RendererOptions)

    Generates the shapes corresponding the glyphs described by the font and with the setting in within the FontSpan along the described path.

    Declaration
    public static IPathCollection GenerateGlyphs(string text, IPath path, RendererOptions style)
    Parameters
    Type Name Description
    String text

    The text to generate glyphs for

    IPath path

    The path to draw the text in relation to

    RendererOptions style

    The style and settings to use while rendering the glyphs

    Returns
    Type Description
    IPathCollection

    The IPathCollection

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX