GNU Unifont 16.0.02
Pan-Unicode font with complete Unicode Plane 0 coverage and partial coverage of higher planes
|
unibdf2hex - Convert a BDF file into a unifont.hex file More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | UNISTART 0x3400 |
First Unicode code point to examine. More... | |
#define | UNISTOP 0x4DBF |
Last Unicode code point to examine. More... | |
#define | MAXBUF 256 |
Maximum allowable input file line length - 1. More... | |
Functions | |
int | main () |
The main function. More... | |
unibdf2hex - Convert a BDF file into a unifont.hex file
Note: currently this has hard-coded code points for glyphs extracted from Wen Quan Yi to create the Unifont source file "wqy.hex".
Definition in file unibdf2hex.c.
#define MAXBUF 256 |
Maximum allowable input file line length - 1.
Definition at line 37 of file unibdf2hex.c.
#define UNISTART 0x3400 |
First Unicode code point to examine.
Definition at line 34 of file unibdf2hex.c.
#define UNISTOP 0x4DBF |
Last Unicode code point to examine.
Definition at line 35 of file unibdf2hex.c.
int main | ( | ) |
The main function.
Definition at line 46 of file unibdf2hex.c.