fontservices/fontstore/src/patchableconstants.cpp
branchRCL_3
changeset 17 336bee5c2d35
parent 16 748ec5531811
equal deleted inserted replaced
16:748ec5531811 17:336bee5c2d35
    23 The drive that is used by fontstore to Generate, Update and Load linked fonts
    23 The drive that is used by fontstore to Generate, Update and Load linked fonts
    24 to/from.
    24 to/from.
    25  */
    25  */
    26 EXPORT_C extern const TInt8 KLinkedFontDrive = 0x63; //c in ASCII
    26 EXPORT_C extern const TInt8 KLinkedFontDrive = 0x63; //c in ASCII
    27 
    27 
    28 /**
       
    29 @internalTechnology
       
    30 
       
    31 The maximum size of memory used by the font table cache and the glyph outline cache.
       
    32  */
       
    33 EXPORT_C extern const TUint32 KFontTable_GlyphOutline_CacheMaxMem = 4 * 0x100000; // 4 Mega bytes.
       
    34 
       
    35 #if (__ARMCC_VERSION <= 310000)
    28 #if (__ARMCC_VERSION <= 310000)
    36 #include "FNTSTORE.H"
    29 #include "FNTSTORE.H"
    37 #endif
    30 #endif