Difference between revisions of "Featuresets"

From Wiki
Jump to navigation Jump to search
m (Text replacement - "</cmd>" to "}}")
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{note|This page is NOT finished yet}}
 
 
 
[[LuaTeX]] and [[MkIV]] allow advanced usage and manipulation of [[Open Type]] <i>open-type features</i>. Some features, such as <i>onum</i> (oldstyle) and <i>smcp</i> (smallcaps) are known to most users of Open Type fonts, and virtually every open type font has default features for kerning (<i>kern</i>) and ligatures (<i>liga</i>). More advanced OT fonts can have lots more, including the Stylistic Set feature <i>ss<nn></i> (where <i>nn</i> stands for any numeral between 01 and 99).  
 
[[LuaTeX]] and [[MkIV]] allow advanced usage and manipulation of [[Open Type]] <i>open-type features</i>. Some features, such as <i>onum</i> (oldstyle) and <i>smcp</i> (smallcaps) are known to most users of Open Type fonts, and virtually every open type font has default features for kerning (<i>kern</i>) and ligatures (<i>liga</i>). More advanced OT fonts can have lots more, including the Stylistic Set feature <i>ss<nn></i> (where <i>nn</i> stands for any numeral between 01 and 99).  
 
   
 
   
Line 9: Line 7:
 
== Open-type features ==
 
== Open-type features ==
  
The open-type features are specified in the font and are composed of individual "lookups" which specify each substitution and positioning action to be performed in the processing. These open-type features are plugged in and out of the "stack" of lookups to be processed in the MkIV open type handler. These features are represented by a 4-character name (<i>onum</i>, <i>smcp</i>, etc.) and in MkIV are associated with a keyval that turns it on ("yes") or off ("no"). For example, '[onum=yes]'. Here the key 'yes' means "include open-type feature ''onum'' into the processed stack"; the key 'no' means "do not include open-type feature ''onum'' in the processed stack".  
+
The open-type features are specified in the font and are composed of individual "lookups" which specify each substitution and positioning action to be performed in the processing. These open-type features are plugged in and out of the "stack" of lookups to be processed in the MkIV open type handler. These features are represented by a 4-character name (<i>onum</i>, <i>smcp</i>, etc.) and in MkIV are associated with a keyval that turns it on ("yes") or off ("no"). For example, '[onum=yes]' turns on the lookup substitutions in the font which replace a line numeral with an oldstyle one. Here the key 'yes' means "include open-type feature ''onum'' into the processed stack"; the key 'no' means "do not include open-type feature ''onum'' in the processed stack".  
  
 
== Featuresets ==
 
== Featuresets ==
  
A featureset is a composed of a set of open-type features. Featuresets are specified using <cmd>definefontfeature</cmd>. For each given body font in the typeface we specify the ''global'' default set of <i>open-type</i> features to be used for that font. This is usually done in the preamble to our document, an environment file, or a typescript file, or the like.  
+
A featureset is a composed of a set of open-type features. Featuresets are specified using {{cmd|definefontfeature}}. For each given body font in the typeface we specify the ''global'' default set of <i>open-type</i> features to be used for that font. This is usually done in the preamble to our document, an environment file, or a typescript file, or the like.  
  
 
For example, using TeX-Gyre Schola we can specify the following default, global set open-type features in the preamble:
 
For example, using TeX-Gyre Schola we can specify the following default, global set open-type features in the preamble:
Line 23: Line 21:
 
</texcode>
 
</texcode>
  
<cmd>definefontfeature</cmd>
+
{{cmd|definefontfeature}}
  
 
All other open-type features in the font are not included in the processing.
 
All other open-type features in the font are not included in the processing.
  
Now when we want to change the default, we use <cmd>definefontfeature</cmd> to specify local featuresets. The command <cmd>feature</cmd> and its siblings is then used to control the action of those featuresets. Here are the commands:
+
Now when we want to change the default, we use {{cmd|definefontfeature}} to specify local featuresets. The command {{cmd|feature}} and its siblings is then used to control the action of those featuresets. Here are the commands:
  
 
<texcode>
 
<texcode>
Line 34: Line 32:
 
\replacefeature    [f:mine]  \feature  [new][f:mine]  \feature[=][f:mine]
 
