예제 #1
0
파일: minghsp.c 프로젝트: tkhaga/MingHSP
EXPORT BOOL WINAPI destroy_fnt(SWFFont font, int p2, int p3, int p4)
{
	destroySWFFont(font);
	return 0;
}
예제 #2
0
static void deallocate(SWFFont font)
{
  destroySWFFont(font);
}