equal
deleted
inserted
replaced
321 CFontStore* fs1 = isolatedFontStore1->iFs; |
321 CFontStore* fs1 = isolatedFontStore1->iFs; |
322 fs1->LoadFontsAtStartupL(); |
322 fs1->LoadFontsAtStartupL(); |
323 |
323 |
324 TFileName fileName; |
324 TFileName fileName; |
325 fs1->GetFontFilePath(_L("DejaVu Sans Condensed"), fileName); |
325 fs1->GetFontFilePath(_L("DejaVu Sans Condensed"), fileName); |
326 |
326 |
327 TEST(fileName.CompareF(KValidFontPath) == 0); |
327 TEST(fileName.CompareF(KValidFontPath) == 0); |
328 |
328 |
329 CleanupStack::PopAndDestroy(isolatedFontStore1); |
329 CleanupStack::PopAndDestroy(isolatedFontStore1); |
330 } |
330 } |
331 |
331 |