FFmpeg
Functions | Variables
xga_font_data.c File Reference
#include <stdint.h>
#include "xga_font_data.h"

Go to the source code of this file.

Functions

const uint8_t * avpriv_cga_font_get (void)
 
const uint8_t * avpriv_vga16_font_get (void)
 

Variables

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

Detailed Description

CGA/EGA/VGA ROM font data

Definition in file xga_font_data.c.

Function Documentation

◆ avpriv_cga_font_get()

const uint8_t* avpriv_cga_font_get ( void  )

◆ avpriv_vga16_font_get()

const uint8_t* avpriv_vga16_font_get ( void  )

Definition at line 430 of file xga_font_data.c.

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

Variable Documentation

◆ avpriv_cga_font

const uint8_t avpriv_cga_font[2048]

Definition at line 32 of file xga_font_data.c.

Referenced by avpriv_cga_font_get().

◆ avpriv_vga16_font

const uint8_t avpriv_vga16_font[4096]

Definition at line 171 of file xga_font_data.c.

Referenced by avpriv_vga16_font_get().