repoRichTextKitcancel

22 Commits over 488 Days - 0.00cph!

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