MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getHandle

Method getHandle

Source/Cache/FontCache.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

loadMethod · 0.45
loadAyncMethod · 0.45
getCharacterInfoMethod · 0.45
getGlyphInfoMethod · 0.45
updateCharacterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected