mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Updated font and fs lib; updated editor; updated sf2dlib
Libs additions: font.load, font:unload, font:getWidth, fs.getDirectory, fs.setDirectory, fs.exists Editor additions: syntaxic coloring and mono font sf2dlib update: you will need the latest version of ctrulib. Also, because of the lib font needs, the sftdlib was modified.
This commit is contained in:
parent
3f995629c0
commit
45f3216ed8
14 changed files with 382 additions and 28 deletions
8
source/font.h
Normal file
8
source/font.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef FONT_H
|
||||
#define FONT_H
|
||||
|
||||
typedef struct {
|
||||
sftd_font *font;
|
||||
} font_userdata;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue