Advertisement
uriel1998

Untitled

Apr 17th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. # This is the BetterFonts configuration file. Any lines that start with # are
  2. # comments and get ignored. If the same property name appears multiple times
  3. # in the file, only the last value will be used.
  4.  
  5. # The font.name property changes the default font used in Minecraft. This can
  6. # be the name of a real font like Times New Roman, or one of Java's logical
  7. # fonts like Serif, SansSerif, or Monospaced. If font.name is missing, the
  8. # default font used will be SansSerif.
  9. #font.name=SansSerif
  10. #font.name=Monospaced
  11. #font.name=Times New Roman
  12. font.name=Inconsolata
  13.  
  14. # You can use the font.size property to affect how large or small the text
  15. # will appear. This must be an integer greater than zero, and if omitted
  16. # the default size used is 18.
  17. font.size=18
  18.  
  19. # This property enables anti-aliasing which blurs the edges of the font to
  20. # make it seem less jagged, but this can also make the font seem less sharp.
  21. # The property should be set to either the word "true" or "false, and you'll
  22. # have to experiment with both options to determine which one looks better.
  23. # If font.antialias is missing, the default is to disable anti-aliasing.
  24. #font.antialias=false
  25. font.antialias=true
  26.  
  27. # By default, Minecraft draws drop shadow for any text in the GUIs and the
  28. # chat. Setting this to "false" will disable this shadow which can make some
  29. # fonts more readable.
  30. #font.dropshadow=true
  31. font.dropshadow=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement