mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Add Offset24
This commit is contained in:
parent
b3159ed8d2
commit
2179281c40
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ struct Offset : Type
|
|||
};
|
||||
|
||||
typedef Offset<HBUINT16> Offset16;
|
||||
typedef Offset<HBUINT24> Offset24;
|
||||
typedef Offset<HBUINT32> Offset32;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue