------------------------------------------------------------------------------
| 172 | |
| 173 | //------------------------------------------------------------------------------ |
| 174 | int vtkTextActor::SetConstrainedFontSize(vtkViewport* viewport, int targetWidth, int targetHeight) |
| 175 | { |
| 176 | return vtkTextActor::SetConstrainedFontSize(this, viewport, targetWidth, targetHeight); |
| 177 | } |
| 178 | |
| 179 | //------------------------------------------------------------------------------ |
| 180 | int vtkTextActor::SetConstrainedFontSize( |
no test coverage detected