fallback font not displaying
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
Am 05.11.2014 um 21:06 schrieb 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?
The fallback setting is only used when you have also a \definefontfamily command in your setup. Wolfgang
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.wolfgang@gmail.com> wrote:
Am 05.11.2014 um 21:06 schrieb 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?
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
___________________________________________________________________________________
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
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.wolfgang@gmail.com> wrote:
Am 05.11.2014 um 21:06 schrieb 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?
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
___________________________________________________________________________________
Am 06.11.2014 um 13:51 schrieb 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.
You have to put \definefallbackfamily before \definefontfamily. Wolfgang
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.wolfgang@gmail.com> wrote:
Am 06.11.2014 um 13:51 schrieb 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.
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
___________________________________________________________________________________
participants (2)
-
Alan Bowen
-
Wolfgang Schuster