fbs/fontandbitmapserver/tfbs/TFbsServer.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 116 171fae344dd4
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    35 #include "textendedbitmap.h"
    35 #include "textendedbitmap.h"
    36 #include "textendedbitmapnegative.h"
    36 #include "textendedbitmapnegative.h"
    37 #include "textendedbitmaplegacy.h"
    37 #include "textendedbitmaplegacy.h"
    38 #include "textendedbitmappanic.h"
    38 #include "textendedbitmappanic.h"
    39 #include "twdp.h"
    39 #include "twdp.h"
       
    40 #include "tfonttableandglyph.h"
    40 
    41 
    41  
    42  
    42 /* Path to the script
    43 /* Path to the script
    43 
    44 
    44 z:\GraphicsTest\fbstest.script
    45 z:\GraphicsTest\fbstest.script
   192 		}
   193 		}
   193 	else if(aStepName == KTWDPStep)
   194 	else if(aStepName == KTWDPStep)
   194 		{
   195 		{
   195 		testStep = new CTWDPStep();
   196 		testStep = new CTWDPStep();
   196 		}
   197 		}
       
   198    	else if(aStepName == KTFontTableAndGlyphStep)
       
   199         	{
       
   200         	testStep = new CTFontAndGlyphStep();
       
   201         	}
   197 	
   202 	
   198 	return testStep;
   203 	return testStep;
   199 	}
   204 	}