|
|
|
|
|
gFontUnderlined (Function) In french: gPoliceSoulignée Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined. Remark: All text written following in the function is assigned.
Syntax
<Result> = gFontUnderlined([<Underlined>])
<Result>: Character string Sequence of characters defining whether the rest of the text must be underlined or not. <Underlined>: Optional boolean - True (by default) if the text that follows gFontUnderlined must be underlined,
- False otherwise.
Remarks - The default font is restored after the call to the gFontXXX functions.
- All the other characteristics of the font are kept (italics, etc.).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|