VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Font.FontUnderline Class Reference

Represents options to underline text. More...

Properties

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...
 

Detailed Description

Represents options to underline text.

Definition at line 37 of file Font.cs.

Property Documentation

◆ 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 62 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 57 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 47 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 42 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 52 of file Font.cs.


The documentation for this class was generated from the following file: