You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
683 B
20 lines
683 B
#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 */
|
|
|