Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Dec 16, 2024
1 parent 1baab3c commit 7d2da81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SixLabors.Fonts/Tables/General/CMap/Format4SubTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public override bool TryGetCodePoint(ushort glyphId, out CodePoint codePoint)
return false;
}


public override IEnumerable<int> GetAvailableCodePoints()
=> this.Segments.SelectMany(segment => Enumerable.Range(segment.Start, segment.End - segment.Start + 1));

Expand Down

0 comments on commit 7d2da81

Please sign in to comment.