1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Updated ctr.apt to the latest ctrulib, added ctr.apt.isNew3DS()

This commit is contained in:
Reuh 2016-06-27 13:42:38 +02:00
parent 20f8cd3cb9
commit 4a2c1a7c68
2 changed files with 63 additions and 51 deletions

View file

@ -18,7 +18,8 @@ The `gfx.font` module
u32 textSize = 9;
/***
Load a TTF font.
Load a font. Supported formats: TTF, OTF, TTC, OTC, WOFF, PFA, PFB, PCF, FNT, BDF, PFR, and others.
ctrµLua support all formats supported by FreeType. See here for a more complete list: http://freetype.org/freetype2/docs/index.html
@function load
@tparam string path path to the file
@treturn[1] font the loaded font.