File: maket1font.hh

package info (click to toggle)
lcdf-typetools 2.92%2Bdfsg1-0.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,884 kB
  • sloc: cpp: 34,407; ansic: 2,106; sh: 1,032; makefile: 306
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
#ifndef EFONT_MAKET1FONT_HH
#define EFONT_MAKET1FONT_HH
#include <efont/cff.hh>
namespace Efont {
class Type1Font;
}

Efont::Type1Font *create_type1_font(Efont::Cff::Font *, ErrorHandler *);

#endif