mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[glyf/VarComposite] Add use_my_metrics()
This commit is contained in:
parent
575d99406a
commit
60d959a6e7
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ struct VarCompositeGlyphRecord
|
|||
return size;
|
||||
}
|
||||
|
||||
bool is_use_my_metrics () const { return flags & USE_MY_METRICS; }
|
||||
|
||||
void transform_points (contour_point_vector_t &points) const
|
||||
{
|
||||
float matrix[4];
|
||||
|
|
Loading…
Add table
Reference in a new issue