/************************************************************************************* * FontSize.h * * ����: ���� * ��˾: TCL��ý��Ƽ��ع�����˾ * �汾: 0.01 * �������: 2010-04-21 * ��ϵ��ʽ: wp2.leids@tcl.com / 0752-3270423(81423) * * ����: ��ȡ�����С * ˵��: �������ͷŸ�TCL��˾, ֻҪ��ϲ��, ��TCL��˾�ڲ��������ʹ��, ����ʹ�ù����� * ����뱣֤��������˵����Ϣ������ * * �����������ս���Ȩ��ԭ����ӵ��, ���߲��������ķַ���ʹ�ø���, �������ʹ�ô��� * ������ɵ��κ���ʧ����ҵ���վ���ʹ�����Լ��е���������. * *************************************************************************************/ #ifndef __FONT_SIZE_H__ #define __FONT_SIZE_H__ int GetFontPointSize(int iHeight); int GetFontHeight(int iPointSize); #endif