Subversion Repositories Kolibri OS

Rev

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

Rev 5987 Rev 5988
Line 14... Line 14...
14
:struct __SIZE
14
:struct __SIZE
15
{
15
{
16
	dword width,height;
16
	dword width,height;
17
	signed offset_x, offset_y;
17
	signed offset_x, offset_y;
18
	float offset_i,w_italic;
18
	float offset_i,w_italic;
19
	byte points;
19
	byte pt;
20
	byte TMP_WEIGHT;
20
	byte TMP_WEIGHT;
21
};
21
};
22
:struct LABEL
22
:struct LABEL
23
{
23
{
24
	__SIZE size;
24
	__SIZE size;