用于获取字体支持的字符Unicode码列表
for(glyph in string.fontRanges.eachUnicodeGlyphsByName("FontAwesome") ){
if(glyph>=0xF000) {/*glyph为字符的Unicode代码,可使用ustring.fromCharCode函数转换为字符*/}
}
获取hdc参数中指定绘图设备正在使用的字体中所有字符的Unicode代码
获取fontName参数中指定字体名的字体中所有字符的Unicode代码
返回指定字体名支持的所有字符,
可选参数first用于指定起始Unicode代码,默认为0,
可选参数last用于指定结束Unicode代码,默认为0xFFFF
参数@1指定的字符Unicode码,
如果该字符使用该字体可显示,返回该Unicode码