% gettingstarted.tex
\hoffset=-72.27pt
\voffset=-72.27pt
\hsize=72.27pt
\vsize=72.27pt
\special{papersize=\the\hsize,\the\vsize}
\parindent=0pt
\nopagenumbers
\input pstricks
\def\tiny{\fontsize{10pt}{12pt}\selectfont}
\pspicture(\hsize,\vsize)
\psframe(\hsize,\vsize)
\rput{45}(0.5\hsize,0.5\vsize){\bf\tiny xport}
\endpspicture
\bye
How to define font size in plain TeX such that it works as font size defined in article?


\font\myfont=cmr10 at 8pt. But if you want font switches and things like\bfseries: The font selection system of LaTeX is a quite sophisticated code. I think there exist on CTAN somewhere a simple version for plain, but I don't remember the name. – Ulrike Fischer Jul 18 '11 at 10:58