fontspec icon indicating copy to clipboard operation
fontspec copied to clipboard

Font selection in LaTeX for XeTeX and LuaTeX

Results 137 fontspec issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description AutoFakeSlant does not work when specifying BoldFont. Problem occurs with both xelatex/lualatex. ## Check/indicate - [ chk ] Relevant for XeTeX - [ chk ] Relevant for LuaTeX...

Version 1.8 of the OpenType font format specification introduced Variable Fonts and Adobe's Source * Pro fonts using this mechanisms are already available [(see the "Releases" section of the GitHub...

## Description Small caps support for the macOS provided variant of Hoefler Text stopped working with TexLive 2019. ## Check/indicate - [X] Relevant for XeTeX - [X] Relevant for LuaTeX...

## Description Investigating some issue with polyglossia I am confused by log file: it says ``` Package fontspec Info: Font family 'STIXTwoText(1)' created for font (fontspec) 'STIXTwoText' with options (fontspec)...

## Description If a font has kerning between glyphs accessed through features, the kerning is not applied if the glyphs are separated by a feature change. In the MWE the...

This could be improved: ``` \documentclass{article} \usepackage{fontspec} \setmonofont[ AutoFakeSlant, BoldFont=Inconsolatazi4-Bold.otf, ]{Inconsolatazi4-Regular.otf} \begin{document} \ttfamily Regular \textbf{Bold} \textsl{Slanted} \textit{Italics} \textbf{\textsl{BoldSlanted}} \textbf{\textit{BoldItalics}} \end{document} ```

I'd like to run a document (tugboat article) with both xelatex and lualatex. With LuaLaTeX, Renderer=HarfBuzz is required to use hb, as in: ``` \newfontfamily\devanagarifont[Script=Devanagari,Renderer=HarfBuzz] {NotoSerifDevanagari-Regular.ttf} ``` when run with...

## Description This is a feature request about defining text commands after `\newfontfamily` and `\newfontface`. ## Check/indicate - [x] Relevant for XeTeX - [x] Relevant for LuaTeX - [x] Issue...

From TeX.sx, Ulrike: > It would be very fine if one could add more series/shapes. I just did go to some length to add a semibold series in one document....

## Description The font feature list contains a space and the log for color feature contains a line feed if opacity is not give explictly. While this is valid syntax---and...