losfair / blueboat

All-in-one, multi-tenant serverless JavaScript runtime.
https://blueboat.io
Apache License 2.0
1.92k stars 56 forks source link

Bump ttf-parser from 0.12.3 to 0.17.1 #118

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
dependabot[bot] commented 1 year ago

Superseded by #130.