PageRenderTime 63ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/fonts.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 161 lines | 144 code | 17 blank | 0 comment | 0 complexity | af7b4b17752ce4db7b6e94ce62bcbe04 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <fonts>
  3. <font name="default" comment="default font files (global fallbacks)">
  4. <file>DejaVuSans.ttf</file>
  5. <os name="Windows">
  6. <file>MSGOTHIC.TTC</file>
  7. <file>gulim.ttc</file>
  8. <file>simhei.ttf</file>
  9. <file>ArialUni.ttf</file>
  10. </os>
  11. <os name="Mac">
  12. <file>???????? Pro W3.otf</file>
  13. <file>???????? ProN W3.otf</file>
  14. <file>AppleGothic.dfont</file>
  15. <file>AppleGothic.ttf</file>
  16. <file>????.ttf</file>
  17. </os>
  18. </font>
  19. <font name="SansSerifBold"
  20. comment="Name of bold sans-serif font">
  21. <file>DejaVuSans-Bold.ttf</file>
  22. <os name="Windows">
  23. <file>arialbd.ttf</file>
  24. </os>
  25. <os name="Mac">
  26. <file>Helvetica.dfont</file>
  27. </os>
  28. </font>
  29. <font name="SansSerif" comment="Name of san-serif font (Truetype file name)">
  30. <file>DejaVuSans.ttf</file>
  31. <os name="Windows">
  32. <file>arial.ttf</file>
  33. </os>
  34. <os name="Mac">
  35. <file>Helvetica.dfont</file>
  36. </os>
  37. </font>
  38. <font name="SansSerif"
  39. comment="Name of bold sans-serif font"
  40. font_style="BOLD">
  41. <file>DejaVuSans-Bold.ttf</file>
  42. </font>
  43. <font name="SansSerif"
  44. comment="Name of italic sans-serif font"
  45. font_style="ITALIC">
  46. <file>DejaVuSans-Oblique.ttf</file>
  47. </font>
  48. <font name="SansSerif"
  49. comment="Name of bold italic sans-serif font"
  50. font_style="BOLD|ITALIC">
  51. <file>DejaVuSans-BoldOblique.ttf</file>
  52. </font>
  53. <font name="Monospace"
  54. comment="Name of monospace font">
  55. <file>DejaVuSansMono.ttf</file>
  56. </font>
  57. <font name="DejaVu"
  58. comment="Name of DejaVu font">
  59. <file>DejaVuSans.ttf</file>
  60. </font>
  61. <font name="DejaVu"
  62. comment="Name of DejaVu font (bold)"
  63. font_style="BOLD">
  64. <file>DejaVuSans-Bold.ttf</file>
  65. </font>
  66. <font name="DejaVu"
  67. comment="Name of DejaVu font (italic)"
  68. font_style="ITALIC">
  69. <file>DejaVuSans-Oblique.ttf</file>
  70. </font>
  71. <font name="DejaVu"
  72. comment="Name of DejaVu font (bold italic)"
  73. font_style="BOLD|ITALIC">
  74. <file>DejaVuSans-BoldOblique.ttf</file>
  75. </font>
  76. <font name="Helvetica"
  77. comment="Name of Helvetica font">
  78. <file>DejaVuSans.ttf</file>
  79. <os name="Windows">
  80. <file>arial.ttf</file>
  81. </os>
  82. <os name="Mac">
  83. <file>arial.ttf</file>
  84. </os>
  85. </font>
  86. <font name="Helvetica"
  87. comment="Name of Helvetica font (bold)"
  88. font_style="BOLD">
  89. <file>DejaVuSans-Bold.ttf</file>
  90. <os name="Windows">
  91. <file>arialbd.ttf</file>
  92. </os>
  93. <os name="Mac">
  94. <file>arialbd.ttf</file>
  95. </os>
  96. </font>
  97. <font name="Helvetica"
  98. comment="Name of Helvetica font (italic)"
  99. font_style="ITALIC">
  100. <file>DejaVuSans-Oblique.ttf</file>
  101. <os name="Windows">
  102. <file>ariali.ttf</file>
  103. </os>
  104. <os name="Mac">
  105. <file>ariali.ttf</file>
  106. </os>
  107. </font>
  108. <font name="Helvetica"
  109. comment="Name of Helvetica font (bold italic)"
  110. font_style="BOLD|ITALIC">
  111. <file>DejaVuSans-BoldOblique.ttf</file>
  112. <os name="Windows">
  113. <file>arialbi.ttf</file>
  114. </os>
  115. <os name="Mac">
  116. <file>arialbi.ttf</file>
  117. </os>
  118. </font>
  119. <font name="OverrideTest"
  120. comment="Name of font to test overriding">
  121. <file>times.ttf</file>
  122. <file>DejaVuSans.ttf</file>
  123. </font>
  124. <font_size name="Monospace"
  125. comment="Size for monospaced font (points, or 1/72 of an inch)"
  126. size="8.0"
  127. />
  128. <font_size name="Huge"
  129. comment="Size of huge font (points, or 1/72 of an inch)"
  130. size="16.0"
  131. />
  132. <font_size name="Large"
  133. comment="Size of large font (points, or 1/72 of an inch)"
  134. size="10.6"
  135. />
  136. <font_size name="Medium"
  137. comment="Size of medium font (points, or 1/72 of an inch)"
  138. size="8.6"
  139. />
  140. <font_size name="Small"
  141. comment="Size of small font (points, or 1/72 of an inch)"
  142. size="7.6"
  143. />
  144. </fonts>