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

Update ttf-parser requirement from 0.17.0 to 0.18.1 #445

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2023

Updates the requirements on ttf-parser to permit the latest version.

Changelog

Sourced from ttf-parser's changelog.

[0.18.1] - 2023-01-10

Fixed

  • (MATH) Handle NULL offsets. Thanks to laurmaedje.

[0.18.0] - 2022-12-25

Added

  • Face::permissions
  • Face::is_subsetting_allowed
  • Face::is_bitmap_embedding_allowed
  • Face::unicode_ranges
  • os2::Table::permissions
  • os2::Table::is_subsetting_allowed
  • os2::Table::is_bitmap_embedding_allowed
  • os2::Table::unicode_ranges
  • name::Name::language
  • Language enum with all Windows languages.

Changed

  • Using a non-zero index in Face::parse for a regular font will return FaceParsingError::FaceIndexOutOfBounds now. Thanks to Pietrek14.

[0.17.0] - 2022-09-28

Added

Fixed

  • (CFF) Fix large tables parsing.

[0.16.0] - 2022-09-18

Added

  • CFF Encoding support.
  • cff::Table::glyph_index
  • cff::Table::glyph_index_by_name
  • cff::Table::glyph_width
  • cff::Table::number_of_glyphs
  • cff::Table::matrix
  • post::Table::glyph_name
  • post::Table::glyph_index_by_name
  • post::Table::names
  • Face::glyph_index_by_name
  • RawFace fields and TableRecord struct are public now.

Changed

  • Face::from_slice was replaced by Face::parse.
  • RawFace::from_slice was replaced by RawFace::parse.
  • post::Table::names is a method and not a field now.
  • Use post::Table::glyph_name instead of post::Table::names.get().

... (truncated)

Commits
  • eb68238 Version bump.
  • 8984094 Handle null offsets in MATH table.
  • a38c74f Version bump.
  • 2387bfc Add Language enum with all Windows languages.
  • e18327c Version bump.
  • 2b0e0e5 (OS/2) Parse permissions and Unicode ranges.
  • d9e71a1 Treat regular font as a one element collection when parsing.
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ttf-parser](https://github.com/RazrFalcon/ttf-parser) to permit the latest version.
- [Release notes](https://github.com/RazrFalcon/ttf-parser/releases)
- [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/ttf-parser@v0.17.0...v0.18.1)

---
updated-dependencies:
- dependency-name: ttf-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2023
@AaronErhardt
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #584.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/cargo/ttf-parser-0.18.1 branch May 20, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant