Re: [NTG-context] Hieroglyphic font query

2017-04-02 Thread Alan Bowen
Thanks, Wolfgang. That works very nicely!

I ended up setting the glyphs at 8pt (to fit the text) and adjusted my list
of bodyfont sizes accordingly. A great tip/reminder!

Alan

On Sun, Apr 2, 2017 at 2:35 PM, Wolfgang Schuster <
schuster.wolfg...@gmail.com> wrote:

>
> Alan Bowen 
> 2. April 2017 um 20:19 via Postbox
> 
> Hi, Pablo—thanks for the suggestions. I was not able to get them to work.
> Here is my test file.
>
> \definefallbackfamily[mainface][sans][NewGardiner][range=131FC,132F9]
> %\definefallbackfamily[mainface][sans][NewGardiner-
> Medium][range=131FC,132F9]
>
> \definefontfamily[mainface][serif][Brill]
>
> \setupbodyfont[mainface,18pt]
>
>
> \starttext
>
> Hello world! 1234
>
> αβγ
>
> {
> ㇼ㋹
> }
>
> and that is all.
>
> \stoptext
>
> There is a problem when you change the font size to a value which isn’t
> pre defined
> (e.g. 14pt causes problems while 14.4pt works) and you have to add
> \definebodyfont[...]
> (e.g. \definebodyfont[14pt]) to your document.
>
> %\starttypescript[sans][newgardiner]
> %\setups[font:fallback:sans]
> %\definefontsynonym[Sans][file:newgardinersmp]
> %\stoptypescript
> %
> %\definetypeface[newgardiner][ss][sans][newgardiner][
> default][features=default]
>
> \definefontfamily[newgardiner][rm][NewGardiner]
>
> \starttext
>
> {\definedfont[file:newgardinersmp at 14.4pt]ㇼ㋹}
>
> \switchtobodyfont[newgardiner,14.4pt]ㇼ㋹
>
> \stoptext
>
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Hieroglyphic font query

2017-04-02 Thread Wolfgang Schuster



Alan Bowen 
2. April 2017 um 20:19via Postbox 


Hi, Pablo—thanks for the suggestions. I was not able to get them to work.
Here is my test file.

\definefallbackfamily[mainface][sans][NewGardiner][range=131FC,132F9]
%\definefallbackfamily[mainface][sans][NewGardiner-Medium][range=131FC,132F9]

\definefontfamily[mainface][serif][Brill]

\setupbodyfont[mainface,18pt]


\starttext

Hello world! 1234

αβγ

{
ㇼ㋹
}

and that is all.

\stoptext
There is a problem when you change the font size to a value which isn’t 
pre defined
(e.g. 14pt causes problems while 14.4pt works) and you have to add 
\definebodyfont[...]

(e.g. \definebodyfont[14pt]) to your document.

%\starttypescript[sans][newgardiner]
%\setups[font:fallback:sans]
%\definefontsynonym[Sans][file:newgardinersmp]
%\stoptypescript
%
%\definetypeface[newgardiner][ss][sans][newgardiner][default][features=default]

\definefontfamily[newgardiner][rm][NewGardiner]

\starttext

{\definedfont[file:newgardinersmp at 14.4pt]ㇼ㋹}

\switchtobodyfont[newgardiner,14.4pt]ㇼ㋹

\stoptext

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

Re: [NTG-context] Hieroglyphic font query

2017-04-02 Thread Alan Bowen
Hi, Pablo—thanks for the suggestions. I was not able to get them to work.
Here is my test file.

\definefallbackfamily[mainface][sans][NewGardiner][range=131FC,132F9]
%\definefallbackfamily[mainface][sans][NewGardiner-Medium][range=131FC,132F9]

\definefontfamily[mainface][serif][Brill]

\setupbodyfont[mainface,18pt]


\starttext

Hello world! 1234

αβγ

{
ㇼ㋹
}

and that is all.

\stoptext


On Sun, Apr 2, 2017 at 12:45 PM, Pablo Rodriguez  wrote:

