Skip to content

Commit

Permalink
Update Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Nov 23, 2022
1 parent 9059e02 commit 94a5f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Fonts
Submodule Fonts updated 37 files
+1 −1 .github/workflows/build-and-test.yml
+1 −1 src/SixLabors.Fonts/ArrayBuilder{T}.cs
+9 −4 src/SixLabors.Fonts/ArraySlice{T}.cs
+11 −8 src/SixLabors.Fonts/Buffer{T}.cs
+51 −0 src/SixLabors.Fonts/ByteMemoryManager{T}.cs
+25 −18 src/SixLabors.Fonts/GlyphMetrics.cs
+2 −0 src/SixLabors.Fonts/GlyphShapingData.cs
+4 −0 src/SixLabors.Fonts/GlyphSubstitutionCollection.cs
+2 −7 src/SixLabors.Fonts/HintingMode.cs
+1 −1 src/SixLabors.Fonts/KerningMode.cs
+4 −4 src/SixLabors.Fonts/MappedArraySlice{T}.cs
+10 −5 src/SixLabors.Fonts/ReadOnlyArraySlice{T}.cs
+52 −0 src/SixLabors.Fonts/ReadOnlyMappedArraySlice{T}.cs
+7 −7 src/SixLabors.Fonts/StreamFontMetrics.TrueType.cs
+7 −0 src/SixLabors.Fonts/SystemFontCollection.cs
+5 −0 src/SixLabors.Fonts/Tables/AdvancedTypographic/AdvancedTypographicUtils.cs
+3 −3 src/SixLabors.Fonts/Tables/AdvancedTypographic/GPosTable.cs
+1 −1 src/SixLabors.Fonts/Tables/Cff/RefStack{T}.cs
+3 −1 src/SixLabors.Fonts/Tables/TrueType/Glyphs/CompositeGlyphLoader.cs
+12 −31 src/SixLabors.Fonts/Tables/TrueType/Glyphs/GlyphTableEntry.cs
+33 −94 src/SixLabors.Fonts/Tables/TrueType/Glyphs/GlyphVector.cs
+1,246 −767 src/SixLabors.Fonts/Tables/TrueType/Hinting/TrueTypeInterpreter.cs
+11 −5 src/SixLabors.Fonts/Tables/TrueType/TrueTypeGlyphMetrics.cs
+3 −1 src/SixLabors.Fonts/Tables/Woff/Woff2Utils.cs
+11 −3 src/SixLabors.Fonts/Tables/Woff/WoffTableHeader.cs
+7 −7 src/SixLabors.Fonts/Unicode/BidiAlgorithm.cs
+2 −2 src/SixLabors.Fonts/WordBreaking.cs
+4 −4 tests/SixLabors.Fonts.Tests/Accents.cs
+ tests/SixLabors.Fonts.Tests/Fonts/Issues/StyleScript.ttf
+12 −12 tests/SixLabors.Fonts.Tests/GlyphTests.cs
+35 −0 tests/SixLabors.Fonts.Tests/Issues/Issues_298.cs
+23 −0 tests/SixLabors.Fonts.Tests/Issues/Issues_302.cs
+5 −0 tests/SixLabors.Fonts.Tests/SystemFontCollectionTests.cs
+4 −4 tests/SixLabors.Fonts.Tests/Tables/General/Glyphs/GlyphVectorTests.cs
+2 −0 tests/SixLabors.Fonts.Tests/TestFonts.cs
+245 −3 tests/SixLabors.Fonts.Tests/TextLayoutTests.cs
+2 −2 tests/SixLabors.Fonts.Tests/TextOptionsTests.cs

0 comments on commit 94a5f2b

Please sign in to comment.