#============================================================================== # Script that changes the default font settings. #==============================================================================
Font.default_size = 18 # Default - 20 Font.default_name = ["Times New Roman"] # Font names are used in order. If the first is not available, the second will be used, etc.. Font.default_bold = TRUE # Default - FALSE Font.default_italic = FALSE # Default - FALSE Font.default_shadow = TRUE # Default - TRUE