2011/2/13 Vianney le Clément
On Sun, Feb 13, 2011 at 08:03, luigi scarso
wrote: No, it's a truetype font with 2048 UnitsPerEm. This font has not kerning at all: it is only usable as .. symbol ! :-)
It is indeed what I want: use it as a symbol font. But even when trying to access symbols like this:
\definesymbol[Masks][{\definedfont[file:Symbola602.otf sa *]\char"1F3AD}]
I still have the problem that the glyphs are too small. Do you have a better way to access the symbols and have them at the right size? \definedfont[file:Symbola602.otf sa 2] seems ok. Try \setupbodyfont[18pt] \starttext Gg {\definedfont[file:Symbola602.otf sa 2]Gg} Gg M{\definedfont[file:Symbola602.otf sa 2 ]\char"1F3AD}M and change \setupbodyfont to differents sizes. Symbols should look ok. \stoptext
-- luigi