| 739 | } |
| 740 | |
| 741 | int jjCANVAS::jjGetStringWidth(const String& text, const jjANIMATION& animation, const jjTEXTAPPEARANCE& style) { |
| 742 | noop(); |
| 743 | // TODO |
| 744 | return text.size() * 12.0f; |
| 745 | } |
| 746 | |
| 747 | jjOBJ::jjOBJ() : _refCount(1) { |
| 748 | noop(); |
nothing calls this directly
no test coverage detected