------------------------------------------------------------------------------
| 124 | |
| 125 | //------------------------------------------------------------------------------ |
| 126 | void vtkTextActorInterfaceInternal::SetScale(double scale) |
| 127 | { |
| 128 | // vtkTextActor does not support scaling, so Raster2D is not updated here. |
| 129 | this->FollowerAdaptor->SetScale(scale); |
| 130 | this->RasterFollower->SetScale(scale); |
| 131 | } |
| 132 | |
| 133 | //------------------------------------------------------------------------------ |
| 134 | void vtkTextActorInterfaceInternal::GetBounds(double bounds[6]) |
no outgoing calls