主页->库函数目录->文字输出相关函数->textwidth 功能: 这个函数用于获取字符串的宽(像素为单位) 声明: int textwidth( LPCTSTR textstring, PIMAGE pimg = NULL ); 参数: textstring 指定的字符串指针。 返回值: 该字符串实际占用的像素宽度。 示例: (无)
int textwidth( LPCTSTR textstring, PIMAGE pimg = NULL );