fontservices/fontstore/src/patchableconstants.cpp
branchRCL_3
changeset 11 6971d1c87c9a
parent 0 1fb32624e06b
child 54 748ec5531811
equal deleted inserted replaced
5:e96e8a131979 11:6971d1c87c9a
    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