mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-16 02:04:44 +00:00
Minor
This commit is contained in:
parent
d71c0df2d1
commit
ce8badf180
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ struct hb_font_t {
|
|||
}
|
||||
|
||||
private:
|
||||
inline hb_position_t em_scale (int16_t v, int scale) { return v * (int64_t) scale / hb_face_get_upem (this->face); }
|
||||
inline hb_position_t em_scale (int16_t v, int scale) { return v * (int64_t) scale / face->get_upem (); }
|
||||
};
|
||||
|
||||
#define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS
|
||||
|
|
Loading…
Add table
Reference in a new issue