<div>Thank you to Peter and Fr. Michael for pointing out the NFSS2. </div><div><br></div><div>A google search gave me the following wiki article which mentions how to set the font for a non-XeTeX engine.</div><div><br></div>
<div><a href="http://mactex-wiki.tug.org/wiki/index.php?title=Font_Selection">http://mactex-wiki.tug.org/wiki/index.php?title=Font_Selection</a><br></div><div><br></div><div>For \documentclass{book} I can choose between 10pt-12pt. This is too small for booksfor the visually impared or books in languages whose font size is natively small. Thai fonts are really small. A 16pt Thai font is about 11pt for an English font. A 10pt Thai font is about 7pt in English.</div>
<div><br></div><div>There is a disconnect and I know I am missing something simple, but can&#39;t find the documentation on this. The pdf for NFSS2 was not clear on how to set the fontsize globally. My failed attempt follows.</div>
<div><br></div><div>Any advice is appreciated.</div><div>Brian Wilson</div><div><br></div><div>\documentclass[a5paper,12pt,draft]{book}<br>\special{papersize=148mm, 210mm}<br><br>%%%%%%%%%%%%%%%%%%%%%%%%<br>% Packages<br>
\usepackage{fontspec}% provides font selecting commands<br>\usepackage{xunicode}% provides unicode character macros<br>\usepackage{xltxtra} % provides some fixes/extras<br><br>%%%%%%%%%%%%%%%%%%%%%%%%%<br>% Font Definitions<br>
\setmainfont{Saysettha MX}<br>\fontsize{18}{25}<br>\selectfont<br><br>\begin{document}<br><br>ຖ້າເອົາໃຈໃສຕໍ່ຂໍ້ຄຳສັ່ງທຸກຢ່າງຂອງພະອົງຂ້າພະອົງກໍຈະບໍ່ໄດ້ຖືກອັບອາຍຂາຍໜ້າ. ເມື່ອຮຽນຮູ້ການຕັດສິນອັນຊອບທຳຂອງພະອົງຂ້າພະອົງຈະຍົກຍໍພະອົງດ້ວຍຈິດໃຈຜຸດຜ່ອງ.<br>
<br>\end{document}<br></div>