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

## Description I'm not sure if this is a bug or the intended behavior, but it does not seem to be possible to use the `Extension` keyword with a `.ttc`...

## Description `defaultfontfeatures` is not working properly with XeLaTeX. Mapping is not carried forward to all the subsequent fonts. ## Check/indicate - [x] Relevant for XeTeX - [x] Issue tracker...

The option `Vertical=RotatedGlyphs' is not working since I updated the package recently. I used the following example code. > \documentclass{article} > \usepackage{fontspec} > \setmainfont{SimSun% any font supporting Chinese character >...

With the following minimal example I would expect an error (XeTeX, obviously): ``` \documentclass{article} \usepackage{fontspec} \setmainfont[HyphenChar="1000]{FreeSerif} % It doesn't exist ``` But the error is not the expected one: ```...

## Description This came up in https://github.com/latex3/luaotfload/issues/155#issuecomment-639029576: fontspec species the shaper `coretext_aat` if `Renderer=AAT` is given on LuaTeX. This shaper [has been removed from HarfBuzz some time ago](https://github.com/harfbuzz/harfbuzz/pull/1581). AAT fonts...

When you typeset text in capitals, brackets and hyphens should be slightly raised. OpenType has a feature for that called case. It should be activated by default [1]. However, it...

In some cases, namely when commands are inserted between characters, `luatex` + `harfbuzz` do not seem to handle the `zero width joiner` character (U+200D) properly. Consider the following example, to...

## Description When a font family is defined with `NFSSfamily` and several `FontFace`, using `\addfontfeature` relaxes all defined font shapes except that one currently used. I came across this because...

## Description After removing the font cache (`rm -rf ~/.texlive2019`), `\fontspec[RawFeature={mode=harf}]` uses much larger memory than `\font` in luaotfload 3.12. ## Check/indicate - [ ] Relevant for XeTeX - [...

## Description The `mtpro2` math package (and also the `newtxmath` math package, etc.) assumes that text font has a `b` series. Most traditional text font packages either provide the `b` series or...