kfontutils.h File Reference
#include "kdeui_export.h"
Include dependency graph for kfontutils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | KFontUtils |
Enumerations | |
| enum | KFontUtils::AdaptFontSizeOption { KFontUtils::NoFlags = 0x01, KFontUtils::DoNotAllowWordWrap = 0x02 } |
Functions | |
| qreal | KFontUtils::adaptFontSize (QPainter &painter, const QString &text, qreal width, qreal height, qreal maxFontSize=28.0, qreal minFontSize=1.0, AdaptFontSizeOptions flags=NoFlags) |
| qreal | KFontUtils::adaptFontSize (QPainter &painter, const QString &text, const QSizeF &availableSize, qreal maxFontSize=28.0, qreal minFontSize=1.0, AdaptFontSizeOptions flags=NoFlags) |
KDE 4.7 API Reference