MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCMapCache

Method GetCMapCache

Rendering/FreeType/vtkFreeTypeTools.cxx:350–358  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

348
349//------------------------------------------------------------------------------
350FTC_CMapCache* vtkFreeTypeTools::GetCMapCache()
351{
352 if (!this->CMapCache)
353 {
354 this->InitializeCacheManager();
355 }
356
357 return this->CMapCache;
358}
359
360//------------------------------------------------------------------------------
361static FT_Error vtkFreeTypeToolsFaceRequester(

Callers 3

GetUnscaledKerningMethod · 0.95
GetGlyphIndexMethod · 0.95

Calls 1

Tested by

no test coverage detected