diff --git a/Pdf4QtLib/sources/pdffont.h b/Pdf4QtLib/sources/pdffont.h index a331c9f..386ea02 100644 --- a/Pdf4QtLib/sources/pdffont.h +++ b/Pdf4QtLib/sources/pdffont.h @@ -182,7 +182,7 @@ struct PDF4QTLIBSHARED_EXPORT FontDescriptor QByteArray fontFamily; QFont::Stretch fontStretch = QFont::AnyStretch; PDFReal fontWeight = 400.0; - PDFInteger flags; + PDFInteger flags = 0; QRectF boundingBox; PDFReal italicAngle = 0.0; PDFReal ascent = 0.0;