Skip to content

Taetype

v0.1.3 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cff font font-shaping font-subsetting harfbuzz opentype
+6 more
rust truetype variable-fonts wasm webassembly woff2

Summary

AI summary

Fixed subset_ttf mismatch in the post table glyph count for TrueType subsetting.

Changes in this release

Feature Low

Adds four real example images to README for subsetting, instancing, color glyphs, shaping.

Adds four real example images to README for subsetting, instancing, color glyphs, shaping.

Source: llm_adapter@2026-07-17

Confidence: high

Feature Low

Changes README image URLs to absolute GitHub-hosted links for rendering on crates.io and npmjs.com.

Changes README image URLs to absolute GitHub-hosted links for rendering on crates.io and npmjs.com.

Source: llm_adapter@2026-07-17

Confidence: high

Feature Low

Excludes `assets/` and `scripts/` directories from the published crate.

Excludes `assets/` and `scripts/` directories from the published crate.

Source: llm_adapter@2026-07-17

Confidence: high

Bugfix Medium

Fixes mismatched post table size in subset_ttf causing strict OTS rejection.

Fixes mismatched post table size in subset_ttf causing strict OTS rejection.

Source: llm_adapter@2026-07-17

Confidence: high

Full changelog

Fixed

  • subset_ttf copied the source font's post table verbatim, leaving its glyph-name array sized to the original glyph count instead of the subset's. Strict OpenType consumers (browsers via OTS, some embedders) rejected the mismatch outright. Now downgrades to post version 3.0 (header only) on every subset. TrueType/glyf subsetting only – CFF was never affected.

Added

  • Four real, reproducible example images in the README (subsetting, instancing, color glyphs, shaping), generated by scripts under scripts/gen-images/.

Changed

  • README images now use absolute GitHub-hosted URLs instead of relative paths, so they render correctly on crates.io and npmjs.com, not just GitHub.
  • assets/ and scripts/ excluded from the published crate.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Taetype

Get notified when new releases ship.

Sign up free

About Taetype

All releases →

Related context

Beta — feedback welcome: [email protected]