|
|
|
|
|
gFontItalic (Function) In french: gPoliceItalique Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type. Note All text written following function is assigned. New in version 2025The display of italicized text has been improved in this version. Syntax
<Result> = gFontItalic([<Italics>])
<Result>: Character string Sequence of characters defining whether or not the rest of the text must be written in italic type. <Italics>: Optional boolean - True (by default) if the text that follows gFontItalic should be italic,
- False otherwise.
Remarks - The default font is restored after the call to the gFontXXX functions.
- All the other characteristics of the font are kept (bold, ...).
If the "italic" attribute is enabled in the style of the element to which the graphic string is assigned, a call to gFontItalic with <Italic> set to False will not allow you to disable this attribute.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|