Member variable XbpFont():italic Foundation
Determines whether the font is an italic font.
If the instance variable :italic contains the value .T. (true) when the method :create() is called, the font object attempts to select an italic font that most closely matches the properties specified in the font object's other instance variables. This can be used to have a font created that matches your specifications but whose name is not known, for example.
:italic contains the value .T. (true) after creation of the font object when the corresponding font is an italic font, that is, a font whose characters are slanted to the right.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.