예제 #1
0
void VW_MeasurePropString(
	const char* string,
	int* width,
	int* height)
{
	VWL_MeasureString(
		string,
		width,
		height,
		static_cast<fontstruct*>(grsegs[STARTFONT + fontnumber]));
}
예제 #2
0
파일: id_vw.c 프로젝트: Billy2600/refkeen
void	VW_MeasureMPropString  (const id0_char_t id0_far *string, const id0_char_t id0_far *optsend, id0_word_t *width, id0_word_t *height)
{
	VWL_MeasureString(string,optsend,width,height,(fontstruct id0_seg *)grsegs[STARTFONTM+fontnumber]);
}