Do you want to change the font size on any field that is displayed in eFilm? In version 3.0, this is now possible!!
To change the font size on the Image display:
1. In eFilm, got to Edit -> Properties
2. Ensure that you are on the “Modality Settings” tab (you should be by default)
3. Click on the Modality scroll menu to select the desired modality
4. Click on the “Overlay” tab
5. Under the “Modality Overlay” section (bottom half of screen), you can change the font size of any particular field by defining a “fontscale” value for each ROW element.
For example:
<ROW fontscale=”1.5″><OVERLAYITEM item=”PatientName”/>
The above example will change the font size of the Patient Name to 1.5x the current size on the image display.
To change ALL fields in the overlay for ALL Modalities to the same font size:
1. Go to the profile for the specific user in question.
Default location is “C:\Program Files\Merge eFilm\eFilm\Profiles\UserName”
2. Make a copy of “ToolBarConfiguration.xml” for backup purposes
(i.e. call it “ToolBarConfiguration_old.xml”)
3. Open “ToolBarConfiguration.xml” with a text editor (such as WordPad)
4. Go to Edit -> Replace
5. Replace
<ROW>
to
<ROW fontscale=”X“>
where X is the Font size (i.e. 0.5 for half the default size)


