Static Public Member Functions | |
| static mixed | UniFont_AddImageToAtlas (mixed glyphimg, mixed bAvoidAtlasUpdate) |
| matname,u0,v0,u1,v1 | |
| static mixed | GetUniFontGlyph (mixed fontloader, mixed iCharCode, mixed bOutlined, mixed bAvoidAtlasUpdate) |
| static mixed | GetUOFont (mixed loader, mixed bOutlined) |
| static mixed | CreateFont_UO (mixed loader, mixed bOutlined) |
Definition at line 3305 of file lua_pseudo_code.cpp.
| static mixed unifont::UniFont_AddImageToAtlas | ( | mixed | glyphimg, | |
| mixed | bAvoidAtlasUpdate | |||
| ) | [inline, static] |
| static mixed unifont::GetUniFontGlyph | ( | mixed | fontloader, | |
| mixed | iCharCode, | |||
| mixed | bOutlined, | |||
| mixed | bAvoidAtlasUpdate | |||
| ) | [inline, static] |
texname,u0,v0,u1,v1,xoff,yoff,w,h bold=outline for uo html
Definition at line 3312 of file lua_pseudo_code.cpp.
| static mixed unifont::GetUOFont | ( | mixed | loader, | |
| mixed | bOutlined | |||
| ) | [inline, static] |
Definition at line 3314 of file lua_pseudo_code.cpp.
| static mixed unifont::CreateFont_UO | ( | mixed | loader, | |
| mixed | bOutlined | |||
| ) | [inline, static] |
creates and returns a font object for one of the uo fonts that can be used by the flow layouter to create text uofonts are pixelart and not scalable, so the size is fixed bold=outline for uo html
Definition at line 3319 of file lua_pseudo_code.cpp.
1.5.6