Skip to content

Commit 3b57e97

Browse files
committed
pict: use rhombus_tt instead of tt for line-number alignment
This is still not really right, but it looks ok enough for fonts that we're currently using, and I'll leave a better repair for later.
1 parent 03cc4d6 commit 3b57e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhombus-pict-lib/rhombus/pict/rhombus.rhm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def (render_line,
4949
match rx'" "+'.match_range_in(str)
5050
| RXMatch(s..e, _, _):
5151
beside.baseline(loop(str.substring(0..s)),
52-
tt(str.substring(s..e)),
52+
rtt(str.substring(s..e)),
5353
loop(str.substring(e..str.length())))
5454
| ~else: t(str)
5555
| ~else:

0 commit comments

Comments
 (0)