Add GPOS stub

pull/1/head
Behdad Esfahbod 18 years ago
parent 133466177e
commit 86f450243d
  1. 3
      src/harfbuzz-ng.cc

@ -697,6 +697,9 @@ struct GSUBGPOSHeader {
struct GSUB : GSUBGPOSHeader {
};
struct GPOS : GSUBGPOSHeader {
};
#include <stdlib.h>
#include <stdio.h>

Loading…
Cancel
Save