/**
 * Get all iconfonts charlist.
 * @return array
 */
function ac_get_iconfont_charlist()
{
    return AC_Iconfont::load_all_charlist();
}