mirror of https://github.com/JakubMelka/PDF4QT.git
Initialization of variable.
This commit is contained in:
parent
ae6c6eb76b
commit
b9786cc3fa
|
@ -182,7 +182,7 @@ struct PDF4QTLIBSHARED_EXPORT FontDescriptor
|
||||||
QByteArray fontFamily;
|
QByteArray fontFamily;
|
||||||
QFont::Stretch fontStretch = QFont::AnyStretch;
|
QFont::Stretch fontStretch = QFont::AnyStretch;
|
||||||
PDFReal fontWeight = 400.0;
|
PDFReal fontWeight = 400.0;
|
||||||
PDFInteger flags;
|
PDFInteger flags = 0;
|
||||||
QRectF boundingBox;
|
QRectF boundingBox;
|
||||||
PDFReal italicAngle = 0.0;
|
PDFReal italicAngle = 0.0;
|
||||||
PDFReal ascent = 0.0;
|
PDFReal ascent = 0.0;
|
||||||
|
|
Loading…
Reference in New Issue