Re: [NTG-context] fallback font not displaying

2014-11-06 Thread Wolfgang Schuster

 Am 05.11.2014 um 21:06 schrieb Alan Bowen bowenala...@gmail.com:
 
 In the latest beta (ConTeXt  ver: 2014.11.04 19:10 MKIV), when I run
 
 \definefallbackfamily[mainface][serif][IFAO Grec Unicode]
   [range={02BB-F8FF,10140-1D513},
   protrusion=quality,
   expansion=quality,
   mode=node,
   kern=yes,
   force=yes,
   check=no,
   rscale=0.95]
 
 \setupbodyfont[mainface,10pt]
 
 \definefont[Greek][IFAO-Grec at 10pt]
 
 \starttext
  ἔφεϲιϲ and τελειότηϲ
  
  {\Greek ἔφεϲιϲ and τελειότηϲ}
 \stoptext
 
 the fallback Greek does not display. All I get is:
 
 and  
  ἔφεϲιϲ and τελειότηϲ
 
 This definition of \definefallbackfamily used to work. Has there been a 
 change in the font mechanism?

The fallback setting is only used when you have also a \definefontfamily 
command in your setup.

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

Re: [NTG-context] fallback font not displaying

2014-11-06 Thread Alan Bowen
Sorry, Wolfgang. I cut too much—

\definefontfamily[mainface][serif][Antykwa-Poltawskiego]
[protrusion=quality,
expansion=quality,
mode=node,
smallcaps,
force=yes]
\definefallbackfamily[mainface][serif][IFAO Grec Unicode]
[range={02BB-F8FF,10140-1D513},
protrusion=quality,
expansion=quality,
mode=node,
  kern=yes,
force=yes,
check=no,
rscale=0.95]

\setupbodyfont[mainface,10pt]
\definefont[Greek][IFAO-Grec at 10pt]

\starttext
 ἔφεϲιϲ and τελειότηϲ

 {\Greek  ἔφεϲιϲ and τελειότηϲ}
\stoptext

still fails. What I get is:
φει and τελειτη

   ἔφεςις and τελειότης

Note that the sigmas in the second line are now incorrect too.

Alan

On Thu, Nov 6, 2014 at 7:14 AM, Wolfgang Schuster 
schuster.wolfg...@gmail.com wrote:


 Am 05.11.2014 um 21:06 schrieb Alan Bowen bowenala...@gmail.com:

 In the latest beta (ConTeXt  ver: 2014.11.04 19:10 MKIV), when I run

 \definefallbackfamily[mainface][serif][IFAO Grec Unicode]
 [range={02BB-F8FF,10140-1D513},
 protrusion=quality,
 expansion=quality,
 mode=node,
   kern=yes,
 force=yes,
 check=no,
 rscale=0.95]

 \setupbodyfont[mainface,10pt]

 \definefont[Greek][IFAO-Grec at 10pt]

 \starttext
  ἔφεϲιϲ and τελειότηϲ

  {\Greek ἔφεϲιϲ and τελειότηϲ}
 \stoptext

 the fallback Greek does not display. All I get is:

 and
  ἔφεϲιϲ and τελειότηϲ

 This definition of \definefallbackfamily used to work. Has there been a
 change in the font mechanism?


 The fallback setting is only used when you have also a \definefontfamily
 command in your setup.

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

Re: [NTG-context] fallback font not displaying

2014-11-06 Thread Alan Bowen
Actually, Wolfgang, I suspect that \definefallbackfamily is working at all.
I get the same output even when I comment it out.

On Thu, Nov 6, 2014 at 7:51 AM, Alan Bowen bowenala...@gmail.com wrote:

 Sorry, Wolfgang. I cut too much—

 \definefontfamily[mainface][serif][Antykwa-Poltawskiego]
 [protrusion=quality,
 expansion=quality,
 mode=node,
 smallcaps,
 force=yes]
 \definefallbackfamily[mainface][serif][IFAO Grec Unicode]
 [range={02BB-F8FF,10140-1D513},
 protrusion=quality,
 expansion=quality,
 mode=node,
   kern=yes,
 force=yes,
 check=no,
 rscale=0.95]

 \setupbodyfont[mainface,10pt]
 \definefont[Greek][IFAO-Grec at 10pt]

 \starttext
  ἔφεϲιϲ and τελειότηϲ

  {\Greek  ἔφεϲιϲ and τελειότηϲ}
 \stoptext

 still fails. What I get is:
 φει and τελειτη

