24 lines
583 B
C
24 lines
583 B
C
|
/**
|
||
|
* 8x8 monochrome bitmap fonts for rendering
|
||
|
* Author: Daniel Hepper <daniel@hepper.net>
|
||
|
*
|
||
|
* License: Public Domain
|
||
|
*
|
||
|
* Based on:
|
||
|
* // Summary: font8x8.h
|
||
|
* // 8x8 monochrome bitmap fonts for rendering
|
||
|
* //
|
||
|
* // Author:
|
||
|
* // Marcel Sondaar
|
||
|
* // International Business Machines (public domain VGA fonts)
|
||
|
* //
|
||
|
* // License:
|
||
|
* // Public Domain
|
||
|
*
|
||
|
* Fetched from: http://dimensionalrift.homelinux.net/combuster/mos3/?p=viewsource&file=/modules/gfx/font8_8.asm
|
||
|
**/
|
||
|
|
||
|
#include "font8x8_basic.h"
|
||
|
#include "font8x8_control.h"
|
||
|
#include "font8x8_ext_latin.h"
|