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