CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[ICEM] How can I increase the size of the letter?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By PSYMN

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 19, 2009, 05:21
Default [ICEM] How can I increase the size of the letter?
  #1
New Member
 
Juan
Join Date: Jul 2009
Posts: 25
Rep Power: 16
holyo is on a distinguished road
Hello, I´m starting to use ICEM CFD, my first problem: the letter of the main menu (file, edit,view...) and the main toolbar (geometry,mesh...) is too small, can I change it?

Thank you.
holyo is offline   Reply With Quote

Old   October 20, 2009, 09:40
Default Settings...
  #2
Senior Member
 
PSYMN's Avatar
 
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47
PSYMN has a spectacular aura aboutPSYMN has a spectacular aura about
It uses the font sizes of your system...

If you adjust your system font sizes, the ICEM CFD sizes will keep up...

It used to also use colors, etc. but that caused too many issues with people who had white system text.
PSYMN is offline   Reply With Quote

Old   October 22, 2009, 12:21
Default
  #3
New Member
 
Juan
Join Date: Jul 2009
Posts: 25
Rep Power: 16
holyo is on a distinguished road
I changed the size in my font sizes system...I could increase the size of the letters in my icons, window´s menu... but in the ICEM doesn´t change it.
holyo is offline   Reply With Quote

Old   October 22, 2009, 12:23
Default I will look into it...
  #4
Senior Member
 
PSYMN's Avatar
 
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47
PSYMN has a spectacular aura aboutPSYMN has a spectacular aura about
OK, what is your OS (WIndows XP, Redhat 64, etc?). I will look into it.

Simon
PSYMN is offline   Reply With Quote

Old   October 22, 2009, 14:29
Default
  #5
New Member
 
Juan
Join Date: Jul 2009
Posts: 25
Rep Power: 16
holyo is on a distinguished road
Windows vista.

Thank you
holyo is offline   Reply With Quote

Old   November 4, 2009, 10:49
Default How to change the text size in ICEM CFD
  #6
Senior Member
 
PSYMN's Avatar
 
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47
PSYMN has a spectacular aura aboutPSYMN has a spectacular aura about
Alright, I guess due to problems we had with system text (particularly white system text), we now control the text.

For the message window, you can adjust the size with this replay file (or just type it in the message window). Note the line with the # is to turn it back again, just move the hash mark to the other “set use_font” lins… This is not saved with the settings, so you will need to do it each time… Or just restart to reset the normal text size.

global mess_frame bigfont normalfont
set use_font $bigfont
# set use_font $normalfont
$mess_frame.text configure -font $use_font


If you want to change the GUI (menu’s, DEZ, etc.) you will need to change the file:

ai_env/techTk/builder.tcl

I attached the changed file. If you want to change back to our normal font you can change line 122 (in the changed file) from:

