windows-nt/Source/XPSP1/NT/windows/richedit/inci/tnti.h

21 lines
663 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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 */