Text layout - first part

This commit is contained in:
Jakub Melka
2019-12-28 19:21:29 +01:00
parent 092173bbd9
commit 0ec9d6cf0e
10 changed files with 560 additions and 2 deletions

View File

@ -397,7 +397,7 @@ private:
struct Glyph
{
QPainterPath glyph;
PDFReal advance;
PDFReal advance = 0.0;
};
static int outlineMoveTo(const FT_Vector* to, void* user);