fontations icon indicating copy to clipboard operation
fontations copied to clipboard

Reading and writing font files

Results 241 fontations issues
Sort by recently updated
recently updated
newest added

Motivation is exactly the same as the `from_u32` method: it allows interop with systems that represent tag in this format (HarfBuzz, CoreText, etc).

I came across a website which uses Aspekta font and it's rendered incorrectly on linux using fontations: Chromium: Firefox: Source link https://www.time4vps.com/linux-vps/ Checked both on brave: [Brave 1.81.137 (Official Build)...

Spun off from crbug.com/439716343 Glyphs from a font generated by PDF.js show disproportionally large. SVG rendered fauntlet output. ``` ["g_d1_f16_subset.otf"#0 ppem: 72 coords: [] hinting None] glyph id 1 outline...

https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6Tables.html has text: > Notice that this means that the offset can be either negative or positive, depending on the smallest glyph index in the table and the beginning of...

I often need the family name, subfamily name or both together as the full name. And the preferred one is often not name id 4, but 16 + 17. This...

Addresses downstream issues in Chromium wrt lack of compatibility with monochromatic bitmap formats. Filed to track this functionality.

Resolves #1137 (`flip` doesn't seem to be a bit, but instead its own graphic type that works like `dupe`). The sbix `dupe` and `flip` graphic types reference other glyphs--the "image...

Recently I wanted to update the version of a .otf within the 'CFF ' table. I can read the data (please see my currently version of https://beta.fontdev.app/), but I cannot...

This is a fairly large update to codegen. It is technically breaking but will only affect users that reference the `TableRef` type explicitly. The change basically captures the sequence of...