Dev Blog
Info
Dev
Overview
Definitions
Lua API
Data Types
Tutorials
Newsletter
Dev
Home
Data Types
Definitions
EntityDef
AttributeDef
Lua Libraries
s3sprite
Dev - Lua Libraries
Lua Command:
s3sprite
.
getFontHeight
Parameters
int
fontID
Return Values
int
height
Signature
int
height
= s3sprite.getFontHeight(
int
fontID
)
Description
Get the height of a the font with the ID
fontID
in pixels.
Note:
This command returns the actual font height in pixels when no scaling is applied.