mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
Add GPOS stub
This commit is contained in:
parent
133466177e
commit
86f450243d
1 changed files with 3 additions and 0 deletions
|
@ -697,6 +697,9 @@ struct GSUBGPOSHeader {
|
|||
struct GSUB : GSUBGPOSHeader {
|
||||
};
|
||||
|
||||
struct GPOS : GSUBGPOSHeader {
|
||||
};
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue