22 Commits over 488 Days - 0.00cph!
Add OverflowContent to TextBlock (#4)
Switch TextOverflow to an enum
Add OverflowContent to TextBlock
Specifies how to adorn overflowing text blocks
Paint text blocks with a gradient (#3)
A more accurate NearestCorner/FarthestCorner
Scale radial gradient according to a RadialSizeMode
Apply radius and center as fractions
Only scale & rotate for the linear gradient
Paint text blocks with a gradient
Render text first and deal with gapping/overdrawing later. Added offsets to underline/overline/strike through
Add support for different underline styles
Make stroke ink skipping optional
Variable stroke thickness support
Introduce the ability to set underline color
Allow the use of bitflags for underline styles so we can pair them
Early exit TrailingWhitespace in FontRun background paint (#2)
* Early exit TrailingWhitespace in FontRun background paint
* Visualize text effects in sandbox
Visualize text effects in sandbox
Early exit TrailingWhitespace in FontRun background paint
Added text effects
Merge pull request #1 from Facepunch/text-effects
Added text effects