Hi, is it possible to use hanging punctuation in MkIV with Type 1 fonts, I tried the Lucida fonts but it did not work. I made also a simple test I and converted "LucidaBright" (the Regular style} into OpenType format and it worked then. Wolfgang
Hi Wolfgang,
this works here with MkIV and type1 LucidaBright:
\definefontfeature
[default][default]
[protrusion=quality,expansion=quality,mode=node,script=latn,liga=yes,tlig=yes,trep=yes]
\font\lucida=name:lucidabright*default at 12pt
\setupalign[hanging]
\starttext
\lucida
\input knuth
\stoptext
Greetings Lutz
2009/3/9 Wolfgang Schuster
Hi,
is it possible to use hanging punctuation in MkIV with Type 1 fonts, I tried the Lucida fonts but it did not work. I made also a simple test I and converted "LucidaBright" (the Regular style} into OpenType format and it worked then.
Wolfgang
Hi Lutz,
thanks for the example, it helped me to track down my problem and
I was able to fix my typescripts.
Wolfgang
On Mon, Mar 9, 2009 at 2:18 PM, Lutz Haseloff
Hi Wolfgang,
this works here with MkIV and type1 LucidaBright:
\definefontfeature [default][default]
[protrusion=quality,expansion=quality,mode=node,script=latn,liga=yes,tlig=yes,trep=yes] \font\lucida=name:lucidabright*default at 12pt \setupalign[hanging] \starttext \lucida \input knuth \stoptext
Greetings Lutz
2009/3/9 Wolfgang Schuster
Hi,
is it possible to use hanging punctuation in MkIV with Type 1 fonts, I tried the Lucida fonts but it did not work. I made also a simple test I and converted "LucidaBright" (the Regular style} into OpenType format and it worked then.
Wolfgang
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Wolfgang Schuster wrote:
Hi,
is it possible to use hanging punctuation in MkIV with Type 1 fonts, I tried the Lucida fonts but it did not work. I made also a simple test I and converted "LucidaBright" (the Regular style} into OpenType format and it worked then.
should work in the same way (as feature) ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Mon, Mar 9, 2009 at 2:40 PM, Hans Hagen
Wolfgang Schuster wrote:
Hi,
is it possible to use hanging punctuation in MkIV with Type 1 fonts, I tried the Lucida fonts but it did not work. I made also a simple test I and converted "LucidaBright" (the Regular style} into OpenType format and it worked then.
should work in the same way (as feature)
It did and was a mistake in my typescripts, can you change the typescript for the Lucida fonts in type-buy and split them in a MkII and MkIV version. Wolfgang
participants (3)
-
Hans Hagen
-
Lutz Haseloff
-
Wolfgang Schuster