From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qfontmanager.html | 100 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 doc/html/qfontmanager.html (limited to 'doc/html/qfontmanager.html') diff --git a/doc/html/qfontmanager.html b/doc/html/qfontmanager.html new file mode 100644 index 0000000..ef96325 --- /dev/null +++ b/doc/html/qfontmanager.html @@ -0,0 +1,100 @@ + + + + + +QFontManager Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QFontManager Class Reference

+ +

The QFontManager class implements font management in Qt/Embedded. +More... +

#include <qfontmanager_qws.h> +

List of all member functions. +

Public Members

+ +

Static Public Members

+ +

Detailed Description

+ + +The QFontManager class implements font management in Qt/Embedded. + +

There is one and only one QFontManager per Qt/Embedded +application. The qt_fontmanager global variable points to it. It +keeps a list of font factories, a cache of rendered fonts and a +list of fonts available on disk. QFontManager is called when a new +font needs to be rendered from a Freetype-compatible or BDF font +on disk; this only happens if there isn't an appropriate QPF font +already available. +

See also Qt/Embedded. + +


Member Function Documentation

+

QFontManager::QFontManager () +

+Creates a font manager. This method reads in the font definition +file from INSTALL/lib/fonts/fontdir, where INSTALL is the +directory where Qt/Embedded was installed, and creates a list of +QDiskFonts to hold the information in the file. It also constructs +any defined font factories. + +

QFontManager::~QFontManager () +

+ +

Destroys the QFontManager and sets qt_fontmanager to 0. + +

void QFontManager::cleanup () [static] +

+Destroys the font manager + +

QDiskFont * QFontManager::get ( const QFontDef & f ) +

+Returns the QDiskFont that best matches f, based on family, +weight, italicity and font size. + +

void QFontManager::initialize () [static] +

+Creates a new QFontManager and points qt_fontmanager to it + + +

+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1