changeset 36 | 01a6848ebfd7 |
parent 0 | 5d03bc08d59c |
child 116 | 171fae344dd4 |
--- a/fbs/fontandbitmapserver/tfbs/TFbsServer.cpp Tue Feb 02 01:47:50 2010 +0200 +++ b/fbs/fontandbitmapserver/tfbs/TFbsServer.cpp Fri Apr 16 16:21:04 2010 +0300 @@ -37,6 +37,7 @@ #include "textendedbitmaplegacy.h" #include "textendedbitmappanic.h" #include "twdp.h" +#include "tfonttableandglyph.h" /* Path to the script @@ -194,6 +195,10 @@ { testStep = new CTWDPStep(); } + else if(aStepName == KTFontTableAndGlyphStep) + { + testStep = new CTFontAndGlyphStep(); + } return testStep; }