Sets the size that printed text will appear on the screen.
class procedure SetPrintSize(const Size: Single); static;
Parameters |
Description |
const Size: Single |
The size in virtual resolution pixels for the text. |
This is a global method and will affect all printed text. To control size on a per string basis use TAgkText.
Copyright (c) 2012. All rights reserved.
|