fontservices/fontstore/src/patchableconstants.cpp
branchRCL_3
changeset 16 748ec5531811
parent 2 6971d1c87c9a
child 17 336bee5c2d35
equal deleted inserted replaced
10:f902e87c146f 16:748ec5531811
    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 
    28 #if (__ARMCC_VERSION <= 310000)
    35 #if (__ARMCC_VERSION <= 310000)
    29 #include "FNTSTORE.H"
    36 #include "FNTSTORE.H"
    30 #endif
    37 #endif