Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the list of available code points public #362

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

tocsoft
Copy link
Member

@tocsoft tocsoft commented Oct 3, 2023

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Just making the GetAvailableCodePoints() API public to be usefull when creating font explorers type experiances and validating particular codepoints are representable within the font.

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #362 (270d0ab) into main (63db8ad) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #362   +/-   ##
=====================================
  Coverage     86%     86%           
=====================================
  Files        238     238           
  Lines      15182   15182           
  Branches    2100    2100           
=====================================
  Hits       13085   13085           
  Misses      1613    1613           
  Partials     484     484           
Flag Coverage Δ
unittests 86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/SixLabors.Fonts/FileFontMetrics.cs 98% <ø> (ø)
src/SixLabors.Fonts/FontMetrics.cs 100% <ø> (ø)
src/SixLabors.Fonts/StreamFontMetrics.cs 86% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JimBobSquarePants JimBobSquarePants merged commit e5a0f4a into main Oct 3, 2023
8 checks passed
@JimBobSquarePants JimBobSquarePants deleted the sw/list-code-points branch October 3, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants