ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* composed chars
@ 2008-01-14 18:03 Hans Hagen
  2008-01-14 22:18 ` Arthur Reutenauer
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2008-01-14 18:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

new in the mkiv beta ...


\starttext

{\font\oeps=name:lmroman10regular*default at 10pt \oeps test \char7683}
{\font\oeps=name:lmroman10regular*default at 30pt \oeps test \char7683}

\definefontfeature[superdefault][default][compose=yes]

{\font\oeps=name:lmroman10regular*superdefault at 10pt \oeps test \char7683}
{\font\oeps=name:lmroman10regular*superdefault at 30pt \oeps test \char7683}

\dontleavehmode\dorecurse{100}{\one{}\two{}}

\stoptext

compose=yes will add missing composed chars as virtual glyphs

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: composed chars
  2008-01-14 18:03 composed chars Hans Hagen
@ 2008-01-14 22:18 ` Arthur Reutenauer
  2008-01-14 23:09   ` Peter Münster
  2008-01-15  9:22   ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Arthur Reutenauer @ 2008-01-14 22:18 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> \dontleavehmode\dorecurse{100}{\one{}\two{}}

  What are \one and \two supposed to stand for?  Apart from that it
works great.  The glyph is not very beautiful, but of course it is to be
expected.

	Arthur
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: composed chars
  2008-01-14 22:18 ` Arthur Reutenauer
@ 2008-01-14 23:09   ` Peter Münster
  2008-01-15  9:21     ` Hans Hagen
  2008-01-15  9:22   ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Münster @ 2008-01-14 23:09 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On Mon, Jan 14, 2008 at 11:18:08PM +0100, Arthur Reutenauer wrote:
> > \dontleavehmode\dorecurse{100}{\one{}\two{}}
> 
>   What are \one and \two supposed to stand for?  Apart from that it
> works great.  The glyph is not very beautiful, but of course it is to be
> expected.

With version 2008.01.14 18:55, I only get \one: undefined control
sequence... :(

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: composed chars
  2008-01-14 23:09   ` Peter Münster
@ 2008-01-15  9:21     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2008-01-15  9:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Peter Münster wrote:
> On Mon, Jan 14, 2008 at 11:18:08PM +0100, Arthur Reutenauer wrote:
>>> \dontleavehmode\dorecurse{100}{\one{}\two{}}
>>   What are \one and \two supposed to stand for?  Apart from that it
>> works great.  The glyph is not very beautiful, but of course it is to be
>> expected.
> 
> With version 2008.01.14 18:55, I only get \one: undefined control
> sequence... :(

forget about that ... it is a general purpose test file so that line is 
not needed

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: composed chars
  2008-01-14 22:18 ` Arthur Reutenauer
  2008-01-14 23:09   ` Peter Münster
@ 2008-01-15  9:22   ` Hans Hagen
  2008-01-15 16:15     ` Arthur Reutenauer
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2008-01-15  9:22 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Arthur Reutenauer wrote:
>> \dontleavehmode\dorecurse{100}{\one{}\two{}}
> 
>   What are \one and \two supposed to stand for?  Apart from that it
> works great.  The glyph is not very beautiful, but of course it is to be
> expected.

i use the boundingbox info for positioning and indeed it's a 'as good as 
possible' fake thing


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: composed chars
  2008-01-15  9:22   ` Hans Hagen
@ 2008-01-15 16:15     ` Arthur Reutenauer
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Reutenauer @ 2008-01-15 16:15 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> i use the boundingbox info for positioning and indeed it's a 'as good as 
> possible' fake thing

  Yes, obviously.  It's the kind of thing where we could use GSUB
anchors in the font, but it's a lot of work (and it needs some kind of
agreement on what each anchor should be used for).
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-01-15 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-14 18:03 composed chars Hans Hagen
2008-01-14 22:18 ` Arthur Reutenauer
2008-01-14 23:09   ` Peter Münster
2008-01-15  9:21     ` Hans Hagen
2008-01-15  9:22   ` Hans Hagen
2008-01-15 16:15     ` Arthur Reutenauer

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).