Represents options to underline text.   
 More...
 | 
| bool  | SkipDescenders [get, set] | 
|   | Determines whether the underline skips the parts of the glyph that would intersect with it or not.   More...
  | 
|   | 
| double  | Position [get, set] | 
|   | Determines the position of the top of the underline with respect to the text baseline. Positive values are below the baseline, negative values are above it. This is expressed as a fraction of the font size.   More...
  | 
|   | 
| double  | Thickness [get, set] | 
|   | Determines the thickness of the underline, expressed as a fraction of the font size.   More...
  | 
|   | 
| LineCaps  | LineCap [get, set] | 
|   | Determines the caps at the start and end of the underline.   More...
  | 
|   | 
| bool  | FollowItalicAngle [get, set] | 
|   | Determine whether the shape of the underline is slanted to follow the angle of italic fonts.   More...
  | 
|   | 
Represents options to underline text.  
Definition at line 39 of file Font.cs.
 
◆ FollowItalicAngle
  
  
      
        
          | bool VectSharp.Font.FontUnderline.FollowItalicAngle | 
         
       
   | 
  
getset   | 
  
 
Determine whether the shape of the underline is slanted to follow the angle of italic fonts.  
Definition at line 64 of file Font.cs.
 
 
◆ LineCap
  
  
      
        
          | LineCaps VectSharp.Font.FontUnderline.LineCap | 
         
       
   | 
  
getset   | 
  
 
Determines the caps at the start and end of the underline.  
Definition at line 59 of file Font.cs.
 
 
◆ Position
  
  
      
        
          | double VectSharp.Font.FontUnderline.Position | 
         
       
   | 
  
getset   | 
  
 
Determines the position of the top of the underline with respect to the text baseline. Positive values are below the baseline, negative values are above it. This is expressed as a fraction of the font size.  
Definition at line 49 of file Font.cs.
 
 
◆ SkipDescenders
  
  
      
        
          | bool VectSharp.Font.FontUnderline.SkipDescenders | 
         
       
   | 
  
getset   | 
  
 
Determines whether the underline skips the parts of the glyph that would intersect with it or not.  
Definition at line 44 of file Font.cs.
 
 
◆ Thickness
  
  
      
        
          | double VectSharp.Font.FontUnderline.Thickness | 
         
       
   | 
  
getset   | 
  
 
Determines the thickness of the underline, expressed as a fraction of the font size.  
Definition at line 54 of file Font.cs.
 
 
The documentation for this class was generated from the following file: