| 26 | uint64_t TrueTypeFile::_storageSize = 0; |
| 27 | |
| 28 | bgfx::TrueTypeHandle TrueTypeFile::getHandle() const noexcept { |
| 29 | return _handle; |
| 30 | } |
| 31 | |
| 32 | uint8_t* TrueTypeFile::getBuffer() const noexcept { |
| 33 | return SharedFontManager.getCachedFile(_handle)->buffer.get(); |
no outgoing calls
no test coverage detected