diff options
Diffstat (limited to 'blinken/src/fontutils.h')
-rw-r--r-- | blinken/src/fontutils.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/blinken/src/fontutils.h b/blinken/src/fontutils.h new file mode 100644 index 00000000..b6bc9c97 --- /dev/null +++ b/blinken/src/fontutils.h @@ -0,0 +1,18 @@ +/*************************************************************************** + * Copyright (C) 2005 by Albert Astals Cid <tsdgeos@terra.es> * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ + +#ifndef FONTUTILS_H +#define FONTUTILS_H + +namespace fontUtils +{ + int fontSize(QPainter &p, const QString &s1, int w, int h); +} + +#endif |