xga_font_data.h File Reference

CGA/EGA/VGA ROM font data. More...

#include <stdint.h>
#include "internal.h"
Include dependency graph for xga_font_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

av_export const uint8_t avpriv_cga_font [2048]
 
av_export const uint8_t avpriv_vga16_font [4096]
 

Detailed Description

CGA/EGA/VGA ROM font data.

Definition in file xga_font_data.h.

Variable Documentation

av_export const uint8_t avpriv_cga_font[2048]

Definition at line 29 of file xga_font_data.c.

Referenced by decode_init(), drawtext(), execute_code(), and tmv_decode_frame().

av_export const uint8_t avpriv_vga16_font[4096]

Definition at line 160 of file xga_font_data.c.

Referenced by decode_init(), drawtext(), and execute_code().