I'm using MiKTeX 2.7 and included xelatex for pdf generation.
Here is the simple tex document:
Code: Select all
\documentclass[10pt]{article}
\begin{document}
{\fontfamily{pcr}\fontseries{m}\fontshape{n}\selectfont Test}
\end{document}
But when enabling fontspec (\usepackage{fontspec}) font is not changing.
I seems that \fontfamily\fontseries{m}\fontshape{n} etc are ignored. I did not find any related information in fontspec manual. But I saw messages in the forums that these directives should work while using fontspec.
So Is it possible to use them or not?

Regards