Display the text of a list box or drop-down list in a fixed-width font.
This attribute determines whether a list_box or popup_list (drop-down list box) displays text in a fixed pitch font, such as Courier. Using this attribute makes it easier to line up text in columns.
flag: true or false (default).
Example
fixed_width_font = true;
Valid Tiles
Tell me about...