You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SetFont method |
Top Previous Next |
Declaration procedure SetFont(NewName: string; NewSize: integer);
Category
Description This method will set the current font for the given parameters. NewSize is the point size of the font (1/72nds of an inch).
NOTE: If you are using a symbol set, be sure to use FontCharSet after the SetFont method.
See also TBaseReport Class, AssignFont, CreateFont, FontCharSet
Example (Delphi) RvNDRWriter1.SetFont( 'Arial', 10 );
Example (C++Builder) RvNDRWriter1->SetFont( "Arial", 10 ); |
You are reading help file online using chmlib.com
|