ἔφεςις and τελειότης

 Note that the sigmas in the second line are now incorrect too.

 Alan

 On Thu, Nov 6, 2014 at 7:14 AM, Wolfgang Schuster 
 schuster.wolfg...@gmail.com wrote:


 Am 05.11.2014 um 21:06 schrieb Alan Bowen bowenala...@gmail.com:

 In the latest beta (ConTeXt  ver: 2014.11.04 19:10 MKIV), when I run

 \definefallbackfamily[mainface][serif][IFAO Grec Unicode]
 [range={02BB-F8FF,10140-1D513},
 protrusion=quality,
 expansion=quality,
 mode=node,
   kern=yes,
 force=yes,
 check=no,
 rscale=0.95]

 \setupbodyfont[mainface,10pt]

 \definefont[Greek][IFAO-Grec at 10pt]

 \starttext
  ἔφεϲιϲ and τελειότηϲ

  {\Greek ἔφεϲιϲ and τελειότηϲ}
 \stoptext

 the fallback Greek does not display. All I get is:

 and
  ἔφεϲιϲ and τελειότηϲ

 This definition of \definefallbackfamily used to work. Has there been a
 change in the font mechanism?


 The fallback setting is only used when you have also a \definefontfamily
 command in your setup.

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

Re: [NTG-context] fallback font not displaying

2014-11-06 Thread Wolfgang Schuster

 Am 06.11.2014 um 13:51 schrieb Alan Bowen bowenala...@gmail.com:
 
 Sorry, Wolfgang. I cut too much—
 
 \definefontfamily[mainface][serif][Antykwa-Poltawskiego]
   [protrusion=quality,
   expansion=quality, 
   mode=node,
   smallcaps,
   force=yes]
 \definefallbackfamily[mainface][serif][IFAO Grec Unicode]
   [range={02BB-F8FF,10140-1D513},
   protrusion=quality,
   expansion=quality,
   mode=node,
   kern=yes,
   force=yes,
   check=no,
   rscale=0.95]
 
 \setupbodyfont[mainface,10pt]
 \definefont[Greek][IFAO-Grec at 10pt]
 
 \starttext
  ἔφεϲιϲ and τελειότηϲ
  
  {\Greek  ἔφεϲιϲ and τελειότηϲ}
 \stoptext
 
 still fails. What I get is:
 φει and τελειτη
ἔφεςις and τελειότης 
 
 Note that the sigmas in the second line are now incorrect too.
 
You have to put \definefallbackfamily before \definefontfamily.

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

Re: [NTG-context] fallback font not displaying

2014-11-06 Thread Alan Bowen
Many thanks, Wolfgang: it now works as it should. This is a recent change,
I take it. Still, good to know.

Alan

On Thu, Nov 6, 2014 at 4:52 PM, Wolfgang Schuster 
schuster.wolfg...@gmail.com wrote:


 Am 06.11.2014 um 13:51 schrieb Alan Bowen bowenala...@gmail.com:

 Sorry, Wolfgang. I cut too much—

 \definefontfamily[mainface][serif][Antykwa-Poltawskiego]
 [protrusion=quality,
 expansion=quality,
 mode=node,
 smallcaps,
 force=yes]
 \definefallbackfamily[mainface][serif][IFAO Grec Unicode]
 [range={02BB-F8FF,10140-1D513},
 protrusion=quality,
 expansion=quality,
 mode=node,
   kern=yes,
 force=yes,
 check=no,
 rscale=0.95]

 \setupbodyfont[mainface,10pt]
 \definefont[Greek][IFAO-Grec at 10pt]

 \starttext
  ἔφεϲιϲ and τελειότηϲ

  {\Greek  ἔφεϲιϲ and τελειότηϲ}
 \stoptext

 still fails. What I get is:
 φει and τελειτη

ἔφεςις and τελειότης

 Note that the sigmas in the second line are now incorrect too.

 You have to put \definefallbackfamily before \definefontfamily.

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

[NTG-context] fallback font not displaying

2014-11-05 Thread Alan Bowen
In the latest beta (ConTeXt  ver: 2014.11.04 19:10 MKIV), when I run

\definefallbackfamily[mainface][serif][IFAO Grec Unicode]
[range={02BB-F8FF,10140-1D513},
protrusion=quality,
expansion=quality,
mode=node,
  kern=yes,
force=yes,
check=no,
rscale=0.95]

\setupbodyfont[mainface,10pt]

\definefont[Greek][IFAO-Grec at 10pt]

\starttext
 ἔφεϲιϲ and τελειότηϲ

 {\Greek ἔφεϲιϲ and τελειότηϲ}
\stoptext

the fallback Greek does not display. All I get is:

and
 ἔφεϲιϲ and τελειότηϲ

This definition of \definefallbackfamily used to work. Has there been a
change in the font mechanism?

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