P22 地下字体

P22 地下字体

你能制作一个可以使用的 TeX 示例吗?P22 地下字体?

答案1

如果您已经购买了字体许可证并安装了字体,您可以按以下方式使用它们:

\documentclass[14pt]{beamer}
\usepackage{fontspec}
\usefonttheme{professionalfonts}
\setsansfont{P22 Underground Pro Book}[
  Numbers=OldStyle,
  StylisticSet={3,7}]% or “Light” or “Demi”, etc., in place of “Book”, depending which weights you have
\newfontface\engr{P22 Underground Engraved}
\linespread{1.035}
\begin{document}
\begin{frame}
  \frametitle{\engr P22 Underground}

  The P22 Underground fonts started in 1997 as the first and only
  officially licensed revival of Edward Johnston’s London Underground
  railway lettering. Drawn by Richard Kegler, this design sought to be
  as true to the original as possible. In 2007, Paul Hunt revised and
  expanded the fonts into a massive character set with several
  additional weights, expansive language support, and slight stylistic
  revisions.% from https://p22.com/family-Underground
\end{frame}
\end{document}

输出

相关内容