lights FAQ Forum github.com/luapower/font_db
This package
font_db

Misc
amiri
dejavuserif
fireflysung
fixedsys
font_db
fontawesome
ionicons
material-icons
noto-emoji
opensans
uuid

font_db

Font database for font selection


--[[

	Font database for font selection.
	Written by Cosmin Apreutesei. Public Domain.

	db = fontdb()
	db:free()

	db:add_font(font, name, [weight], [slant])
	db:find_font(name|font, [weight, slant, size, bolder]) -> font,size | nil

]]

See the source code for more info.


Package:font_db
Pkg type:Lua+ffi
Version: b1efd16
Last commit:
Author: Cosmin Apreutesei
License: Public Domain

Requires: glue  luajit 

Required by: ui 


Top