Skip to content

Commit 58f72cf

Browse files
committed
nvm
1 parent 4fec8fb commit 58f72cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/drawtext.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ proc makeAttributedString =
6060

6161
attrstr.addUnattributed("and control over OpenType features such as ligatures (for instance, ")
6262
let otf = newOpenTypeFeatures()
63-
otf.add("smcp", off)
63+
otf.add("liga", off)
6464
let attr10 = newFeaturesAttribute(otf)
6565
attrstr.addWithAttributes("afford", attr10)
6666
attrstr.addUnattributed(" vs. ")
67-
otf.add("smcp", on)
67+
otf.add("liga", on)
6868
let attr11 = newFeaturesAttribute(otf)
6969
attrstr.addWithAttributes("afford", attr11)
7070

0 commit comments

Comments
 (0)