.. _pro: PRO === +----------+-------------------------------------------------------------------+ | Syntax | PRO | +----------+-------------------------------------------------------------------+ | Location | Beuletools | +----------+-------------------------------------------------------------------+ This function returns the codes needed to switch on the proportional font on an EPSON compatible printer:: PRINT PRO is the same as:: PRINT CHR$(27) & "p" & CHR$(1) **CROSS-REFERENCE** :ref:`norm`, :ref:`bld`, :ref:`el`, :ref:`dbl`, :ref:`enl`, :ref:`si`, :ref:`nrm`, :ref:`unl`, :ref:`alt`, :ref:`esc`, :ref:`ff`, :ref:`lmar`, :ref:`rmar`, :ref:`pagdis`, :ref:`paglen`.