MFEK / stroke

A utility for stroking paths in font glyphs (UFO .glif) written in Rust.
Apache License 2.0
22 stars 0 forks source link

Qstroke makes .glifs lose their name, advance→width #7

Closed ctrlcctrlv closed 3 years ago

ctrlcctrlv commented 3 years ago

@MatthewBlanchard This is the quick bug I was talking about.

On the way in:

<?xml version="1.0" encoding="UTF-8"?>
<glyph name="e" format="2">
  <advance width="457"/>
  <unicode hex="0065"/>
  ...

On the way out:

<glyph name="" format="2">
    <advance width="1000"/>
    ...
MatthewBlanchard commented 3 years ago

Fixed by latest commit.