Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Remark: The entire text written after the function is affected.
Syntax
<Result> = gFontBold([<Bold>])
<Result>: Character string
Sequence of characters defining whether the text must be written in bold or not.
<Bold>: Optional boolean
- True (by default) if the text that follows gFontBold should be bold,
- 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.).
If the "bold" attribute is enabled in the style of the element to which the graphic string is assigned, a call to gFontBold with <Bold> set to False will not allow you to disable this attribute.