WindowsXP-SP1/windows/richedit/inci/tnti.h
2020-09-30 16:53:49 +02:00

21 lines
683 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 */