|
|
|
|
|
iFont (Function) In french: iPolice Selects the default font. This font will be used by iPrint, iPrintWord, iTextWidth, iTextHeight, etc. Remarks: - This font must have been created by iCreateFont.
- This font is active as long as iFont is not used again.
- Only TrueType fonts are managed.
iPrintWord(iFont(2) + CU.LastName + iXPos(200) + CU.Firstname) iSkipLine iPrint(iFont(1) + iXPos(100) + CU.Company) iEndPrinting Syntax
Using a dynamic font Hide the details
<Result> = iFont(<Font name> [, <Immediate calculation>])
<Result>: Character string Control string describing the use of the specified font. <Font name>: Font Name of default font to use. This parameter corresponds to a Font variable. The font characteristics have been defined with FontCreate or via the font properties. <Immediate calculation>: Optional boolean Specifies whether the fonts must be selected immediately (True by default) or only when printing (False, if fonts must be combined, for example). For more details, see remarks.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|