summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-2.104/cfftot1/maket1font.hh
blob: 75f2527897fd7565c60cf5cbb4373cea5907eee1 (plain)
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