\replacefeature    [f:mine]  \feature  [new][f:mine]  \feature[=][f:mine]
 
\resetandaddfeature[f:mine]  \feature[local][f:mine]  \feature[!][f:mine]
 
\resetandaddfeature[f:mine]  \feature[local][f:mine]  \feature[!][f:mine]
\revivefeature    [f:mine]  \feature  [old][f:mine]  \feature[>][f:mine]
+
\revivefeature    [f:mine]  \feature  [old][f:mine]  \feature[>]
 
\resetfeature                \feature[reset]          \feature[<]
 
\resetfeature                \feature[reset]          \feature[<]
 
</texcode>
 
</texcode>
Line 75: Line 73:
 
In the above note that we start with just a global, default feature set of kerns, ligatures, and line numerals.
 
In the above note that we start with just a global, default feature set of kerns, ligatures, and line numerals.
 
   
 
   
Now when we want to change the default, we use <cmd>definefontfeature</cmd> to specify featuresets. The command <cmd>feature</cmd> and its siblings is then used to control the action of those featuresets.
+
Now when we want to change the default, we use {{cmd|definefontfeature}} to specify featuresets. The command {{cmd|feature}} and its siblings is then used to control the action of those featuresets.
 
   
 
   
 
At this stage which open-type feature is being plugged into or unplugged from the stack is invisible to the user. We just speak in terms of featuresets. TeX-Gyre Schola has a decent set of open-type features. Using a few of them, let us set up a few featuresets:
 
At this stage which open-type feature is being plugged into or unplugged from the stack is invisible to the user. We just speak in terms of featuresets. TeX-Gyre Schola has a decent set of open-type features. Using a few of them, let us set up a few featuresets:
Line 126: Line 124:
  
 
<texcode>
 
<texcode>
\startTEXpage[offset=10pt]
+
\definefontfeature
 +
  [schola-preset]
 +
  [mode=node,script=latn,language=dflt,kern=yes,liga=yes,lnum=yes]
 +
 
 +
\starttypescript [serif] [schola-preset] [name]
 +
\definefontsynonym [Serif] [name:texgyreschola-regular.otf][features=schola-preset]
 +
\stoptypescript
 +
 
 +
\starttypescript [serif] [schola-preset] [size]
 +
    \definebodyfont
 +
    [35.8pt,29.8pt,24.8pt,20.7pt,17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt]
 +
    [rm]
 +
    [tf=Serif sa 1]
 +
\stoptypescript
 +
 
 +
\starttypescript [schola-default]
 +
\definebodyfontenvironment
 +
  [schola-default]
 +
  [default]
 +
  [interlinespace=2.7ex]
 +
\definetypeface [schola-default] [rm] [serif] [schola-preset] [schola-preset] % [default]
 +
\stoptypescript
 +
 
 +
\usetypescript[schola-default]
 +
\setupbodyfont[schola-default,12pt]
 +
 
 +
\definefontfeature[f:smallcaps]                [smcp=yes]
 +
\definefontfeature[f:thinimacron]              [ss04=yes]
 +
\definefontfeature[f:upsidedown]                [dlig=yes]
 +
 
  
\define\SAMPLE{123 Idrīs ?` !` VA fi}
+
\definefontfeature[f:newstyle]                  [onum=no]
 +
\definefontfeature[f:nocaps]                    [smcp=no]
 +
\definefontfeature[f:wideimacron]              [ss04=no]
 +
\definefontfeature[f:rightsideup]              [dlig=no]
  
\SAMPLE\blank
 
  
% Adding
+
\definefontfeature[f:ligatures]                [liga=yes]
 +
\definefontfeature[f:noligatures]              [liga=no]
  
\feature[+][f:oldstyle] \SAMPLE \blank
+
\definefontfeature[f:oldstyle]                 [onum=yes,lnum=no]
\feature[more][f:thinimacron] \SAMPLE \blank
 
