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

Add extraction of glyph info from font files #48

Open
8 of 11 tasks
plaisted opened this issue Aug 9, 2022 · 2 comments
Open
8 of 11 tasks

Add extraction of glyph info from font files #48

plaisted opened this issue Aug 9, 2022 · 2 comments

Comments

@plaisted
Copy link
Contributor

plaisted commented Aug 9, 2022

  • External font registration -> default global, can add custom by ParsingOptions
  • Type1 (FontFile - Type1 or MMType1 fd type)
  • Type1 test coverage (bug1199237,issue1658)
  • Type1 CFF (FontFile3 - subtype Type1C - Type1 or MMType1 fd type)
  • Type1 CFF test coverage (bug1443140)
  • TrueType (FontFile2 - TrueType fd type)
  • TrueType test coverage
  • T0 TrueType (FontFile2 - CIDFontType2 fd type)
  • T0 TrueType test coverage
  • T0 CFF (FontFIle3 - subtype CIDFontType0C - CIDFontType0 fd type)
  • T0 CFF test coverage

subtype is in font dict, type is font descriptor. Will likely ignore these as pdfjs does and inspect file contents.

@plaisted
Copy link
Contributor Author

plaisted commented Aug 9, 2022

Some spinoffs that have some overlap with above:

  • Type 0 TrueType collection files
  • TrueType collection files
  • Type 0 OpenType
  • OpenType

@plaisted
Copy link
Contributor Author

plaisted commented Aug 10, 2022

  • Implement vertical fonts from charmaps (issue2829)

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

No branches or pull requests

1 participant