摘要: 字体相关用的都是字符集, 其他的语言判断方式都是用代码页 判断字体是否指定语言需要把字符集转换成代码页 字符集转换成代码页 static int Charset2Codepage(DWORD dwCharset) { CHARSETINFO csInfo = {0}; BOOL bRetVal; b 阅读全文
posted @ 2025-02-22 14:57 Yofoo 阅读(8) 评论(0) 推荐(0)