Ulrike Fischer wrote:
\documentclass{article}
\usepackage{fontspec}

\begin{document}
\fontspec{Arial} abc \fontspec{Cambria} abc ....
\end{document}

Or perhaps, to get even closer to the desideratum :

\documentclass {article}

\usepackage {fontspec}

\long \def \SelectFont #1%

    {

        \par

        \fontspec {Arial}\leftline {#1 :}

        \noindent \fontspec {#1}%

    }

\begin {document}

    \SelectFont {Arial} abc \SelectFont {Cambria} abc ....

\end {document}

Philip Taylor




--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to