MCPcopy Create free account
hub / github.com/TASEmulators/fceux / JoedCharWidth

Function JoedCharWidth

src/lua-engine.cpp:4559–4562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4557 return (c < 0 || c > 98) ? 0 : c;
4558}
4559static int JoedCharWidth(uint8 ch)
4560{
4561 return FCEUFont[FixJoedChar(ch)*8];
4562}
4563
4564void LuaDrawTextTransWH(const char *str, size_t l, int &x, int y, uint32 color, uint32 backcolor)
4565{

Callers 1

LuaDrawTextTransWHFunction · 0.85

Calls 1

FixJoedCharFunction · 0.70

Tested by

no test coverage detected