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

Bump ttf-parser from 0.12.3 to 0.17.1 #118

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps ttf-parser from 0.12.3 to 0.17.1.

Changelog

Sourced from ttf-parser's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

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

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

Dependabot compatibility score

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)

Bumps [ttf-parser](https://github.com/RazrFalcon/ttf-parser) from 0.12.3 to 0.17.1.
- [Release notes](https://github.com/RazrFalcon/ttf-parser/releases)
- [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/ttf-parser/commits)

---
updated-dependencies:
- dependency-name: ttf-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #130.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/cargo/ttf-parser-0.17.1 branch December 26, 2022 01:59
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants