fontservices/fontstore/tfs/T_FNT.CPP
changeset 51 a7c938434754
parent 0 1fb32624e06b
child 55 336bee5c2d35
equal deleted inserted replaced
44:601ab138ba0b 51:a7c938434754
   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