1 file changed
+1
-1
lines changed- .github/workflows/build-and-test.yml+1-1
- src/SixLabors.Fonts/ArrayBuilder{T}.cs+1-1
- src/SixLabors.Fonts/ArraySlice{T}.cs+9-4
- src/SixLabors.Fonts/Buffer{T}.cs+11-8
- src/SixLabors.Fonts/ByteMemoryManager{T}.cs+51
- src/SixLabors.Fonts/GlyphMetrics.cs+25-18
- src/SixLabors.Fonts/GlyphShapingData.cs+2
- src/SixLabors.Fonts/GlyphSubstitutionCollection.cs+4
- src/SixLabors.Fonts/HintingMode.cs+2-7
- src/SixLabors.Fonts/KerningMode.cs+1-1
- src/SixLabors.Fonts/MappedArraySlice{T}.cs+4-4
- src/SixLabors.Fonts/ReadOnlyArraySlice{T}.cs+10-5
- src/SixLabors.Fonts/ReadOnlyMappedArraySlice{T}.cs+52
- src/SixLabors.Fonts/StreamFontMetrics.TrueType.cs+7-7
- src/SixLabors.Fonts/SystemFontCollection.cs+7
- src/SixLabors.Fonts/Tables/AdvancedTypographic/AdvancedTypographicUtils.cs+5
- src/SixLabors.Fonts/Tables/AdvancedTypographic/GPosTable.cs+3-3
- src/SixLabors.Fonts/Tables/Cff/RefStack{T}.cs+1-1
- src/SixLabors.Fonts/Tables/TrueType/Glyphs/CompositeGlyphLoader.cs+3-1
- src/SixLabors.Fonts/Tables/TrueType/Glyphs/GlyphTableEntry.cs+12-31
- src/SixLabors.Fonts/Tables/TrueType/Glyphs/GlyphVector.cs+33-94
- src/SixLabors.Fonts/Tables/TrueType/Hinting/TrueTypeInterpreter.cs+1.2k-767
- src/SixLabors.Fonts/Tables/TrueType/TrueTypeGlyphMetrics.cs+11-5
- src/SixLabors.Fonts/Tables/Woff/Woff2Utils.cs+3-1
- src/SixLabors.Fonts/Tables/Woff/WoffTableHeader.cs+11-3
- src/SixLabors.Fonts/Unicode/BidiAlgorithm.cs+7-7
- src/SixLabors.Fonts/WordBreaking.cs+2-2
- tests/SixLabors.Fonts.Tests/Accents.cs+4-4
- tests/SixLabors.Fonts.Tests/Fonts/Issues/StyleScript.ttf
- tests/SixLabors.Fonts.Tests/GlyphTests.cs+12-12
- tests/SixLabors.Fonts.Tests/Issues/Issues_298.cs+35
- tests/SixLabors.Fonts.Tests/Issues/Issues_302.cs+23
- tests/SixLabors.Fonts.Tests/SystemFontCollectionTests.cs+5
- tests/SixLabors.Fonts.Tests/Tables/General/Glyphs/GlyphVectorTests.cs+4-4
- tests/SixLabors.Fonts.Tests/TestFonts.cs+2
- tests/SixLabors.Fonts.Tests/TextLayoutTests.cs+245-3
- tests/SixLabors.Fonts.Tests/TextOptionsTests.cs+2-2
0 commit comments