Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENLineSpacingMode Enumeration


In This Topic
    ENLineSpacingMode Enumeration
    In This Topic
    Enumerates the line spcaing modes
    Syntax
    'Declaration
     
    
    Public Enum ENLineSpacingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLineSpacingMode
    public enum ENLineSpacingMode : System.Enum 
    Members
    MemberDescription
    AscendDescentLineGapThe line spacing is computed as the ascend, descent and line gap of the values specified in the hhea table.
    AscendDescentLineGapTypographicThe line spacing is computed as the ascend, descent and line gap of the values specified in the OS2 table.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENLineSpacingMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also