VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRenderingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TextRenderingMode Enumeration
    In This Topic
    Specifies available text rendering modes.
    Syntax
    'Declaration
    
    Public Enum TextRenderingMode
       Inherits System.Enum
    
    
    public enum TextRenderingMode : System.Enum
    
    
    __value public enum TextRenderingMode : public System.Enum
    
    
    public enum class TextRenderingMode : public System.Enum
    
    
    Members
    MemberDescription
    FillFill text.
    StrokeStroke text.
    FillAndStrokeFill, then stroke text.
    InvisibleNeither fill nor stroke text (invisible).
    FillAndAddClipPathFill text and add to path for clipping.
    StrokeAndAddClipPathStroke text and add to path for clipping.
    FillAndStrokeAndAddClipPathFill, then stroke text and add to path for clipping.
    AddClipPathAdd text to path for clipping.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Text.TextRenderingMode

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also