small cleanup
This commit is contained in:
parent
fce4076ad5
commit
d35e9f047e
3 changed files with 9 additions and 9 deletions
|
@ -248,7 +248,7 @@ namespace mapnik
|
||||||
FT_Face face = face_->get_face();
|
FT_Face face = face_->get_face();
|
||||||
FT_GlyphSlot slot = face->glyph;
|
FT_GlyphSlot slot = face->glyph;
|
||||||
FT_Bool use_kerning;
|
FT_Bool use_kerning;
|
||||||
FT_UInt previous;
|
FT_UInt previous = 0;
|
||||||
|
|
||||||
pen.x = 0;
|
pen.x = 0;
|
||||||
pen.y = 0;
|
pen.y = 0;
|
||||||
|
|
Loading…
Reference in a new issue