\addfeature[f:upsidedown] \SAMPLE \blank
 
  
\feature[+][f:smallcaps] \SAMPLE \blank
+
\definefontfeature[f:oldstyleupsidedown]       [onum=yes,dlig=yes]
% \feature[more][f:smallcaps] \SAMPLE \blank
+
\definefontfeature[f:newstylerightsideup]       [onum=no,dlig=no]
\addfeature[f:wideimacron] \SAMPLE \blank
 
  
% Subtracting
+
\definefontfeature[f:oldstylewmacron]  [ss04=no,onum=yes]
 +
\definefontfeature[f:newstylesmallcaps] [smcp=yes,onum=no]
  
\feature[-][f:upsidedown] \SAMPLE \blank
+
\defineparagraphs[X][n=2, rule=on, width=10cm]
% \feature[less][f:upsidedown] \SAMPLE \blank
 
% \subtractfeature[f:upsidedown] \SAMPLE \blank
 
  
% Replace all features, including the default set defined in the preamble. Note that kerning is now gone!
+
\startTEXpage[offset=10pt]
  
\feature[=][f:oldstyleupsidedown] \SAMPLE \blank
+
\define\SAMPLE{123 Idrīs ?` !` VA fi}
% \feature[new][f:oldstyleupsidedown] \SAMPLE \blank
 
% \replacefeature[=][f:oldstyleupsidedown] \SAMPLE \blank
 
  
% Let's reset and get the original default set back and add smallcaps:
+
\startX
 +
                                    A) \SAMPLE\blank
  
\feature[!][f:smallcaps] \SAMPLE \blank
+
\feature[+][f:oldstyle]             B) \SAMPLE \blank
% \feature[!][f:noligatures] \SAMPLE \blank
+
\feature[more][f:thinimacron]       C) \SAMPLE \blank
% \resetandaddfeature[!][f:noligatures] \SAMPLE \blank
+
\addfeature[f:upsidedown]           D) \SAMPLE \blank
  
% Let's revive one of the old featuresets
+
\feature[+][f:smallcaps]            E) \SAMPLE \blank
 +
\nextX
 +
\addfeature[f:wideimacron]          F) \SAMPLE \blank
  
\feature[>][f:upsidedown] \SAMPLE \blank
+
\feature[-][f:upsidedown]           G) \SAMPLE \blank
% \feature[old][f:upsidedown] \SAMPLE \blank
 
% \revivefeature[f:upsidedown] \SAMPLE \blank
 
  
% Let's get the original default set back.
+
\feature[=][f:oldstyleupsidedown]    H) \SAMPLE \blank
  
\feature[<] \SAMPLE \blank
+
\feature[!][f:smallcaps]             I) \SAMPLE \blank
% \feature[reset] \SAMPLE \blank
 
% \resetfeature \SAMPLE \blank  
 
  
\stopTEXpage  
+
\feature[<]                          J) \SAMPLE \blank
 +
\stopX
 +
\stopTEXpage
 
</texcode>
 
</texcode>
  
 
Now let us review the results:
 
Now let us review the results:
  
 +
[[Image:Adding-featuresets.png]]
 +
 +
Finally, we can mix featuresets using comma-separated lists. Here is an example:
 +
 +
<texcode>
 +
\setupbodyfont[pagella]
 +
 +
\starttext
 +
 +
test 123 {\feature[+][smallcaps,oldstyle] test 123}
 +
 +
\stoptext
 +
</texcode>
 +
 +
You will also note that context already has some common featuresets predefined.
  
 
== Note ==
 
== Note ==
Line 195: Line 235:
  
 
[[Category:Fonts]]
 
[[Category:Fonts]]
[[Category:LuaTeX]]
+
[[Category:Tools]]

Revision as of 13:26, 9 August 2020

LuaTeX and MkIV allow advanced usage and manipulation of Open Type open-type features. Some features, such as onum (oldstyle) and smcp (smallcaps) are known to most users of Open Type fonts, and virtually every open type font has default features for kerning (kern) and ligatures (liga). More advanced OT fonts can have lots more, including the Stylistic Set feature ss<nn> (where nn stands for any numeral between 01 and 99).

Features in general

In MkIV there are two kinds of font feature directly visible to the user: featureset and open-type feature.

Open-type features

