This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
42_KFS
Watch
1
Star
0
Fork
0
You've already forked 42_KFS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
99e2d7053b
42_KFS
/
headers
/
font.h
10 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
add: tools: font_converter
2024-12-11 14:31:39 -05:00
#
pragma once
#
include
<stdint.h>
struct
font
{
uint32_t
height
;
uint32_t
width
;
feature: start to implement the drivers for char printing support
2024-12-11 14:54:03 -05:00
char
*
bitmap
;
}
;
Reference in New Issue
Copy Permalink