21 lines
663 B
C
21 lines
663 B
C
|
#ifndef TNTI_DEFINED
|
||
|
#define TNTI_DEFINED
|
||
|
|
||
|
#include "lsdefs.h"
|
||
|
#include "port.h"
|
||
|
|
||
|
#define fTntiKern fPortTntiKern
|
||
|
#define fTntiModWidthOnRun fPortTntiModWidthOnRun
|
||
|
#define fTntiModWidthSpace fPortTntiModWidthSpace
|
||
|
#define fTntiModWidthPairs fPortTntiModWidthPairs
|
||
|
#define fTntiCompressOnRun fPortTntiCompressOnRun
|
||
|
#define fTntiCompressSpace fPortTntiCompressSpace
|
||
|
#define fTntiCompressTable fPortTntiCompressTable
|
||
|
#define fTntiExpandOnRun fPortTntiExpandOnRun
|
||
|
#define fTntiExpandSpace fPortTntiExpandSpace
|
||
|
#define fTntiExpandTable fPortTntiExpandTable
|
||
|
#define fTntiGlyphBased fPortTntiGlyphBased
|
||
|
|
||
|
#endif /* !TNTI_DEFINED */
|
||
|
|