?? osdft0.c
字號:
#include "winav.h"#include "w99av.h"#include "OSD.h"#include "input.h"#include "cc.h"#include "hal.h"#include "osd.h"#ifdef SUPPORT_UNICODEextern BYTE *_bpArray;extern BYTE DATA _bIdex;// Alan2.36 adds the more font tablesWORD code _wLocalFont0[] ={#include "loc_fontable0.txt"};
// Alan2.36, load local font table// ************************************************************************// Function : OSD_LoadLocalFontTable0// Description : Fill Font Table Data to DSP through IBFIFO// Arguments : none// Return : none// Side Effect :// ************************************************************************void OSD_LoadLocalFontTableGzip0(void)
{
//Kevin2.37, modify
W99AV_FillDataToIABFIFO(_wLocalFont0[1], &_wLocalFont0[5]);
}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -