mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[AnchorMatrix] Annotate offset base type
This commit is contained in:
parent
4f219385a6
commit
62117801b8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace GPOS_impl {
|
|||
struct AnchorMatrix
|
||||
{
|
||||
HBUINT16 rows; /* Number of rows */
|
||||
UnsizedArrayOf<Offset16To<Anchor>>
|
||||
UnsizedArrayOf<Offset16To<Anchor, AnchorMatrix>>
|
||||
matrixZ; /* Matrix of offsets to Anchor tables--
|
||||
* from beginning of AnchorMatrix table */
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue