24 #ifndef __IKerningOnTheFly__ 25 #define __IKerningOnTheFly__ 27 #include "IPMUnknown.h" 28 #include "CTextEnum.h" 58 virtual bool16 SingleStyleKerns(
IkfStyle *style,
const Text::GlyphID *glyphs,
61 virtual bool16 SingleStyleKern(
IkfStyle *style, Text::GlyphID g1,
63 virtual bool16 MultiStyleKern(
IkfStyle *style1, Text::GlyphID g1,
66 virtual PMReal GetParStyleSize() = 0;
69 virtual void EmptyCache() = 0;
73 #endif // __IKerningOnTheFly__