Advertisement
Guest User

Untitled

a guest
Mar 13th, 2016
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. "DefaultFixedOutline" //edited by INsane 2010 for small netgraph font on all screen sizes
  2. {
  3. "1" //For screen heights between 768 and 1023 (eg 4:3 aspect Width 1024X768 High... 16:9 aspect Width 1360x768 High, 16:9 aspect Width 1776x1000 High... 16:10 aspect Width 1280x768 High, 16:10 aspect Width 1280x800 High, 16:10 aspect Width 1400x900 High.)
  4. {
  5. "name" "Microsoft Sans Serif" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts
  6. "name" "Lucida Console" [$X360] //"Lucida Console"
  7. "name" "Verdana" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS
  8. "tall" "13" [$POSIX] // "11"
  9. "tall" "13" //good positioning is ... "net_graphpos 203" and "net_graphheight 85" and ensure you select "outline" "1" with all others off with "Microsoft Sans Serif" font.
  10. "tall_lodef" "15" //"15"
  11. "tall_hidef" "20" //"20"
  12. "weight" "0"
  13. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  14. "yres" "768 1023"
  15. "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts.
  16. "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look
  17. "antialias" "0" //not default added //smoothing the edges.
  18. }
  19. "2" //For screen heights between 1024 and 1199 (eg 4:3 aspect Width 1280X1024 High, Width 1400X1050 High... 16:9 aspect Width 1920x1080 High... 16:10 aspect Width 1680x1050 High.)
  20. {
  21. "name" "Microsoft Sans Serif" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts
  22. "name" "Lucida Console" [$X360] //"Lucida Console"
  23. "name" "Arial" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" Mac Installation location: /Library/Fonts and is default on Mac OS
  24. "tall" "14" [$POSIX] // "11"
  25. "tall" "14" // good positioning is ... net_graphheight 87 and net_graphpos 210 and ensure you select "outline" "1" with all others off with Ariel font.
  26. "tall_lodef" "15" //"15"
  27. "tall_hidef" "20" //"20"
  28. "weight" "0"
  29. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  30. "yres" "1024 1199"
  31. "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts.
  32. "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look
  33. "antialias" "0" //not default added //smoothing the edges.
  34. }
  35. "3" //For screen heights between 1200 and 6000 (6000...wow that's freaking huge!) (eg 4:3 aspect Width 1600X1200 High... 16:10 aspect Width 1920x1200 High.... and beyond)
  36. {
  37. "name" "Microsoft Sans Serif" [$WINDOWS] // Standard is "Lucida Console" Options are "Microsoft Sans Serif" "Georgia" "Impact" "Arial MT" and the best for small = "Haettenschweiler" but is a MS office and Win7 font, can be downloaded, google "Haettenschweiler" and install in C:/Windows/Fonts
  38. "name" "Lucida Console" [$X360] //"Lucida Console"
  39. "name" "Arial" [$POSIX] // Apple Mac OS "Verdana" (default) Best small font = "Georgia" and "Arial" Mac Installation location: /Library/Fonts and is default on Mac OS
  40. "tall" "15" [$POSIX] // "11"
  41. "tall" "15" // good positioning is ... net_graphheight 95 and net_graphpos 225 and ensure you select "outline" "1" with all others off with Ariel font.
  42. "tall_lodef" "15" //"15"
  43. "tall_hidef" "20" //"20"
  44. "weight" "0"
  45. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  46. "yres" "1200 6000"
  47. "outline" "1" //"1" //Adds a black outline around the text, good for standing out... that is, if the font allows it, use with caution on smaller fonts.
  48. "additive" "0" //not default added //This adds white to font...sort of a glow effect on coloured fonts and gives a washed out pastel look
  49. "antialias" "0" //not default added //smoothing the edges.
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement