ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Guitar string symbol
       [not found] <mailman.333.1290197571.4239.ntg-context@ntg.nl>
@ 2010-11-22 21:17 ` Vyatcheslav Yatskovsky
  2010-11-23  8:57   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-11-22 21:17 UTC (permalink / raw)
  To: ntg-context

Thank you, Jaroslav, for WORKING solution. I added it to my "songbook" 
environment.

And thanks to Hans -- yes, \wingding\fontchar{circle1} would be much 
simplier )

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guitar string symbol
  2010-11-22 21:17 ` Guitar string symbol Vyatcheslav Yatskovsky
@ 2010-11-23  8:57   ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-11-23  8:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Vyatcheslav Yatskovsky

On 22-11-2010 10:17, Vyatcheslav Yatskovsky wrote:
> Thank you, Jaroslav, for WORKING solution. I added it to my "songbook"
> environment.
>
> And thanks to Hans -- yes, \wingding\fontchar{circle1} would be much
> simplier )

we found out that the font is bugged: it suggests unicode mapping but 
does it wrong (ff issues lots of warnings on 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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guitar string symbol
  2010-11-19 18:37   ` Jaroslav Hajtmar
@ 2010-11-19 19:14     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-11-19 19:14 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guitar string symbol
  2010-11-19 16:22 ` Vyatcheslav Yatskovsky
@ 2010-11-19 18:37   ` Jaroslav Hajtmar
  2010-11-19 19:14     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Hajtmar @ 2010-11-19 18:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
> ___________________________________________________________________________________ 
>
>

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Guitar string symbol
       [not found] <mailman.321.1290176058.4239.ntg-context@ntg.nl>
@ 2010-11-19 16:22 ` Vyatcheslav Yatskovsky
  2010-11-19 18:37   ` Jaroslav Hajtmar
  0 siblings, 1 reply; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-11-19 16:22 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-23  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.333.1290197571.4239.ntg-context@ntg.nl>
2010-11-22 21:17 ` Guitar string symbol Vyatcheslav Yatskovsky
2010-11-23  8:57   ` Hans Hagen
     [not found] <mailman.321.1290176058.4239.ntg-context@ntg.nl>
2010-11-19 16:22 ` Vyatcheslav Yatskovsky
2010-11-19 18:37   ` Jaroslav Hajtmar
2010-11-19 19:14     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).