FFmpeg
Loading...
Searching...
No Matches
xga_font_data.c File Reference

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

#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

static const uint8_t cga_font [2048]
 
static const uint8_t vga16_font [4096]
 

Detailed Description

CGA/EGA/VGA ROM font data.

Definition in file xga_font_data.c.

Function Documentation

◆ avpriv_cga_font_get()

◆ avpriv_vga16_font_get()

const uint8_t * avpriv_vga16_font_get ( void )

Variable Documentation

◆ cga_font

const uint8_t cga_font[2048]
static

Definition at line 29 of file xga_font_data.c.

Referenced by avpriv_cga_font_get(), draw_text(), draw_text(), and tmv_decode_frame().

◆ vga16_font

const uint8_t vga16_font[4096]
static

Definition at line 165 of file xga_font_data.c.

Referenced by avpriv_vga16_font_get(), and render_default_font().