(PECL printer CVS)
printer_create_font — Create a new font
The function creates a new font and returns a handle to it. A font is used to draw text. For an example see printer_select_font().
face must be a string specifying the font face.
height specifies the font height.
width specifies the font width.
The font_weight specifies the font weight (400 is normal), and can be one of the following predefined constants.
italic can be TRUE or FALSE, and sets whether the font should be italic.
underline can be TRUE or FALSE, and sets whether the font should be underlined.
strikeout can be TRUE or FALSE, and sets whether the font should be stroked out.
orientation specifies a rotation.
Returns a font handle on success or FALSE on error.