tirkaroKujo

Default Font Size

Jul 10th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #==============================================================================
  2. # Script that changes the default font settings.
  3. #==============================================================================
  4.  
  5. Font.default_size = 15 # Default - 20
  6. Font.default_name = ["VL-Gothic"] # Font names are used in order. If the first is not available, the second will be used, etc..
  7. Font.default_bold = false # Default - FALSE
  8. Font.default_italic = false # Default - FALSE
  9. Font.default_shadow = false # Default - TRUE
Advertisement
Add Comment
Please, Sign In to add comment