On Mon, Nov 23, 2009 at 10:56 AM, luigi scarso
On Mon, Nov 23, 2009 at 10:47 AM, Hans Hagen
wrote: why not? it uses gs for converting the shapes to outlines ... works ok
Hans I will check it with Symbola http://users.teilar.gr/~g1951d/Symbola.zip Given that I'm lazy
# diff mlib-pps.lua mlib-pps-patch.lua 809c809 < local start = [[\starttext]] ---
local start = [[\definefont[MyUnicodeSymbols][Symbola]\starttext]]
%%test-outlined.tex \definefont[MyUnicodeSymbols][Symbola] \ctxloadluafile{mlib-pps-patch}{} \starttext \startTEXpage \startuseMPgraphic{a} graphictext "\bf No Fun here {\MyUnicodeSymbols\unicodechar{9925}}" scaled 4 zscaled (1,1.5) withdrawcolor blue withfillcolor .5white withpen pencircle scaled 5pt \stopuseMPgraphic \useMPgraphic{a} \stopTEXpage \stoptext -- luigi