------------------------------------------------------------------------------
| 326 | |
| 327 | //------------------------------------------------------------------------------ |
| 328 | FTC_Manager* vtkFreeTypeTools::GetCacheManager() |
| 329 | { |
| 330 | if (!this->CacheManager) |
| 331 | { |
| 332 | this->InitializeCacheManager(); |
| 333 | } |
| 334 | |
| 335 | return this->CacheManager; |
| 336 | } |
| 337 | |
| 338 | //------------------------------------------------------------------------------ |
| 339 | FTC_ImageCache* vtkFreeTypeTools::GetImageCache() |
no test coverage detected