适用范围:支持矢量字体的MStar平台
关键字:    矢量字体大小
方法:     字体的SIZE 定义参考附件的TOOL 红色标志, 将MVF(MStar_ATSC.mvf) LOAD 后
填写对应的SIZE, 然后下面就会有宽度和高度, 填写到MApp_LoadFontInit.c里面的
 LOADFONT_STRUCT font_info[] =
{
 // small
    {
        .FontID = FONT_0,
        .output_bpp = 2,
        .output_size = 27,
        .output_width = 27,
        .output_height = 28,
        .unicode_from = { 0x0020, 0},
        .unicode_to = { 0xFFFF, 0},
    },
。。。。。