<div dir="ltr">Hi Anton,<div><br></div><div>You would have to modify the source files ParaViewCore/ClientServerCore/Rendering/vtkPVOrthographicSliceView.{h,cxx} to add a public member function that sets the font size. You would have to forward this to the internal SliceAnnotations list with something like</div><div><br></div><div>for (int cc = 0; cc < 3; ++cc)</div><div>{</div><div>  this->SliceAnnotations[cc]->GetTextActor()->SetFontSize(this->AnnotationFontSize);</div><div>}</div><div><br></div><div>where this->AnnotationFontSize is a new member variable in vtkPVOrthographicSliceView. After that, you would need to modify</div><div><br></div><div>ParaViewCore/ServerManager/SMApplication/Resources/views_and_representations.xml</div><div><br></div><div>to expose the new AnnotationFontSize property in the OrthographicSliceViewProxy entry. This would be a new IntVectorProperty.</div><div><br></div><div>Would you be interested in submitting a patch that does this? Instructions are at </div><div><br></div><div><a href="https://gitlab.kitware.com/paraview/paraview/blob/master/CONTRIBUTING.md">https://gitlab.kitware.com/paraview/paraview/blob/master/CONTRIBUTING.md</a><br></div><div><br></div><div>Thanks,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 4, 2015 at 2:05 PM,  <span dir="ltr"><<a href="mailto:anton.piccardo-selg@stfc.ac.uk" target="_blank">anton.piccardo-selg@stfc.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I was wondering if there is a way to edit the font size of SliceAnnotations in the Orthographic Slice View. I had a look in the State xml file, but the only setting which appears to be available is a  bool flag for displaying these annotations.<br>
<br>
Hence my question: Is it possible to customize the size of these annotations and if so, where can I hook into this feature in ParaView?<br>
<br>
Many thanks and best regards,<br>
<br>
Anton<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>