Skip to content

Commit c1bebda

Browse files
committed
Commit from GitHub Actions (Update Changelog Page)
1 parent c6a9cd0 commit c1bebda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<h1>Changelog for Fontra</h1>
1313
<h2>2025-07-25</h2>
1414
<ul>
15+
<li>Fixed serious bug in writing kerning to UFO: group references did not use the correct prefix. <a href="https://github.com/googlefonts/fontra/issues/2238">Issue 2238</a>, <a href="https://github.com/googlefonts/fontra/pull/2239">PR 2239</a></li>
1516
<li>Add "inline calculator" functionality to the metrics fields in the selection info panel. Expressions evaluate to a concrete value once you type enter or leave the field. <a href="https://github.com/googlefonts/fontra/issues/2236">Issue 2236</a>, <a href="https://github.com/googlefonts/fontra/pull/2237">PR 2237</a> Quick rundown:<ul>
1617
<li>It supports most common operators and parentheses, for example <code>10 * (5 + 3) / 2</code>.</li>
1718
<li>It allows to use glyph names as variable names, to refer to the metric value for that glyph. For example, if you type <code>E</code> in the advance width field, it will take the advance width of the <code>E</code> glyph and put that in the field. Likewise, if you type <code>E</code> in the left sidebearing field, it will put the left sidebearing value from the <code>E</code> glyph in the field.</li>

0 commit comments

Comments
 (0)