![]() |
QCAD
Open Source 2D CAD
|
Copyright (c) 2011-2018 by Andrew Mustun. More...
#include <RTextLayout.h>
Public Member Functions | |
RBox | getBoundingBox () const |
QColor | getColor () const |
QString | getFont () const |
double | getHeight () const |
QSharedPointer< QTextLayout > | getLayout () const |
QString | getText () const |
QTransform | getTransform () const |
bool | hasPainterPath () const |
bool | isBold () const |
bool | isEmpty () const |
bool | isItalic () const |
bool | isTTF () const |
bool | isUnderline () const |
RTextLayout () | |
RTextLayout (const QList< RPainterPath > &pps, const QColor &color) | |
RTextLayout (QSharedPointer< QTextLayout > layout, const QTransform &transform, const QColor &color) | |
Public Attributes | |
RBox | boundingBox |
QColor | color |
int | correspondingPainterPaths |
double | height |
QSharedPointer< QTextLayout > | layout |
QList< RPainterPath > | painterPaths |
QTransform | transform |
bool | ttf |
Copyright (c) 2011-2018 by Andrew Mustun.
All rights reserved.
This file is part of the QCAD project.
QCAD 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 3 of the License, or (at your option) any later version.
QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with QCAD.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
RBox RTextLayout::boundingBox |
QColor RTextLayout::color |
int RTextLayout::correspondingPainterPaths |
double RTextLayout::height |
QSharedPointer<QTextLayout> RTextLayout::layout |
QList<RPainterPath> RTextLayout::painterPaths |
QTransform RTextLayout::transform |
bool RTextLayout::ttf |