ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* opbd not behaving properly?
@ 2018-09-01 17:18 Pablo Rodriguez
  2018-09-01 18:24 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2018-09-01 17:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

Dear list,

I have the following sample:

    \definefontfeature[default][default][protrusion=quality]
    \definefontfeature[opbd][protrusion=yes,opbd=yes]

    \setupalign[hanging]

    \showframe

    \starttext
        \definedfont[LinLibertine_R.otf*default at 450pt]
        %~ \definedfont[LinLibertine_R.otf*opbd at 450pt]
        W
    \stoptext

I cannot compile it with latest beta (from 2018.08.30 18:41). I get a
Lua error.

Using the same beta, opbd don’t seem to work anymore. I mean, opbd
worked with ConTeXt about a year:

    \showframe
    \definefontfeature[default][default][protrusion=quality, opbd=yes]
    \definefontfamily[mainface][rm][TestOPBD]
    \setupbodyfont[mainface, 60pt]
    \setupalign[hanging]

    \starttext
    Ἠ\\Ἠ\\Ἦ\\ἯἯ
    \stoptext

I mean, I compile it, but lfbd isn’t used at all (I attach the test font
I use).

Have I hit a bug or am I missing something?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk

[-- Attachment #2: TestOPBD-Regular.otf --]
[-- Type: application/vnd.oasis.opendocument.formula-template, Size: 63840 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: opbd not behaving properly?
  2018-09-01 17:18 opbd not behaving properly? Pablo Rodriguez
@ 2018-09-01 18:24 ` Hans Hagen
  2018-09-02  5:50   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2018-09-01 18:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Pablo Rodriguez

On 9/1/2018 7:18 PM, Pablo Rodriguez wrote:
> Dear list,
> 
> I have the following sample:
> 
>      \definefontfeature[default][default][protrusion=quality]
>      \definefontfeature[opbd][protrusion=yes,opbd=yes]
> 
>      \setupalign[hanging]
> 
>      \showframe
> 
>      \starttext
>          \definedfont[LinLibertine_R.otf*default at 450pt]
>          %~ \definedfont[LinLibertine_R.otf*opbd at 450pt]
>          W
>      \stoptext
> 
> I cannot compile it with latest beta (from 2018.08.30 18:41). I get a
> Lua error.

hm, more related to an updated font reader long ago

> Using the same beta, opbd don’t seem to work anymore. I mean, opbd
> worked with ConTeXt about a year:
> 
>      \showframe
>      \definefontfeature[default][default][protrusion=quality, opbd=yes]
>      \definefontfamily[mainface][rm][TestOPBD]
>      \setupbodyfont[mainface, 60pt]
>      \setupalign[hanging]
> 
>      \starttext
>      Ἠ\\Ἠ\\Ἦ\\ἯἯ
>      \stoptext
> 
> I mean, I compile it, but lfbd isn’t used at all (I attach the test font
> I use).
> 
> Have I hit a bug or am I missing something?
> 
> Many thanks for your help,
> 
> Pablo
> 
> 
> 
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: opbd not behaving properly?
  2018-09-01 18:24 ` Hans Hagen
@ 2018-09-02  5:50   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2018-09-02  5:50 UTC (permalink / raw)
  To: ntg-context

On 09/01/2018 08:24 PM, Hans Hagen wrote:
> On 9/1/2018 7:18 PM, Pablo Rodriguez wrote:
>> [...]
>>      \definefontfeature[opbd][protrusion=yes, opbd=yes]
>>
>>      \setupalign[hanging]
>>
>>      \showframe
>>
>>      \starttext
>>          \definedfont[LinLibertine_R.otf*opbd at 450pt]
>>          W
>>      \stoptext
>>
>> I cannot compile it with latest beta (from 2018.08.30 18:41). I get a
>> Lua error.
> 
> hm, more related to an updated font reader long ago

Many thanks for your reply, Hans.

Compilation doesn’t break with the new beta from yesterday, but I’m
afraid that optical bounds don’t work either.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-09-02  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-01 17:18 opbd not behaving properly? Pablo Rodriguez
2018-09-01 18:24 ` Hans Hagen
2018-09-02  5:50   ` Pablo Rodriguez

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