make note
This commit is contained in:
parent
edbad2664b
commit
89c3e2f6b9
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ bool font_face::glyph_dimensions(glyph_info & glyph) const
|
|||
glyph.unscaled_ymax = glyph_bbox.yMax;
|
||||
glyph.unscaled_advance = face_->glyph->advance.x;
|
||||
glyph.unscaled_line_height = face_->size->metrics.height;
|
||||
// https://github.com/mapnik/mapnik/issues/2928
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue