Hi, Could anyone suggest me an idea how to draw a guitar string symbol -- a number in a circle? Like this http://www.classicalguitarblog.net/wp-content/uploads/2010/01/Picture-47.png Maybe some rounded frame? Regards, Vyatcheslav
Hello Vyatcheslav, could be used TTF font winding.ttf ?? \def\numcharacter#1{\char#1{}} \let\dochar\numcharacter \definefont[wingding][wingding.ttf at 12pt] \starttext {\wingding \dochar{128}\dochar{129}\dochar{130}\dochar{131}\dochar{132}\dochar{133}\dochar{134}\dochar{135}\dochar{136}\dochar{137}\dochar{138}\dochar{139}\dochar{140}\dochar{141}\dochar{142}\dochar{143}\dochar{144}\dochar{145}\dochar{146}\dochar{147}\dochar{148}\dochar{149}} \stoptext Jaroslav Hajtmar Dne 19.11.2010 17:22, Vyatcheslav Yatskovsky napsal(a):
Hi,
Could anyone suggest me an idea how to draw a guitar string symbol -- a number in a circle? Like this http://www.classicalguitarblog.net/wp-content/uploads/2010/01/Picture-47.png
Maybe some rounded frame?
Regards, Vyatcheslav ___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 19-11-2010 7:37, Jaroslav Hajtmar wrote:
Hello Vyatcheslav, could be used TTF font winding.ttf ??
\def\numcharacter#1{\char#1{}} \let\dochar\numcharacter
\definefont[wingding][wingding.ttf at 12pt]
\starttext {\wingding \dochar{128}\dochar{129}\dochar{130}\dochar{131}\dochar{132}\dochar{133}\dochar{134}\dochar{135}\dochar{136}\dochar{137}\dochar{138}\dochar{139}\dochar{140}\dochar{141}\dochar{142}\dochar{143}\dochar{144}\dochar{145}\dochar{146}\dochar{147}\dochar{148}\dochar{149}}
normally \wingding\fontchar{circle1} should work but there is something fishy with this font as it has weird unicode entries (so taco and i need to look into it) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Jaroslav Hajtmar
-
Vyatcheslav Yatskovsky