------------------------------------------------------------------------------
| 337 | |
| 338 | //------------------------------------------------------------------------------ |
| 339 | FTC_ImageCache* vtkFreeTypeTools::GetImageCache() |
| 340 | { |
| 341 | if (!this->ImageCache) |
| 342 | { |
| 343 | this->InitializeCacheManager(); |
| 344 | } |
| 345 | |
| 346 | return this->ImageCache; |
| 347 | } |
| 348 | |
| 349 | //------------------------------------------------------------------------------ |
| 350 | FTC_CMapCache* vtkFreeTypeTools::GetCMapCache() |
no test coverage detected