Subversion Repositories Kolibri OS

Rev

Rev 1157 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1157 Rev 1163
Line 171... Line 171...
171
				font_t *font,unsigned char *s)
171
				font_t *font,unsigned char *s)
172
{
172
{
173
	unsigned int		i,j,k,step,len;
173
	unsigned int		i,j,k,step,len;
174
	int		x,y,size_x,save_size_x,save_size_y;
174
	int		x,y,size_x,save_size_x,save_size_y;
175
	unsigned char	*p,*buf,*save_buf;
175
	unsigned char	*p,*buf,*save_buf;
176
	unsigned char	c,draw_output;
176
	unsigned char	c;
177
 
-
 
-
 
177
	DWORD		draw_output;
Line 178... Line 178...
178
 
178
 
179
	step=font->sizex*font->sizey;
179
	step=font->sizex*font->sizey;
Line 180... Line 180...
180
	len=strlen(s);
180
	len=strlen(s);