#include <qsgattr.h>
Inheritance diagram for QSGFont:
Public Methods | |
QSGFont () | |
QSGFont (const QSGFont &f) | |
void | operator= (const QSGFont &f) |
Public Attributes | |
QString | family |
int | size |
bool | bold |
bool | italic |
QSGColor | color |
Friends | |
bool | operator== (const QSGFont &, const QSGFont &) |
bool | operator!= (const QSGFont &, const QSGFont &) |
QString | toQString (const QSGFont &font) |
QSGFont | toQSGFont (const QString &string) |
|
Creates "helvetica" 10pts, black font. |