summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h
blob: ffca1e2067cffecde7fbb921237e8105d8a47dd6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CARYLL_TABLE_LTSH_H
#define CARYLL_TABLE_LTSH_H

#include "otfcc/table/LTSH.h"

table_LTSH *otfcc_readLTSH(const otfcc_Packet packet, const otfcc_Options *options);
caryll_Buffer *otfcc_buildLTSH(const table_LTSH *ltsh, const otfcc_Options *options);

#endif