ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MkIV typescripts for free fonts by exljbris
@ 2009-04-03 21:24 Henning Hraban Ramm
  2009-04-03 22:32 ` base- vs. node-kerning Andreas Harder
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Hraban Ramm @ 2009-04-03 21:24 UTC (permalink / raw)
  To: mailing ConTeXt users list for


[-- Attachment #1.1.1: Type: text/plain, Size: 284 bytes --]

Some time ago there was a thread on this subject.
I adapted the typescript to work with the latest release of exljbris  
free fonts.
Enjoy!

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

[-- Attachment #1.1.2: type-exljbris-free.tex --]
[-- Type: application/x-tex, Size: 5114 bytes --]

[-- Attachment #1.2: Signierter Teil der Nachricht --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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] 4+ messages in thread

* base- vs. node-kerning
  2009-04-03 21:24 MkIV typescripts for free fonts by exljbris Henning Hraban Ramm
@ 2009-04-03 22:32 ` Andreas Harder
  2009-04-04 10:48   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Harder @ 2009-04-03 22:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

the kerning with mode=node seems not to work as desired, the gaps  
after the kerned character are to big. Here is a test file:


\setupcolors[state=start]

\definefontfeature[base][mode=base,kern=yes]
\definefontfeature[node][mode=node,kern=yes]

\definefont[MinBase][name:minionpro-regular*base]
\definefont[MinNode][name:minionpro-regular*node]

% \definefont[MinBase][Serif*base]
% \definefont[MinNode][Serif*node]

\starttext

\startbuffer[Kerning]
   \startlines
     Wer
     Tat
     Ver
     VAI
   \stoplines
\stopbuffer

\startTEXpage
   \startoverlay
     {\hbox to 1cm {\vbox{\MinBase\darkred{\getbuffer[Kerning]}}}}
     {\hbox to 1cm {\vbox{\MinNode        {\getbuffer[Kerning]}}}}
   \stopoverlay
\stopTEXpage

\stoptext


Greetings
	Andreas
___________________________________________________________________________________
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] 4+ messages in thread

* Re: base- vs. node-kerning
  2009-04-03 22:32 ` base- vs. node-kerning Andreas Harder
@ 2009-04-04 10:48   ` Hans Hagen
  2009-04-04 11:32     ` Andreas Harder
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2009-04-04 10:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Andreas Harder wrote:
> Hello,
> 
> the kerning with mode=node seems not to work as desired, the gaps after 
> the kerned character are to big. Here is a test file:
> 
> 
> \setupcolors[state=start]
> 
> \definefontfeature[base][mode=base,kern=yes]
> \definefontfeature[node][mode=node,kern=yes]
> 
> \definefont[MinBase][name:minionpro-regular*base]
> \definefont[MinNode][name:minionpro-regular*node]
> 
> % \definefont[MinBase][Serif*base]
> % \definefont[MinNode][Serif*node]
> 
> \starttext
> 
> \startbuffer[Kerning]
>   \startlines
>     Wer
>     Tat
>     Ver
>     VAI
>   \stoplines
> \stopbuffer
> 
> \startTEXpage
>   \startoverlay
>     {\hbox to 1cm {\vbox{\MinBase\darkred{\getbuffer[Kerning]}}}}
>     {\hbox to 1cm {\vbox{\MinNode        {\getbuffer[Kerning]}}}}
>   \stopoverlay
> \stopTEXpage
> 
> \stoptext

ok, fixed in next beta (if your're in a hurry i can send you a patch); 
bug was introduced when finishing rough ends of right-left handling


-----------------------------------------------------------------
                                           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] 4+ messages in thread

* Re: base- vs. node-kerning
  2009-04-04 10:48   ` Hans Hagen
@ 2009-04-04 11:32     ` Andreas Harder
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Harder @ 2009-04-04 11:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.04.2009 um 12:48 schrieb Hans Hagen:

> Andreas Harder wrote:
>> Hello,
>> the kerning with mode=node seems not to work as desired, the gaps  
>> after the kerned character are to big. Here is a test file:
>> \setupcolors[state=start]
>> \definefontfeature[base][mode=base,kern=yes]
>> \definefontfeature[node][mode=node,kern=yes]
>> \definefont[MinBase][name:minionpro-regular*base]
>> \definefont[MinNode][name:minionpro-regular*node]
>> % \definefont[MinBase][Serif*base]
>> % \definefont[MinNode][Serif*node]
>> \starttext
>> \startbuffer[Kerning]
>>  \startlines
>>    Wer
>>    Tat
>>    Ver
>>    VAI
>>  \stoplines
>> \stopbuffer
>> \startTEXpage
>>  \startoverlay
>>    {\hbox to 1cm {\vbox{\MinBase\darkred{\getbuffer[Kerning]}}}}
>>    {\hbox to 1cm {\vbox{\MinNode        {\getbuffer[Kerning]}}}}
>>  \stopoverlay
>> \stopTEXpage
>> \stoptext
>
> ok, fixed in next beta (if your're in a hurry i can send you a  
> patch); bug was introduced when finishing rough ends of right-left  
> handling

Thank you! And no, I'm not in a hurry, so I can wait till the next  
update.

Andreas

___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2009-04-04 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-03 21:24 MkIV typescripts for free fonts by exljbris Henning Hraban Ramm
2009-04-03 22:32 ` base- vs. node-kerning Andreas Harder
2009-04-04 10:48   ` Hans Hagen
2009-04-04 11:32     ` Andreas Harder

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