> On 04/02/2017 05:23 PM, Alan Bowen wrote:
> > I have the hieroglyphic font, New Gardiner Medium, in .otf and .ttf
> > formats. It is installed in my OSFONTDIR and is accessible using other
> > applications.
> >
> > But
> >
> > \switchtobodyfont[newgardiner,14pt]ㇼ㋹
> >
> > does not work (with either the .ttf or the .otf format).
> >
> > I have checked: “NewGardiner” is the Postscript Name, the Full name, and
> > the Family Name.
> >
> > So what have I missed?
>
> Well, I suppose you included before:
>
> \definefontfamily[newgardiner][rm][NewGardiner]
>
> If it doesn’t work, replace [NewGardiner] with [NewGardiner-Medium].
>
> If it doesn’t, could you use \setupbodyfont[newgardiner, 14pt]?
>
> Just in case it helps,
>
> 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
> 
> ___
>
___
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
___

Re: [NTG-context] Hieroglyphic font query

2017-04-02 Thread Pablo Rodriguez
On 04/02/2017 05:23 PM, Alan Bowen wrote:
> I have the hieroglyphic font, New Gardiner Medium, in .otf and .ttf
> formats. It is installed in my OSFONTDIR and is accessible using other
> applications.
> 
> But
> 
> \switchtobodyfont[newgardiner,14pt]ㇼ㋹
> 
> does not work (with either the .ttf or the .otf format).
> 
> I have checked: “NewGardiner” is the Postscript Name, the Full name, and
> the Family Name.
> 
> So what have I missed?

Well, I suppose you included before:

\definefontfamily[newgardiner][rm][NewGardiner]

If it doesn’t work, replace [NewGardiner] with [NewGardiner-Medium].

If it doesn’t, could you use \setupbodyfont[newgardiner, 14pt]?

Just in case it helps,

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
___

Re: [NTG-context] Hieroglyphic font query

2017-04-02 Thread Alan Bowen
Certainly: see the attached file.
A.

On Sun, Apr 2, 2017 at 11:32 AM, kaddour kardio 
wrote:

> ​Can you please copy-past de log file?​
>
> On Sun, Apr 2, 2017 at 5:23 PM, Alan Bowen  wrote:
>
>> I have the hieroglyphic font, New Gardiner Medium, in .otf and .ttf
>> formats. It is installed in my OSFONTDIR and is accessible using other
>> applications.
>>
>> But
>>
>> \switchtobodyfont[newgardiner,14pt]ㇼ㋹
>>
>> does not work (with either the .ttf or the .otf format).
>>
>> I have checked: “NewGardiner” is the Postscript Name, the Full name, and
>> the Family Name.
>>
>> So what have I missed?
>>
>> 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/list
>> info/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki : http://contextgarden.net
>> 
>> ___
>>
>
>
>
> --
> Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.
>
> 
> ___
> 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
> 
> ___
>


test.log
Description: Binary data
___
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
___

Re: [NTG-context] Hieroglyphic font query

2017-04-02 Thread kaddour kardio
​Can you please copy-past de log file?​

On Sun, Apr 2, 2017 at 5:23 PM, Alan Bowen  wrote:

> I have the hieroglyphic font, New Gardiner Medium, in .otf and .ttf
> formats. It is installed in my OSFONTDIR and is accessible using other
> applications.
>
> But
>
> \switchtobodyfont[newgardiner,14pt]ㇼ㋹
>
> does not work (with either the .ttf or the .otf format).
>
> I have checked: “NewGardiner” is the Postscript Name, the Full name, and
> the Family Name.
>
> So what have I missed?
>
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> 
> ___
>



-- 
Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.
___
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
___

[NTG-context] Hieroglyphic font query

2017-04-02 Thread Alan Bowen
I have the hieroglyphic font, New Gardiner Medium, in .otf and .ttf
formats. It is installed in my OSFONTDIR and is accessible using other
applications.

But

\switchtobodyfont[newgardiner,14pt]ㇼ㋹

does not work (with either the .ttf or the .otf format).

I have checked: “NewGardiner” is the Postscript Name, the Full name, and
the Family Name.

So what have I missed?

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