mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[opbd] Turn OpticalBounds fields to FWORD
This commit is contained in:
parent
6461143b44
commit
d6206dbcc4
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ struct OpticalBounds
|
|||
return_trace (likely (c->check_struct (this)));
|
||||
}
|
||||
|
||||
HBINT16 leftSide;
|
||||
HBINT16 topSide;
|
||||
HBINT16 rightSide;
|
||||
HBINT16 bottomSide;
|
||||
FWORD leftSide;
|
||||
FWORD topSide;
|
||||
FWORD rightSide;
|
||||
FWORD bottomSide;
|
||||
public:
|
||||
DEFINE_SIZE_STATIC (8);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue