fontspec
fontspec copied to clipboard
Font selection in LaTeX for XeTeX and LuaTeX
Hi again Will - given a TeX source with (for example) \setmonofont[Scale = .95]{zcoN-Regular.otf} I was quite surprised to learn that my .fonts.conf was relevant in any way with that...
## Description From Petra regarding my last upload: ``` Seems to have worked fine, in principle, except for `\verbvisiblespace`, which was rendered as `^Kerbvisiblespace` in the upload notification email for...
Is there a reference list of all the different variants that can be listed in a .fontspec file? I see the list on page 14 of the doc, "More control...
## Description XeTeX can only look up fonts in a texmf tree by filename, and when it fails then looks to Metafont to fill the gaps, which it can never...
## Description It seems like a common pattern to need something like \fontspec_if_script:nTF {LATN} { \addfontfeatures{ Script=Latin } } {\ERROR} and so on. This should/could be streamlined somehow.
## Description In `2020/01/09 v2.7e`, several examples in the documentation are broken: - Example 35: Numbers can be compressed significantly. - Example 38: Contextual glyph for the beginnings and ends...
## Description As shown here at least lualatex can make use of colored fonts: https://tex.stackexchange.com/questions/520182/is-there-any-tex-based-engine-capable-of-rendering-the-colored-font/520183#520183 https://tex.stackexchange.com/a/387069/2388 https://tex.stackexchange.com/questions/497403/how-to-use-noto-color-emoji-with-lualatex It would be nice to have a fontspec interface. (Currently luaotfload detects colr...
## Description can't use with xelatex a system-install font with a TeX instaled font. Say a command such as \setmainfont[ItalicFont=AFontInTeXTree.otf]{Times New Roman} fails. (It works with lualatex) This is necessary...
## Description This is a feature request. luaotfload.sty can combine multiples fonts, that is, if a glyph is absent in the first font, the glyph in the second font is...
## Description Font collection indexes are confusing and fragile. Since every index should only match a single PostScript name, that field could be used to match the indexes in a...