Subversion Repositories Kolibri OS

Rev

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

Rev 6997 Rev 7160
Line 69... Line 69...
69
{
69
{
70
	IO label_io;
70
	IO label_io;
71
	if(font)free(font);
71
	if(font)free(font);
72
	label_io.read(font_path);
72
	label_io.read(font_path);
73
	if(!EAX) {
73
	if(!EAX) {
74
		debugln(font_path);
74
		//debugln(font_path);
75
		label_io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E"); 
75
		label_io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E"); 
76
		return false;
76
		return false;
77
	}
77
	}
78
	font_begin = label_io.buffer_data;
78
	font_begin = label_io.buffer_data;
79
	changeSIZE();
79
	changeSIZE();