~ubuntu-branches/ubuntu/lucid/lcdf-typetools/lucid

1
2
3
4
5
6
7
#ifndef EFONT_T1MINIMIZE_HH
#define EFONT_T1MINIMIZE_HH
#include <efont/t1font.hh>

Efont::Type1Font *minimize(Efont::Type1Font *);

#endif