Pika-Software / fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fonts

API

fonts.UpdateAll()
table fonts.GetAll()
FontObject fonts.Get( string fontName )
FontObject fonts.Register( string fontName, string font, string size, number weight, boolean antialias, boolean extended )

FontObject:Get( string key )
FontObject:Set( string key, any value )
string FontObject:GetName()
string FontObject:GetSize()
FontObject:Update()

About

License:MIT License


Languages

Language:Lua 100.0%