add fonts to font style dropdown
Moderators: Jon, Steve, Ian, Dave
- 
				
				Segi
- Ebase User
- Posts: 649
- Joined: Mon Dec 09, 2013 6:37 pm
add fonts to font style dropdown
As the title says, when you go into any control and want to modify the text appearance, there's a font dropdown with 13 different fonts. Is there a way to add additional fonts ?
			
									
						
	0 x
	
			
						- 
				
				Steve
- Moderator 
- Posts: 423
- Joined: Fri Sep 07, 2007 3:44 pm
- Location: Sandy, UK
- Contact:
Hi Segi,
You can add additional fonts by modifying the installation_preferences.xml file inside:
/Ebase_Install_Dir/UfsClient/preferences/installation_preferences.xml
Inside here you can see the XML for
You can add your additional fonts to this list. Just add a new <font> element inside <fonts>.
Kind regards
Steve
			
									
						You can add additional fonts by modifying the installation_preferences.xml file inside:
/Ebase_Install_Dir/UfsClient/preferences/installation_preferences.xml
Inside here you can see the XML for
Code: Select all
<fonts>
      <font>Arial, Helvetica, sans-serif</font>
        <font>"Arial Black", sans-serif</font>
        <font>cursive</font>
        <font>"Courier New", Courier, monospace</font>
        <font>fantasy</font>
        <font>Geneva, Arial, Helvetica, sans-serif</font>
        <font>Georgia, "Times New Roman", Times, serif</font>
        <font>monospace</font>
        <font>serif</font>
        <font>sans-serif</font>
        <font>Tahoma, sans-serif</font>
        <font>"Times New Roman", Times, serif</font>
        <font>Verdana, Arial, Helvetica, sans-serif</font>
    </fonts>
Kind regards
Steve
	0 x
	
			
						Who is online
Users browsing this forum: Bing [Bot] and 263 guests