ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Hanging punctuation with Type 1 fonts
@ 2009-03-09 12:41 Wolfgang Schuster
  2009-03-09 13:18 ` Lutz Haseloff
  2009-03-09 13:40 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2009-03-09 12:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Hanging punctuation with Type 1 fonts
  2009-03-09 12:41 Hanging punctuation with Type 1 fonts Wolfgang Schuster
@ 2009-03-09 13:18 ` Lutz Haseloff
  2009-03-09 23:11   ` Wolfgang Schuster
  2009-03-09 13:40 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Lutz Haseloff @ 2009-03-09 13:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 653 bytes --]

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 <schuster.wolfgang@googlemail.com>

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

[-- Attachment #1.2: Type: text/html, Size: 1018 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] 5+ messages in thread

* Re: Hanging punctuation with Type 1 fonts
  2009-03-09 12:41 Hanging punctuation with Type 1 fonts Wolfgang Schuster
  2009-03-09 13:18 ` Lutz Haseloff
@ 2009-03-09 13:40 ` Hans Hagen
  2009-03-09 14:00   ` Wolfgang Schuster
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2009-03-09 13:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

* Re: Hanging punctuation with Type 1 fonts
  2009-03-09 13:40 ` Hans Hagen
@ 2009-03-09 14:00   ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2009-03-09 14:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Mar 9, 2009 at 2:40 PM, Hans Hagen <pragma@wxs.nl> wrote:
> 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
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Hanging punctuation with Type 1 fonts
  2009-03-09 13:18 ` Lutz Haseloff
@ 2009-03-09 23:11   ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2009-03-09 23:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
<lutz.haseloff@googlemail.com> wrote:
> 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 <schuster.wolfgang@googlemail.com>
>>
>> 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
> ___________________________________________________________________________________
>
>
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2009-03-09 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09 12:41 Hanging punctuation with Type 1 fonts Wolfgang Schuster
2009-03-09 13:18 ` Lutz Haseloff
2009-03-09 23:11   ` Wolfgang Schuster
2009-03-09 13:40 ` Hans Hagen
2009-03-09 14:00   ` Wolfgang Schuster

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