mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Initialization of variable.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user