File: parsettfvar.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 (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef FONTFORGE_PARSETTFVAR_H
#define FONTFORGE_PARSETTFVAR_H

#include <stdio.h>

#include "ttf.h"

extern void readttfvariations(struct ttfinfo *info, FILE *ttf);
extern void VariationFree(struct ttfinfo *info);

#endif /* FONTFORGE_PARSETTFVAR_H */