harfbuzz_rs_now 2.2.4

A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef OT_LAYOUT_GPOS_EXTENSIONPOS_HH
#define OT_LAYOUT_GPOS_EXTENSIONPOS_HH

namespace OT {
namespace Layout {
namespace GPOS_impl {

struct ExtensionPos : Extension<ExtensionPos>
{
  typedef struct PosLookupSubTable SubTable;
};

}
}
}

#endif /* OT_LAYOUT_GPOS_EXTENSIONPOS_HH */