A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Benedikt Stebner 06b336d55d
Merge pull request #12613 from Gillibald/fixes/lineHeight
3 years ago
..
Unicode Comment syntax fixes 3 years ago
BidiReorderer.cs Rework TextLine GetTextBounds and GetDistanceFromCharacterHit 3 years ago
DrawableTextRun.cs Merge core libraries. (#5831) 4 years ago
FormattedTextSource.cs Perf: improved GraphemeEnumerator by avoiding double codepoint iteration 3 years ago
FormattingBufferHelper.cs Fixed text layout buffer reset for Stack and Dictionary (+ tests) 3 years ago
FormattingObjectPool.cs Text layout: ensure RentedList are returned in case of exceptions 3 years ago
GenericTextParagraphProperties.cs Implement letter spacing 3 years ago
GenericTextRunProperties.cs Merge core libraries. (#5831) 4 years ago
GlyphInfo.cs Pass GlyphInfo directly to GlyphRun 3 years ago
ITextSource.cs Rework HitTestTextRange 3 years ago
IndexedTextRun.cs Rework TextLine GetTextBounds and GetDistanceFromCharacterHit 3 years ago
InterWordJustification.cs Simply ShapedBuffer GlyphInfos access 3 years ago
JustificationProperties.cs Introduce TextLine.Justify for custom justification 4 years ago
LogicalDirection.cs Merge core libraries. (#5831) 4 years ago
ShapedBuffer.cs Simply ShapedBuffer GlyphInfos access 3 years ago
ShapedTextRun.cs Fix TextLineImpl.GetCharacterHitFromDistance for lines that include a TextEndOfLine run 3 years ago
SplitResult.cs Removed some temporary List<T> from text layout 3 years ago
TextBounds.cs Rework TextLine GetTextBounds and GetDistanceFromCharacterHit 3 years ago
TextCharacters.cs Fix font fallback for control characters 3 years ago
TextCollapsingProperties.cs Remove trailing whitespace for right aligned text 3 years ago
TextEllipsisHelper.cs Introduce GlyphRun.Bounds 3 years ago
TextEndOfLine.cs Implement CharacterBufferReference and related classes 3 years ago
TextEndOfParagraph.cs Merge core libraries. (#5831) 4 years ago
TextFormatter.cs Rework HitTestTextRange 3 years ago
TextFormatterImpl.cs Handle extra lines during hit testing 3 years ago
TextLayout.cs Handle extra lines during hit testing 3 years ago
TextLeadingPrefixCharacterEllipsis.cs Introduce GlyphRun.Bounds 3 years ago
TextLine.cs [Text] Add pooling to shapedBuffer. works only with dispose. 3 years ago
TextLineBreak.cs Perf: improved text wrapping 3 years ago
TextLineImpl.cs Merge pull request #12613 from Gillibald/fixes/lineHeight 3 years ago
TextLineMetrics.cs Fix TextLineImpl.GetCharacterHitFromDistance for lines that include a TextEndOfLine run 3 years ago
TextMetrics.cs fix: merge conflict with master 3 years ago
TextParagraphProperties.cs [Text] fix tab width. It's too long 3 years ago
TextRange.cs feat: Address Rule CA1815 3 years ago
TextRun.cs Used Memory/Span instead of CharacterBufferReference/Range 3 years ago
TextRunBounds.cs feat: Address Rule CA1815 3 years ago
TextRunProperties.cs Perf: pass FontManager and typefaces around during text layout 3 years ago
TextShaper.cs Used Memory/Span instead of CharacterBufferReference/Range 3 years ago
TextShaperOptions.cs feat: Address Rule CA1815 3 years ago
TextTrailingCharacterEllipsis.cs Remove trailing whitespace for right aligned text 3 years ago
TextTrailingWordEllipsis.cs Remove trailing whitespace for right aligned text 3 years ago
UnshapedTextRun.cs Used Memory/Span instead of CharacterBufferReference/Range 3 years ago
WrappingTextLineBreak.cs Perf: improved text wrapping 3 years ago