 
  
 
This configuration file section pre-defines a style-list. 
This section presents the style-list definitions accessible in corresponding XQuad menus. The definition of the style-list appears between the opening bracket "{" and corresponding closing bracket "}". Each element from the style-list is defined as described below.
This section defines style X in the XQuad styles-base. A style's definition appears between the opening bracket "{" and closing bracket "}". Parameters of a style definition are:
\STYLELIST{
    \STYLE0{
        \FONT{Helvetica}
        \COLOR3
        12
        \NAME{Normal 12pts}
        \WIDTH{1}
    }
    \STYLE1{
        \FONT{Helvetica-Bold}
        \COLOR1
        16
        \NAME{Section 16pts}
        \WIDTH{.8}
        \LOCK
    }
    \STYLE2{
        \FONT{Helvetica-Bold}
        \COLOR1
        20
        \NAME{Large 20pts}
        \WIDTH{1.7}
    }
}
