WIP: text import
This commit is contained in:
50
examples/tests/test16x16.txt
Normal file
50
examples/tests/test16x16.txt
Normal file
@@ -0,0 +1,50 @@
|
||||
// File generated by McBitFont v2.0
|
||||
// made by Anton Mukhin (mcfly@mcflyer.ru)
|
||||
//
|
||||
//
|
||||
// Bytes total: 38
|
||||
// Scan order: Columns
|
||||
// Horizontal direction: Left to Right
|
||||
// Vertical direction: Top to Bottom
|
||||
|
||||
// Bit order: LSB Top
|
||||
// Numbers base: Hexadecimal
|
||||
// Numbers size: 8 bit
|
||||
|
||||
// Text format: 1D C array
|
||||
// Numbers per line: 1 Column per line
|
||||
|
||||
// Font header map:
|
||||
// packed; // Flag for packed font// width; // Font width in pixels (0 - variable width)
|
||||
// height; // Font height in pixels
|
||||
// space; // Font space in pixels
|
||||
// first; // First character code
|
||||
// last; // Last character code
|
||||
|
||||
|
||||
const uint8_t Untitled[] = {
|
||||
// Meta header
|
||||
0, // Is it a packed font?
|
||||
0, // Font width in pixels; 0 - variable width
|
||||
16, // Font height in pixels
|
||||
0, // Font space (between symbols) in pixels
|
||||
0, // First character code
|
||||
0, // Last character code
|
||||
// Data:
|
||||
0xfc, 0x1f,
|
||||
0x00, 0x30,
|
||||
0x0c, 0x60,
|
||||
0x06, 0x1c,
|
||||
0x02, 0x36,
|
||||
0x32, 0x23,
|
||||
0x32, 0x21,
|
||||
0x82, 0x21,
|
||||
0x82, 0x2c,
|
||||
0xc6, 0x2c,
|
||||
0x64, 0x20,
|
||||
0x3c, 0x30,
|
||||
0x00, 0x10,
|
||||
0x1e, 0x20,
|
||||
0xf0, 0x3f,
|
||||
0x00, 0x00
|
||||
};
|
Reference in New Issue
Block a user