osdft1.c

来自「车载电子影音系统dvd播放系统原程序代码」· C语言 代码 · 共 34 行

C
34
字号
#include "winav.h"#include "hal.h"#include "OSD.h"#include "cc.h"#ifdef SUPPORT_UNICODEextern  BYTE    *_bpArray;extern  BYTE    DATA    _bIdex;// Alan2.36 adds the more font tablesWORD code _wLocalFont1[] ={#include "loc_fontable1.txt"};
// Alan2.36, load local font table// ************************************************************************//  Function    :   OSD_LoadLocalFontTable1//  Description :       Fill Font Table Data to DSP through IBFIFO//  Arguments   :       none//  Return      :       none//  Side Effect :// ************************************************************************void OSD_LoadLocalFontTableGzip1(void)
{
	//Kevin2.37, modify
	W99AV_FillDataToIABFIFO(_wLocalFont1[1], &_wLocalFont1[5]);
}

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?