Roboto-min.stylespace 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <!-- The top level `axes` key defines a list of axis definitions -->
  6. <key>axes</key>
  7. <array>
  8. <!--
  9. Each axis definition must have a `name` and the axis `tag` (duplicate
  10. the information from the Designspace). `locations` is optional, if you
  11. only use format 4 axis values, you don't need to define `locations` on
  12. an axis.
  13. Note that `name` can always be either a string or a dictionary of IETF
  14. BCP 47 language codes to name strings. See "Regular" below for how this
  15. looks like. If it is a string, it will be used to create a name table
  16. entry with it for the language "en" or language ID 0x0409. If it is a
  17. dictionary, it will automatically create appropriate multilingual name
  18. table entries.
  19. The `name` of an axis is a special case: You can define a dictionary
  20. with name mappings, but it's only going to be used if the axis doesn't
  21. already exist in the fvar table. Reason: you can use the `labelname`
  22. element in the `axis` element in a Designspace to define multilingual
  23. names. You can't when you don't define the axis, so you can do it in
  24. the Stylespace instead.
  25. -->
  26. <dict>
  27. <key>name</key>
  28. <string>Weight</string>
  29. <key>tag</key>
  30. <string>wght</string>
  31. <!--
  32. `locations` are a list of dictionaries describing stops on the axis. Each
  33. dictionary models one of format 1, 2 and 3 of the STAT axis values.
  34. -->
  35. <key>locations</key>
  36. <array>
  37. <!--
  38. Format 2 must have at least `name`, `value` and `range` with (min,
  39. max) values. `flags` is optional.
  40. -->
  41. <dict>
  42. <key>name</key>
  43. <string>Thin</string>
  44. <key>value</key>
  45. <integer>100</integer>
  46. <key>linked_value</key>
  47. <integer>100</integer>
  48. <key>flags</key>
  49. <array>
  50. <string>ElidableAxisValueName</string>
  51. </array>
  52. </dict>
  53. <dict>
  54. <key>name</key>
  55. <string>ExtraLight</string>
  56. <key>value</key>
  57. <integer>200</integer>
  58. <key>linked_value</key>
  59. <integer>200</integer>
  60. <key>flags</key>
  61. <array>
  62. <string>ElidableAxisValueName</string>
  63. </array>
  64. </dict>
  65. <dict>
  66. <key>name</key>
  67. <string>Light</string>
  68. <key>value</key>
  69. <integer>300</integer>
  70. <key>linked_value</key>
  71. <integer>300</integer>
  72. <key>flags</key>
  73. <array>
  74. <string>ElidableAxisValueName</string>
  75. </array>
  76. </dict>
  77. <dict>
  78. <key>name</key>
  79. <string>Regular</string>
  80. <key>value</key>
  81. <integer>400</integer>
  82. <key>linked_value</key>
  83. <integer>400</integer>
  84. <key>flags</key>
  85. <array>
  86. <string>ElidableAxisValueName</string>
  87. </array>
  88. </dict>
  89. <dict>
  90. <key>name</key>
  91. <string>Medium</string>
  92. <key>value</key>
  93. <integer>500</integer>
  94. <key>linked_value</key>
  95. <integer>500</integer>
  96. <key>flags</key>
  97. <array>
  98. <string>ElidableAxisValueName</string>
  99. </array>
  100. </dict>
  101. <dict>
  102. <key>name</key>
  103. <string>SemiBold</string>
  104. <key>value</key>
  105. <integer>600</integer>
  106. <key>linked_value</key>
  107. <integer>600</integer>
  108. <key>flags</key>
  109. <array>
  110. <string>ElidableAxisValueName</string>
  111. </array>
  112. </dict>
  113. <dict>
  114. <key>name</key>
  115. <string>Bold</string>
  116. <key>value</key>
  117. <integer>700</integer>
  118. <key>linked_value</key>
  119. <integer>700</integer>
  120. <key>flags</key>
  121. <array>
  122. <string>ElidableAxisValueName</string>
  123. </array>
  124. </dict>
  125. <dict>
  126. <key>name</key>
  127. <string>ExtraBold</string>
  128. <key>value</key>
  129. <integer>800</integer>
  130. <key>linked_value</key>
  131. <integer>800</integer>
  132. <key>flags</key>
  133. <array>
  134. <string>ElidableAxisValueName</string>
  135. </array>
  136. </dict>
  137. <dict>
  138. <key>name</key>
  139. <string>Black</string>
  140. <key>value</key>
  141. <integer>900</integer>
  142. <key>linked_value</key>
  143. <integer>900</integer>
  144. <key>flags</key>
  145. <array>
  146. <string>ElidableAxisValueName</string>
  147. </array>
  148. </dict>
  149. </array>
  150. </dict>
  151. <dict>
  152. <key>name</key>
  153. <string>Width</string>
  154. <key>tag</key>
  155. <string>wdth</string>
  156. <!--
  157. `locations` are a list of dictionaries describing stops on the axis. Each
  158. dictionary models one of format 1, 2 and 3 of the STAT axis values.
  159. -->
  160. <key>locations</key>
  161. <array>
  162. <!--
  163. Format 2 must have at least `name`, `value` and `range` with (min,
  164. max) values. `flags` is optional.
  165. -->
  166. <dict>
  167. <key>name</key>
  168. <string>Condensed</string>
  169. <key>value</key>
  170. <integer>75</integer>
  171. </dict>
  172. <dict>
  173. <key>name</key>
  174. <string>Normal</string>
  175. <key>value</key>
  176. <integer>100</integer>
  177. </dict>
  178. </array>
  179. </dict>
  180. <dict>
  181. <key>name</key>
  182. <string>Italic</string>
  183. <key>tag</key>
  184. <string>ital</string>
  185. <!--
  186. `locations` are a list of dictionaries describing stops on the axis. Each
  187. dictionary models one of format 1, 2 and 3 of the STAT axis values.
  188. -->
  189. <key>locations</key>
  190. <array>
  191. <dict>
  192. <key>name</key>
  193. <string>Normal</string>
  194. <key>value</key>
  195. <integer>0</integer>
  196. <key>linked_value</key>
  197. <integer>1</integer>
  198. <key>flags</key>
  199. <array>
  200. <string>ElidableAxisValueName</string>
  201. </array>
  202. </dict>
  203. <dict>
  204. <key>name</key>
  205. <string>Italic</string>
  206. <key>value</key>
  207. <integer>1</integer>
  208. <key>linked_value</key>
  209. <integer>1</integer>
  210. <key>flags</key>
  211. <array>
  212. <string>ElidableAxisValueName</string>
  213. </array>
  214. </dict>
  215. </array>
  216. </dict>
  217. </array>
  218. </dict>
  219. </plist>