mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Text layout - first part
This commit is contained in:
@ -397,7 +397,7 @@ private:
|
||||
struct Glyph
|
||||
{
|
||||
QPainterPath glyph;
|
||||
PDFReal advance;
|
||||
PDFReal advance = 0.0;
|
||||
};
|
||||
|
||||
static int outlineMoveTo(const FT_Vector* to, void* user);
|
||||
|
Reference in New Issue
Block a user