File: tables.h

package info (click to toggle)
fontforge 1%3A20170731~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 67,252 kB
  • ctags: 42,582
  • sloc: ansic: 580,893; python: 5,476; sh: 3,081; makefile: 1,269; perl: 315; cpp: 176; ruby: 97; objc: 92; xml: 90; sed: 9
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#ifndef FONTFORGE_TABLES_H
#define FONTFORGE_TABLES_H

/* Declarations for data tables */

extern const int amspua[], cns14pua[];
extern const char (*SaveTablesPref[]);

#endif /* FONTFORGE_TABLES_H */