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