[AnchorMatrix] Annotate offset base type

pull/4469/head
Behdad Esfahbod 1 year ago
parent 4f219385a6
commit 62117801b8
  1. 2
      src/OT/Layout/GPOS/AnchorMatrix.hh

@ -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…
Cancel
Save