otlgpos.h 241 B

1234567891011121314
  1. #ifndef __OTL_GPOS_H__
  2. #define __OTL_GPOS_H__
  3. #include "otlayout.h"
  4. OTL_BEGIN_HEADER
  5. OTL_LOCAL( void )
  6. otl_gpos_validate( OTL_Bytes table,
  7. OTL_Validator valid );
  8. OTL_END_HEADER
  9. #endif /* __OTL_GPOS_H__ */