if 0 {

to

if 1 {

It is always a good idea to save the original file before overwriting this file. Again, I recommend the ml.exe editor for playing with these tcl code files.

Have fun.
Attached Files
File Type: zip builder.zip (18.1 KB, 212 views)
baihongwu likes this.
PSYMN is offline   Reply With Quote

Old   November 9, 2009, 11:30
Default
  #7
New Member
 
Juan
Join Date: Jul 2009
Posts: 25
Rep Power: 16
holyo is on a distinguished road
So many thanksˇˇ I changed the file, and the size of the letter increased.

Thank you, you´re the bestˇˇ
holyo is offline   Reply With Quote

Old   November 9, 2009, 20:52
Default Great.
  #8
Senior Member
 
PSYMN's Avatar
 
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47
PSYMN has a spectacular aura aboutPSYMN has a spectacular aura about
I changed mine too while figuring this out, but I really don't like the large bold print. I will change it back as soon as I can find the time...
PSYMN is offline   Reply With Quote

Old   November 30, 2012, 11:27
Default
  #9
Senior Member
 
PSYMN's Avatar
 
Simon Pereira
Join Date: Mar 2009
Location: Ann Arbor, MI
Posts: 2,663
Blog Entries: 1
Rep Power: 47
PSYMN has a spectacular aura aboutPSYMN has a spectacular aura about
Just an FYI... I got some question about if this builder.tcl file was still good for R14... I just tested it and got no errors... But just to be safe, if you replace your file, always rename the old one (like builder_original14.tcl) just in case you want to go back.

But for anyone with a text editor, you can dig thru the file and pretty easily figure out what it does. You can replace the $normalfont with $bigfont or $boldfont or any of the variables you see at the start.

This file has the "DefaultFont" set to $bigfont

Quote:
set GUIDisplayData("DefaultFont") $bigfont
And it has the "TabFont", "MenuFont" "MenuBarFont" "DEZTitleFont" "LabelFont" "EntryFont" "ButtonFont" "CheckButtonFont" "RadioButtonFont" "BubbleFont" and a few more set to $bigfont.


You can even custom define the fonts if you like...

Quote:
set GUIDisplayData("ButtonFont") [font create -family Helvetica -size 8 -weight normal]

You can also set options like "LabelJustify" "TextEntryWidth", etc.

You will also see that you can set the sizes based on the "Select Icon Size" Display setting... Maybe you want to make the large text only appear if someone sets the ICONS to Huge... (I should have done it that way).

The ICEM CFD UI is tcl code and very very flexible.
__________________
-----------------------------------------
Please help guide development at ANSYS by filling in these surveys

Public ANSYS ICEM CFD Users Survey

This second one is more general (Gambit, TGrid and ANSYS Meshing users welcome)...

CFD Online Users Survey
PSYMN is offline   Reply With Quote

Old   September 5, 2013, 20:26
Default Hey guys,
  #10
Senior Member
 
Alhasan's Avatar
 
Hasan K.J.
Join Date: Dec 2011
Location: Bristol, United Kingdom
Posts: 200
Rep Power: 15
Alhasan is on a distinguished road
I have similar problem of Size being too small in Ubuntu 12.04 and i also had to install Xfonts 75dpi and 100dpi to get it working

so any wise suggestions so that i can see what i am even clicking on ICEM

Thanks for your time

Hasan K.J
Alhasan is offline   Reply With Quote

Old   November 5, 2014, 00:02
Default
  #11
New Member
 
krainly
Join Date: Nov 2014
Posts: 1
Rep Power: 0
krainly is on a distinguished road
Quote:
Originally Posted by PSYMN View Post
I changed mine too while figuring this out, but I really don't like the large bold print. I will change it back as soon as I can find the time...
hi, I solved the problem ,many thanks. I do not like "large bold",and can you tell me how to change the font.
Thank you.I am sorry for my poor English.
krainly is offline   Reply With Quote

Old   March 9, 2019, 22:05
Default Workaroud for new icemcfd version
  #12
Member
 
MSR CHANDRA MURTHY
Join Date: Mar 2009
Posts: 33
Rep Power: 17
chandramurthy is on a distinguished road
Quote:
Originally Posted by PSYMN View Post
Alright, I guess due to problems we had with system text (particularly white system text), we now control the text.

For the message window, you can adjust the size with this replay file (or just type it in the message window). Note the line with the # is to turn it back again, just move the hash mark to the other “set use_font” lins… This is not saved with the settings, so you will need to do it each time… Or just restart to reset the normal text size.

global mess_frame bigfont normalfont
set use_font $bigfont
# set use_font $normalfont
$mess_frame.text configure -font $use_font


If you want to change the GUI (menu’s, DEZ, etc.) you will need to change the file:

ai_env/techTk/builder.tcl

I attached the changed file. If you want to change back to our normal font you can change line 122 (in the changed file) from:

if 0 {

to

if 1 {

It is always a good idea to save the original file before overwriting this file. Again, I recommend the ml.exe editor for playing with these tcl code files.

Have fun.

I think things have changed quite a bit in new versions, in the latest version on date for fixing font size of icemcfd, the following changes worked


layout.tcl change line 34 from "set SmallScreen 0" to "set SmallScreen 1"


builder.tcl change lines 109-125 for all arguments to $boldfont (some of them were $nonboldfont)


and launch as icemcfd -log log.txt from terminal
chandramurthy is offline   Reply With Quote

Old   May 23, 2023, 10:52
Default Font Size & ICEM CFD Icons
  #13
New Member
 
Darwin
Join Date: Sep 2022
Posts: 5
Rep Power: 3
dmaestre is on a distinguished road
Hello everyone,

Recently I did a windows system reboot of my laptop and then installed ICEM CFD again. When I try to work with ICEM I had a problem with the font size for all commands and icons, they are too small, and also the font size to replay scripts have the same problem.

Can anyone help me with that please ? I would like to increase the font size. This problem is just with ICEM. For Fluent and Workbench window all is ok.
dmaestre is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Problems in compiling paraview in Suse 10.3 platform chiven OpenFOAM Installation 3 December 1, 2009 07:21
[Commercial meshers] ST_Malloc: out of memory.malloc_storage: unable to malloc Velocity SA, cfdproject OpenFOAM Meshing & Mesh Conversion 0 April 14, 2009 15:45
Phase locked average in run time panara OpenFOAM 2 February 20, 2008 14:37
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 09:58.