windows-nt/Source/XPSP1/NT/shell/osshell/fontfldr/fontext/t1instal/mreader.h

37 lines
655 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/***
**
** Module: MReader
**
** Description:
** This is a module of the T1 to TT font converter. The module
** will extract information from a T1 font metrics file, by parsing
** the data/commands found in PFM and AFM files.
**
** Author: Michael Jansson
**
** Created: 5/26/93
**
***/
#ifndef _ARGS
# define IN const
# define OUT
# define INOUT
# define _ARGS(arg) arg
#endif
/***
** Function: ReadFontMetrics
**
** Description:
** Read a font metrics file that associated to a type 1 font.
***/
errcode ReadFontMetrics _ARGS((IN char *metrics,
OUT struct T1Metrics *t1m));