20 Jun
2011
20 Jun
'11
2:52 p.m.
2011/6/20 Reviczky, Adam
Use $\star$ or \symbol[star].
Thanks, but both will use the math font (in my case: https://github.com/khaledhosny/euler-otf) which doesn't have this symbol.
Missing character: There is no ⋆ (U+22C6) in font euler!
Using "\star" only worked as a workaround until recently.
I'm not doing anything wrong here, am I?
I'm looking at: --- \usetypescript[palatino] \definetypeface [palatino] [mm] [math] [euler] [euler][rscale=1.03] \definetypeface [boldmath] [mm] [boldmath][euler][euler][rscale=1.03] \setupbodyfont[palatino,11pt] \starttext $\star$ \symbol[star] \star \stoptext ---
Adam
This came up a while ago, I believe this is the solution: http://www.mail-archive.com/ntg-context@ntg.nl/msg47703.html Vedran