Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ac5df commit 429ffceCopy full SHA for 429ffce
2 files changed
src/ft2font.cpp
@@ -532,8 +532,6 @@ FT2Font::~FT2Font()
532
533
void FT2Font::clear()
534
{
535
- angle = 0.0;
536
-
537
pen.x = 0;
538
pen.y = 0;
539
src/ft2font.h
@@ -124,7 +124,6 @@ class FT2Font
124
std::vector<FT_Vector> pos;
125
FT_BBox bbox;
126
FT_Pos advance;
127
- double angle;
128
double ptsize;
129
double dpi;
130
long hinting_factor;
0 commit comments