% Testfile for public fonts
% 26-08-2001
% Willi Egger
% font1.tex

\usemodule[fnt-1]


\definetypeface [charter] [rm] [serif] [charter] [default] 
 [encoding=ec]



\startbuffer[Buff1]
  \input tufte
\stopbuffer


\startbuffer[Buff2]
\placeformula
   \startformula
      \int_0^1 x^2 dx
   \stopformula
\stopbuffer


\starttext

 
\switchtotypeface [charter] [12pt,rm]
\section{Charter at 12pt}
\blank
\getbuffer[Buff1]
\getbuffer[Buff2]
\vfil
\page
\showfont[ec-bchr8a-capitalized-800]

\stoptext
