ui.gadgets.labels: allow sub-pixel baseline and cap-height.

master
John Benediktsson 2020-05-16 11:18:11 -07:00
parent 5f89facf9e
commit 457485dae7
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ M: label pref-dim*
PRIVATE>
M: label baseline*
label-metrics ascent>> round ;
label-metrics ascent>> ;
M: label cap-height*
label-metrics cap-height>> round ;
label-metrics cap-height>> ;
<PRIVATE