The open-type features are specified in the font and are composed of individual "lookups" which specify each substitution and positioning action to be performed in the processing. These open-type features are plugged in and out of the "stack" of lookups to be processed in the MkIV open type handler. These features are represented by a 4-character name (onum, smcp, etc.) and in MkIV are associated with a keyval that turns it on ("yes") or off ("no"). For example, '[onum=yes]' turns on the lookup substitutions in the font which replace a line numeral with an oldstyle one. Here the key 'yes' means "include open-type feature onum into the processed stack"; the key 'no' means "do not include open-type feature onum in the processed stack".

Featuresets

A featureset is a composed of a set of open-type features. Featuresets are specified using \definefontfeature. For each given body font in the typeface we specify the global default set of open-type features to be used for that font. This is usually done in the preamble to our document, an environment file, or a typescript file, or the like.

For example, using TeX-Gyre Schola we can specify the following default, global set open-type features in the preamble:

\definefontfeature
  [schola-preset]
  [mode=node,script=latn,language=dflt,kern=yes,liga=yes,lnum=yes]   

\definefontfeature

All other open-type features in the font are not included in the processing.

Now when we want to change the default, we use \definefontfeature to specify local featuresets. The command \feature and its siblings is then used to control the action of those featuresets. Here are the commands:

\addfeature        [f:mine]  \feature [more][f:mine]  \feature[+][f:mine]
\subtractfeature   [f:mine]  \feature [less][f:mine]  \feature[-][f:mine]
\replacefeature    [f:mine]  \feature  [new][f:mine]  \feature[=][f:mine]
\resetandaddfeature[f:mine]  \feature[local][f:mine]  \feature[!][f:mine]
\revivefeature     [f:mine]  \feature  [old][f:mine]  \feature[>]
\resetfeature                \feature[reset]          \feature[<]

There are actually only six commands: Each row includes a set of three synonyms for one command.

Sample file with examples

Let us now go through a complete sample file with examples. Let us first define our global default featureset and activate it with a typescript:

\definefontfeature
  [schola-preset]
  [mode=node,script=latn,language=dflt,kern=yes,liga=yes,lnum=yes]   


\starttypescript [serif] [schola-preset] [name]
\definefontsynonym [Serif] [name:texgyreschola-regular.otf][features=schola-preset]
\stoptypescript

 \starttypescript [serif] [schola-preset] [size]
    \definebodyfont
     [35.8pt,29.8pt,24.8pt,20.7pt,17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt]
     [rm]
     [tf=Serif sa 1]
 \stoptypescript

 \starttypescript [schola-default] 
 \definebodyfontenvironment
  [schola-default]
  [default]
  [interlinespace=2.7ex]
\definetypeface [schola-default] [rm] [serif] [schola-preset] [schola-preset] % [default]
 \stoptypescript
 
 \usetypescript[schola-default]
 \setupbodyfont[schola-default,12pt]

In the above note that we start with just a global, default feature set of kerns, ligatures, and line numerals.

Now when we want to change the default, we use \definefontfeature to specify featuresets. The command \feature and its siblings is then used to control the action of those featuresets.

At this stage which open-type feature is being plugged into or unplugged from the stack is invisible to the user. We just speak in terms of featuresets. TeX-Gyre Schola has a decent set of open-type features. Using a few of them, let us set up a few featuresets:

\definefontfeature[f:smallcaps]   		[smcp=yes]
\definefontfeature[f:thinimacron] 		[ss04=yes]
\definefontfeature[f:upsidedown] 		[dlig=yes]

Above, all of our featuresets are mapped to open-type features that plug into the stack.

\definefontfeature[f:newstyle]			[onum=no]
\definefontfeature[f:nocaps]       		[smcp=no]
\definefontfeature[f:wideimacron]  		[ss04=no]
\definefontfeature[f:rightsideup] 		[dlig=no]

We can also be redundant to the default open-type feature set:

\definefontfeature[f:ligatures] 		[liga=yes]
\definefontfeature[f:noligatures] 		[liga=no]

Of course, a featureset set can include more than one open-type feature. In advanced applications this will be the norm:

\definefontfeature[f:oldstyle]			[onum=yes,lnum=no]

NOTE: In this case we have to specify 'lnum=no' because it is already defined in our default feature set in the preamble etc. The order of lookups in the font itself could conceivably have an impact as well.

