Initialization of variable.

This commit is contained in:
Jakub Melka 2023-09-03 15:18:24 +02:00
parent ae6c6eb76b
commit b9786cc3fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;