• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • SixLabors.Fonts
      • ColorFontSupport
      • Font
      • FontCollection
      • FontDescription
      • FontFamily
      • FontFamilyCollectionExtensions
      • FontInstance
      • FontRectangle
      • FontStyle
      • Glyph
      • GlyphColor
      • GlyphInstance
      • GlyphMetric
      • GlyphRendererParameters
      • GlyphType
      • HorizontalAlignment
      • IColorGlyphRenderer
      • IFontCollection
      • IFontInstance
      • IGlyphRenderer
      • IGlyphRendererExtensions
      • IReadOnlyFontCollection
      • IReadonlyFontCollectionExtensions
      • RendererOptions
      • SystemFonts
      • TextMeasurer
      • TextRenderer
      • VerticalAlignment
    • SixLabors.Fonts.Exceptions
      • FontException
      • FontFamilyNotFoundException
      • GlyphMissingException
      • InvalidFontFileException
      • InvalidFontTableException
      • MissingFontTableException

    Class IGlyphRendererExtensions

    A surface that can have a glyph renered to it as a series of actions.

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

    Methods

    | Improve this Doc View Source

    Render(IGlyphRenderer, ReadOnlySpan<Char>, RendererOptions)

    Renders the text.

    Declaration
    public static IGlyphRenderer Render(this IGlyphRenderer renderer, ReadOnlySpan<char> text, RendererOptions options)
    Parameters
    Type Name Description
    IGlyphRenderer renderer

    The target renderer surface.

    ReadOnlySpan<Char> text

    The text.

    RendererOptions options

    The options.

    Returns
    Type Description
    IGlyphRenderer

    Returns the orginonal renderer

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