File: fonts.h

package info (click to toggle)
latex2rtf 1.1-6
  • links: PTS
  • area: main
  • in suites: slink
  • size: 288 kB
  • ctags: 275
  • sloc: ansic: 3,403; makefile: 108; sh: 17
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * $Id: fonts.h,v 1.1 1994/06/17 11:26:29 ralf Exp $
 * History:
 * $Log: fonts.h,v $
 * Revision 1.1  1994/06/17  11:26:29  ralf
 * Initial revision
 *
 */

BOOL WriteFontHeader(FILE* fRtf);
BOOL SetFont(char *TexFont, FILE* fRtf);
int GetFontNumber(char * Fname);
void RemoveFontlist(void);
int GetTexFontNumber(char * Fname);