FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
unifont.h File Reference

The font used in framebuffer. More...

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

Go to the source code of this file.

Macros

#define UNIFONT_WIDTH   8
#define UNIFONT_HEIGHT   16

Variables

static const int8 unifont []
 Font used for flanterm.

Detailed Description

The font used in framebuffer.

Author
Imported by Pradosh (prado.nosp@m.shga.nosp@m.me@gm.nosp@m.ail..nosp@m.com) - Original Unknown
Version
0.1
Date
2023-10-29

Definition in file unifont.h.

Macro Definition Documentation

◆ UNIFONT_HEIGHT

#define UNIFONT_HEIGHT   16

Definition at line 15 of file unifont.h.

◆ UNIFONT_WIDTH

#define UNIFONT_WIDTH   8

Definition at line 14 of file unifont.h.

Variable Documentation

◆ unifont

const int8 unifont[]
static

Font used for flanterm.

Definition at line 21 of file unifont.h.