ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* another question on simplefonts
@ 2014-02-04 20:19 Pablo Rodriguez
  2014-02-04 23:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2014-02-04 20:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Wolfgang,

I have the following code:

\definefontfeature[fakeslanted][slant=.25]
\definefontfamily[mainface][serif][TeX Gyre Pagella][slantedfont={*
Regular},sl=features:fakeslanted]
\setupbodyfont[mainface]
\starttext
This is {\em slanted}.
\stoptext

But I don’t know how to define "slantedfont={* Regular}" with the new
syntax. "sl=style:tf" or "sl=style:regular" don’t work (the italic font
is the slanted one).

Which is the right way to do it in the new version of simplefonts?

BTW, I think I should update the simplefonts article in the wiki to add
the new syntax.

After reading the font-sel.mkvi file, I have two questions:

Which are the option keys that come before a colon? I mean, taking
tf=style:bf as a sample, they would be style, file, features? Which ones
am I missing?

How about a new range preset for Hebrew?

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


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

* Re: another question on simplefonts
  2014-02-04 20:19 another question on simplefonts Pablo Rodriguez
@ 2014-02-04 23:39 ` Wolfgang Schuster
  2014-02-05 18:16   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-02-04 23:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.02.2014 um 21:19 schrieb Pablo Rodriguez <oinos@gmx.es>:

> Hi Wolfgang,
> 
> I have the following code:
> 
> \definefontfeature[fakeslanted][slant=.25]
> \definefontfamily[mainface][serif][TeX Gyre Pagella][slantedfont={*
> Regular},sl=features:fakeslanted]
> \setupbodyfont[mainface]
> \starttext
> This is {\em slanted}.
> \stoptext
> 
> But I don’t know how to define "slantedfont={* Regular}" with the new
> syntax. "sl=style:tf" or "sl=style:regular" don’t work (the italic font
> is the slanted one).
> 
> Which is the right way to do it in the new version of simplefonts?

\definefontfeature[fakeslanted][slant=.25]

\definefontfamily[mainface][serif][TeX Gyre Pagella][sl={style:regular,features:{default,fakeslanted}}]

\setupbodyfont[mainface]

\starttext
This is {\em slanted}.
\stoptext

> BTW, I think I should update the simplefonts article in the wiki to add
> the new syntax.
> 
> After reading the font-sel.mkvi file, I have two questions:
> 
> Which are the option keys that come before a colon? I mean, taking
> tf=style:bf as a sample, they would be style, file, features? Which ones
> am I missing?

The choose a certain font/style for a alternative you can use:

- name
- file
- style
- spec

Local features can be applied with:

- features

Patches etc. from a feature will can be applied with:

- goodies

> How about a new range preset for Hebrew?

What is needed for this preset?

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
___________________________________________________________________________________


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

* Re: another question on simplefonts
  2014-02-04 23:39 ` Wolfgang Schuster
@ 2014-02-05 18:16   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2014-02-05 18:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/05/2014 12:39 AM, Wolfgang Schuster wrote:
> Am 04.02.2014 um 21:19 schrieb Pablo Rodriguez <oinos@gmx.es>:
>> [...]
>> But I don’t know how to define "slantedfont={* Regular}" with the new
>> syntax. "sl=style:tf" or "sl=style:regular" don’t work (the italic font
>> is the slanted one).
>> Which is the right way to do it in the new version of simplefonts?
> 
> \definefontfamily[mainface][serif][TeX Gyre Pagella][sl={style:regular,features:{default,fakeslanted}}]

Many thanks for your reply, Wolfgang.

It works fine.

>> How about a new range preset for Hebrew?
> 
> What is needed for this preset?

I’m afraid all information I have on this topic comes from the list.
Typesetting Hebrew is only a request from another ConTeXt newbie, who
asked me.

range={hebrew,alphabeticpresentationforms} seems to be the range.

Many thanks again 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2014-02-05 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-04 20:19 another question on simplefonts Pablo Rodriguez
2014-02-04 23:39 ` Wolfgang Schuster
2014-02-05 18:16   ` 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).