Minor
This commit is contained in:
parent
ce8badf180
commit
df8f70ae5d
|
@ -124,7 +124,7 @@ struct hb_face_t {
|
||||||
return blob;
|
return blob;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline unsigned int get_upem (void) const
|
inline HB_PURE_FUNC unsigned int get_upem (void) const
|
||||||
{
|
{
|
||||||
if (unlikely (!upem))
|
if (unlikely (!upem))
|
||||||
load_upem ();
|
load_upem ();
|
||||||
|
|
Loading…
Reference in New Issue