fontgoggles

FontGoggles: Visual OTL Preview and QA

APACHE-2.0 License

Stars
397

Bot releases are visible (Hide)

fontgoggles - Release v1.1.21

Published by github-actions[bot] over 3 years ago

  • Fixed UFOZ support (Issue 147, PR 167, PR 168)
  • Fixed small bug with error handling when building outlines from .designspace files
fontgoggles - Release v1.1.20

Published by github-actions[bot] over 3 years ago

  • Fixed non-crashing crash on TTF with single off-curve point
    (Issue 156, PR 166)
  • Fixed too-narrow Unicode column in character pane and Unicode Picker
    (Issue 165)
fontgoggles - Release v1.1.18

Published by github-actions[bot] over 3 years ago

  • Fixed an AttributeError during mark feature compilation
    (PR 164)
  • Updated HarfBuzz to 2.8.1
  • Updated internal dependencies
fontgoggles - Release v1.1.17

Published by github-actions[bot] about 4 years ago

  • Updated HarfBuzz to 2.7.2
  • Updated internal dependencies
fontgoggles - Release v1.1.16

Published by github-actions[bot] over 4 years ago

  • Show tooltip when feature description gets truncated.
    (Issue 94)
  • Use HarfBuzz cluster level 1 (MONOTONE_CHARACTERS) to get a better mapping between glyphs and characters. Thanks Khaled Hosny!
    (PR 91)
  • Some small layout improvements. Thanks Georg Seifert!
    (PR 101)
fontgoggles - Release v1.1.15

Published by github-actions[bot] over 4 years ago

  • Feature tag UI: option-click reverses the cycle direction, making it possible to enable/disable features with one click.
  • Use setuptools_scm for version numbers.
  • Updated internal packages
fontgoggles - Release v1.1.14

Published by github-actions[bot] over 4 years ago

  • Updated uharfbuzz to 0.10.0, which updates HarfBuzz to 2.6.5
  • Fixed contextual menu for feature tags to also respond to right-click.
fontgoggles - Release v1.1.13

Published by github-actions[bot] over 4 years ago

  • Fixed contextual menu to also respond to right-click.
  • Fixed feature tag list: not all available features were always shown. (Issue 85, PR 86)
fontgoggles - Release v1.1.12

Published by github-actions[bot] over 4 years ago

  • Fixed app version info.
fontgoggles - Release v1.1.11

Published by github-actions[bot] over 4 years ago

  • Fixed UFO reload issue: if kerning and glyphs changed, only the glyph changes would show.
fontgoggles - Release v1.1.10

Published by github-actions[bot] over 4 years ago

  • Fixed language override: for some languages the language popup menu did not work. (Issue 68, PR 69)
fontgoggles - Release v1.1.9

Published by github-actions[bot] over 4 years ago

  • Updated fonttools to 4.5.0, which was updated to Unicode 13.0.0.
fontgoggles - Release v1.1.8

Published by github-actions[bot] over 4 years ago

  • Updated to Unicode 13.0 (both the internal database and the Unicode Picker).
fontgoggles - Release v1.1.7

Published by github-actions[bot] over 4 years ago

  • Fixed an update glitch where the language would not be properly reset after the
    user changed the script.
fontgoggles - Release v1.1.6

Published by github-actions[bot] over 4 years ago

  • Updated uharfbuzz to latest version, which fixes a bug retrieving feature tags.
    Issue 63
fontgoggles - Release v1.1.5

Published by github-actions[bot] over 4 years ago

  • Rewrote Bi-directional text support (issue 35, PR 60). This also implements script segmentation.
  • As an indirect consequence of the previous item, the "BiDi" checkbox above
    the character list has been removed.
  • Fixed regression: dragging fonts between FontGoggles windows works again.
fontgoggles - Release v1.1.4

Published by github-actions[bot] over 4 years ago

  • Added "Reload font" and "Clear error" contextual menus to font item.
  • If an error occurs while preparing a VF from a .designspace file, check
    whether it was caused within GSUB or GPOS, and try again without that table.
    This allows us to at least see a partially working font.
fontgoggles - Release v1.1.3

Published by github-actions[bot] over 4 years ago

  • [designspace] fixed layer composite regression introduced in 1.1.2 with the
    fix for issue 53.
  • Fixed automatic reloading snag. Issue 48
fontgoggles - Release v1.1.2

Published by github-actions[bot] over 4 years ago

  • [designspace] Fixed issue with composite glyphs not rendering correctly if a
    base glyph uses a support layer. Issue 53
fontgoggles - Release v1.1.1

Published by github-actions[bot] over 4 years ago

  • Fixed minor UI glitch: update available language tags after reload.
  • Update the used Unicode database to 12.1.0
  • Work around related Unicode bidi problem. Issue #49