Qt:Документация 4.3.2/qabstractfontengine-fixedpoint
Материал из Wiki.crossplatform.ru
(Различия между версиями)
Root (Обсуждение | вклад) (Новая: {{Qt4.3.2_header}} =QAbstractFontEngine::FixedPoint Class Reference<br /><sup><sup>[модуль QtGui ] </sup></sup>= QAbstractFontEngine...) |
Root (Обсуждение | вклад) |
||
Строка 4: | Строка 4: | ||
QAbstractFontEngine::FixedPoint defines a point in the place using 26.6 fixed point precision. [[#details | More...]] | QAbstractFontEngine::FixedPoint defines a point in the place using 26.6 fixed point precision. [[#details | More...]] | ||
- | <source lang="cpp-qt"> #include < | + | <source lang="cpp-qt"> #include <QAbstractFontEngine></source> |
'''This class is under development and is subject to change.''' | '''This class is under development and is subject to change.''' | ||
Текущая версия на 10:41, 14 ноября 2008
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] QAbstractFontEngine::FixedPoint Class Reference
[модуль QtGui ]
QAbstractFontEngine::FixedPoint defines a point in the place using 26.6 fixed point precision. More...
#include <QAbstractFontEngine>
This class is under development and is subject to change.
This class was introduced in Qt 4.3.
[править] Public Variables
[править] Подробное описание
QAbstractFontEngine::FixedPoint defines a point in the place using 26.6 fixed point precision.
[править] Member Variable Documentation
[править] Fixed FixedPoint::x
The x coordinate of this point.
[править] Fixed FixedPoint::y
The y coordinate of this point.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|