summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/LTSH.h
blob: a59cc8add2223a6a4c0ec01ec67e7ba9261ed53b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CARYLL_INCLUDE_TABLE_LTSH_H
#define CARYLL_INCLUDE_TABLE_LTSH_H

#include "table-common.h"

typedef struct {
	uint16_t version;
	glyphid_t numGlyphs;
	OWNING uint8_t *yPels;
} table_LTSH;
extern caryll_RefElementInterface(table_LTSH) table_iLTSH;

#endif