gfxtools/gditools/fontcomp/EFF.CPP
branchRCL_3
changeset 9 2013ebce6d92
parent 0 f58d6ec98e88
equal deleted inserted replaced
3:de36cc5e7eac 9:2013ebce6d92
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "FONTCOMP.H"
    19 #include "fontcomp.h"
    20 
    20 
    21 EffRead::EffRead(fstream& aFile,FontCompiler& aFontCompiler,Fxf* aFxf,short int* aMapSpace):
    21 EffRead::EffRead(fstream& aFile,FontCompiler& aFontCompiler,Fxf* aFxf,short int* aMapSpace):
    22 	FontRead(aFile,aFontCompiler,aFxf),
    22 	FontRead(aFile,aFontCompiler,aFxf),
    23 	iMapSpace(aMapSpace)
    23 	iMapSpace(aMapSpace)
    24 	{}
    24 	{}