PrintPRO™ has a font object that makes it easy to change the font of printed text. In some containers, the font object is not readily available. In this case, use the following methods to change the font characteristics:
- Set the text and font by using the Text method parameters and passing in the string and font type.
- Get the size of the text by calling the TextHeight and TextWidth methods.
- Align the text by using the TextAligned method to determine the specified alignment for the print.
- Rotate the text by using the TextRotated method to specify the rotation of the text on the document.
See Also