Definition at line 68 of file qpaintengine.h.
#include <qpaintengine.h>
Public Types |
|
| enum | RenderFlag
{ RightToLeft = 0x1, Overline = 0x10, Underline = 0x20, StrikeOut = 0x40, Dummy = 0xffffffff } |
Public Member Functions |
|
| qreal | descent () const |
| qreal | ascent () const |
| qreal | width () const |
| RenderFlags | renderFlags () const |
| QString | text () const |
| QFont | font () const |
| enum RenderFlag |
Definition at line 70 of file qpaintengine.h.
{
RightToLeft = 0x1,
Overline = 0x10,
Underline = 0x20,
StrikeOut = 0x40,
Dummy = 0xffffffff
};
| qreal descent | ( | ) | const |
| qreal ascent | ( | ) | const |
| qreal width | ( | ) | const |
| RenderFlags renderFlags | ( | ) | const |
| QString text | ( | ) | const |
| QFont font | ( | ) | const |