fontservices/fontstore/inc/openfontsprivate.h
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
child 21 f2f7b3284356
equal deleted inserted replaced
0:1fb32624e06b 16:56cd22a7a1cb
    18 
    18 
    19 #ifndef __OPENFONTS_PRIVATE_H__
    19 #ifndef __OPENFONTS_PRIVATE_H__
    20 #define __OPENFONTS_PRIVATE_H__
    20 #define __OPENFONTS_PRIVATE_H__
    21 
    21 
    22 #include <e32hashtab.h>
    22 #include <e32hashtab.h>
    23 
       
    24 class COpenFontShaperCacheEntry;
    23 class COpenFontShaperCacheEntry;
    25 
    24 
    26 /* MSB is set to indicate a glyph code rather than a unicode value
    25 /* MSB is set to indicate a glyph code rather than a unicode value
    27    This is used for extracting the code value */
    26    This is used for extracting the code value */
    28 #define GLYPH_CODE(code) (code & 0x7fffffff)
    27 #define GLYPH_CODE(code) (code & 0x7fffffff)