Files
freetype/contrib/ttf2pk/vplaux.h
2023-08-27 18:03:45 +02:00

24 lines
352 B
C

/*
* vplaux.h
*
* This file is part of the ttf2pk package.
*
* Copyright 1997-1999 by
* Frederic Loyer <loyer@ensta.fr>
* Werner Lemberg <wl@gnu.org>
*/
#ifndef VPLAUX_H
#define VPLAUX_H
#include "ttf2tfm.h"
void writevpl(Font *fnt, char makevpl, Boolean forceoctal);
void upmap(Font *fnt);
#endif /* VPLAUX_H */
/* end */