Re: [NTG-context] getting the glyph of a character
Dear all, In the previous mail, I tested the given code under the ConTeXt beta(standalone) which has no file “lm-ec.map” installed, so I couldn’t get the result. But the following sample is working under MKIV in TeXlive 2016. It looks great. I guess that it is also working any font if the map file is provided. If my guess is true, is it possible to make map files of the fonts in the system? Thank you for reading. Best regards, Dalyoung \startbuffer[outline] fontmapfile "=lm-ec.map"; %beginfig(56); picture q; path p; interim ahlength := 12bp; interim ahangle := 25; q := glyph “E" of "ec-lmr10" scaled .2; %draw q; for item within q: p := pathpart item; draw p withcolor (.6,.9,.6) withpen pencircle scaled 1.5; endfor \stopbuffer \starttext \processMPbuffer[outline] \stoptext
participants (1)
-
Jeong Dal