gfxtools/gditools/fontcomp/GDSFCOMP.H
changeset 18 8cac7c60e3d2
parent 0 f58d6ec98e88
equal deleted inserted replaced
3:de36cc5e7eac 18:8cac7c60e3d2
    17 
    17 
    18 
    18 
    19 #if !defined(__GDSFCOMP_H__)
    19 #if !defined(__GDSFCOMP_H__)
    20 #define __GDSFCOMP_H__
    20 #define __GDSFCOMP_H__
    21 #if !defined(__FONTCOMP_H__)
    21 #if !defined(__FONTCOMP_H__)
    22 #include "FONTCOMP.H"
    22 #include "fontcomp.h"
    23 #endif
    23 #endif
    24 /**
    24 /**
    25 @internalComponent
    25 @internalComponent
    26 */
    26 */
    27 const char BlankPixel = '.';
    27 const char BlankPixel = '.';
    37 protected:
    37 protected:
    38 	int WriteHeader();
    38 	int WriteHeader();
    39 	void WriteFooter();
    39 	void WriteFooter();
    40 	void WriteCharData(int);
    40 	void WriteCharData(int);
    41 	void WriteBlankLines(int,int);
    41 	void WriteBlankLines(int,int);
    42 	void WriteFormattedData(char*,int=0);
    42 	void WriteFormattedData(const char*,int=0);
    43 	void WriteFormattedData(int,int=0);
    43 	void WriteFormattedData(int,int=0);
    44 	void WriteNewLine();
    44 	void WriteNewLine();
    45 	};
    45 	};
    46 #endif
    46 #endif