\definefontfeature[f:oldstyleupsidedown]	[onum=yes,dlig=yes]
\definefontfeature[f:newstylerightsideup]	[onum=no,dlig=no]

Above, each featureset is mapped to an open-type feature set that plugs into or unplugs from the stack. But we can mix things up:

\definefontfeature[f:oldstylewmacron]	[ss04=no,onum=yes]
\definefontfeature[f:newstylesmallcaps]	[smcp=yes,onum=no]

The above two illustrate the point that featuresets hide from the user which actual open-type features are being plugged into or unplugged from the stack.

Now let's put some of the above featuresets in action. Note the use of synonyms in both the activated code and in the comments:

\definefontfeature
  [schola-preset]
  [mode=node,script=latn,language=dflt,kern=yes,liga=yes,lnum=yes]

 \starttypescript [serif] [schola-preset] [name]
 \definefontsynonym [Serif] [name:texgyreschola-regular.otf][features=schola-preset]
 \stoptypescript

 \starttypescript [serif] [schola-preset] [size]
    \definebodyfont
     [35.8pt,29.8pt,24.8pt,20.7pt,17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt]
     [rm]
     [tf=Serif sa 1]
 \stoptypescript

 \starttypescript [schola-default]
 \definebodyfontenvironment
  [schola-default]
  [default]
  [interlinespace=2.7ex]
\definetypeface [schola-default] [rm] [serif] [schola-preset] [schola-preset] % [default]
 \stoptypescript

 \usetypescript[schola-default]
 \setupbodyfont[schola-default,12pt]

\definefontfeature[f:smallcaps]                 [smcp=yes]
\definefontfeature[f:thinimacron]               [ss04=yes]
\definefontfeature[f:upsidedown]                [dlig=yes]


\definefontfeature[f:newstyle]                  [onum=no]
\definefontfeature[f:nocaps]                    [smcp=no]
\definefontfeature[f:wideimacron]               [ss04=no]
\definefontfeature[f:rightsideup]               [dlig=no]


\definefontfeature[f:ligatures]                 [liga=yes]
\definefontfeature[f:noligatures]               [liga=no]

\definefontfeature[f:oldstyle]                  [onum=yes,lnum=no]

\definefontfeature[f:oldstyleupsidedown]        [onum=yes,dlig=yes]
\definefontfeature[f:newstylerightsideup]       [onum=no,dlig=no]

\definefontfeature[f:oldstylewmacron]   [ss04=no,onum=yes]
\definefontfeature[f:newstylesmallcaps] [smcp=yes,onum=no]

\defineparagraphs[X][n=2, rule=on, width=10cm]

\startTEXpage[offset=10pt]

\define\SAMPLE{123 Idrīs ?` !` VA fi}

\startX
                                     A) \SAMPLE\blank

\feature[+][f:oldstyle]              B) \SAMPLE \blank
\feature[more][f:thinimacron]        C) \SAMPLE \blank
\addfeature[f:upsidedown]            D) \SAMPLE \blank

\feature[+][f:smallcaps]             E) \SAMPLE \blank
\nextX
\addfeature[f:wideimacron]           F) \SAMPLE \blank

\feature[-][f:upsidedown]            G) \SAMPLE \blank

\feature[=][f:oldstyleupsidedown]    H) \SAMPLE \blank

\feature[!][f:smallcaps]             I) \SAMPLE \blank

\feature[<]                          J) \SAMPLE \blank
\stopX
\stopTEXpage

Now let us review the results:

Adding-featuresets.png

Finally, we can mix featuresets using comma-separated lists. Here is an example:

\setupbodyfont[pagella]
 
\starttext

test 123 {\feature[+][smallcaps,oldstyle] test 123}
 
\stoptext

You will also note that context already has some common featuresets predefined.

Note

An earlier version of this functionality was contained in the commands

\addff{featureset} % Add absolute font-feature set -- replaces default set
\subff{featureset} % Subtract absolute font-feature set -- replaces default set
\addfs{featureset} % Add font-feature set on top of current stack
\subfs{featureset} % Subtract font-feature set from current stack

These have now been deprecated and, presumably, will eventually disappear.

References

See also Fonts in LuaTeX