Using a truetype font in a lualatex

Herbert Voss Herbert.Voss at fu-berlin.de
Mon Jul 11 20:25:31 CEST 2022



Am 11.07.22 um 20:16 schrieb Haines Brown:
>
> As the code hints, I'm trying to make the Dunhill string apear bolder
> and larger.

Scale the font and increase the value for FakeBold


\documentclass[letterpaper,12pt]{letter}
\usepackage{libertinus}
\newfontface\Dunhill{latinmodernromandunhill}[
     Scale=1.5,
     BoldFont     = lmromandunh10-regular.otf,
     BoldFeatures = {FakeBold=4}
   ]
   \begin{document}
     \begin{letter}
       \large \bfseries\Dunhill Dunhill
     \end{letter}
   \end{document}

Herbert


More information about the tex-live mailing list.