Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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=Dialog
  12.  
  13. # You can use the font.size property to affect how large or small the text
  14. # will appear. This must be an integer greater than zero, and if omitted
  15. # the default size used is 18.
  16. font.size=16
  17.  
  18. # This property enables anti-aliasing which blurs the edges of the font to
  19. # make it seem less jagged, but this can also make the font seem less sharp.
  20. # The property should be set to either the word "true" or "false, and you'll
  21. # have to experiment with both options to determine which one looks better.
  22. # If font.antialias is missing, the default is to disable anti-aliasing.
  23. font.antialias=true
  24. #font.antialias=true
  25.  
  26. # By default, Minecraft draws drop shadow for any text in the GUIs and the
  27. # chat. Setting this to "false" will disable this shadow which can make some
  28. # fonts more readable.
  29. font.dropshadow=true
  30. #font.dropshadow=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement