Roboto-min.stylespace 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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. </dict>
  49. <dict>
  50. <key>name</key>
  51. <string>ExtraLight</string>
  52. <key>value</key>
  53. <integer>200</integer>
  54. <key>linked_value</key>
  55. <integer>200</integer>
  56. </dict>
  57. <dict>
  58. <key>name</key>
  59. <string>Light</string>
  60. <key>value</key>
  61. <integer>300</integer>
  62. <key>linked_value</key>
  63. <integer>300</integer>
  64. </dict>
  65. <dict>
  66. <key>name</key>
  67. <string>Regular</string>
  68. <key>value</key>
  69. <integer>400</integer>
  70. <key>linked_value</key>
  71. <integer>400</integer>
  72. <key>flags</key>
  73. <array>
  74. <string>ElidableAxisValueName</string>
  75. </array>
  76. </dict>
  77. <dict>
  78. <key>name</key>
  79. <string>Medium</string>
  80. <key>value</key>
  81. <integer>500</integer>
  82. <key>linked_value</key>
  83. <integer>500</integer>
  84. </dict>
  85. <dict>
  86. <key>name</key>
  87. <string>SemiBold</string>
  88. <key>value</key>
  89. <integer>600</integer>
  90. <key>linked_value</key>
  91. <integer>600</integer>
  92. </dict>
  93. <dict>
  94. <key>name</key>
  95. <string>Bold</string>
  96. <key>value</key>
  97. <integer>700</integer>
  98. <key>linked_value</key>
  99. <integer>700</integer>
  100. </dict>
  101. <dict>
  102. <key>name</key>
  103. <string>ExtraBold</string>
  104. <key>value</key>
  105. <integer>800</integer>
  106. <key>linked_value</key>
  107. <integer>800</integer>
  108. </dict>
  109. <dict>
  110. <key>name</key>
  111. <string>Black</string>
  112. <key>value</key>
  113. <integer>900</integer>
  114. <key>linked_value</key>
  115. <integer>900</integer>
  116. </dict>
  117. </array>
  118. </dict>
  119. <dict>
  120. <key>name</key>
  121. <string>Width</string>
  122. <key>tag</key>
  123. <string>wdth</string>
  124. <!--
  125. `locations` are a list of dictionaries describing stops on the axis. Each
  126. dictionary models one of format 1, 2 and 3 of the STAT axis values.
  127. -->
  128. <key>locations</key>
  129. <array>
  130. <!--
  131. Format 2 must have at least `name`, `value` and `range` with (min,
  132. max) values. `flags` is optional.
  133. -->
  134. <dict>
  135. <key>name</key>
  136. <string>Condensed Thin</string>
  137. <key>value</key>
  138. <integer>100</integer>
  139. <key>linked_value</key>
  140. <integer>75</integer>
  141. </dict>
  142. <dict>
  143. <key>name</key>
  144. <string>Condensed ExtraLight</string>
  145. <key>value</key>
  146. <integer>75</integer>
  147. </dict>
  148. <dict>
  149. <key>name</key>
  150. <string>Condensed Light</string>
  151. <key>value</key>
  152. <integer>75</integer>
  153. </dict>
  154. <dict>
  155. <key>name</key>
  156. <string>Condensed Regular</string>
  157. <key>value</key>
  158. <integer>75</integer>
  159. <key>flags</key>
  160. <array>
  161. <string>ElidableAxisValueName</string>
  162. </array>
  163. </dict>
  164. <dict>
  165. <key>name</key>
  166. <string>Condensed Medium</string>
  167. <key>value</key>
  168. <integer>75</integer>
  169. </dict>
  170. <dict>
  171. <key>name</key>
  172. <string>Condensed SemiBold</string>
  173. <key>value</key>
  174. <integer>75</integer>
  175. </dict>
  176. <dict>
  177. <key>name</key>
  178. <string>Condensed Bold</string>
  179. <key>value</key>
  180. <integer>75</integer>
  181. </dict>
  182. <dict>
  183. <key>name</key>
  184. <string>Condensed ExtraBold</string>
  185. <key>value</key>
  186. <integer>75</integer>
  187. </dict>
  188. <dict>
  189. <key>name</key>
  190. <string>Condensed Black</string>
  191. <key>value</key>
  192. <integer>75</integer>
  193. </dict>
  194. </array>
  195. </dict>
  196. <dict>
  197. <key>name</key>
  198. <string>Italic</string>
  199. <key>tag</key>
  200. <string>ital</string>
  201. <!--
  202. `locations` are a list of dictionaries describing stops on the axis. Each
  203. dictionary models one of format 1, 2 and 3 of the STAT axis values.
  204. -->
  205. <key>locations</key>
  206. <array>
  207. <dict>
  208. <key>name</key>
  209. <string>Normal</string>
  210. <key>value</key>
  211. <integer>0</integer>
  212. <key>linked_value</key>
  213. <integer>1</integer>
  214. <key>flags</key>
  215. <array>
  216. <string>ElidableAxisValueName</string>
  217. </array>
  218. </dict>
  219. <dict>
  220. <key>name</key>
  221. <string>Italic</string>
  222. <key>value</key>
  223. <integer>1</integer>
  224. <key>linked_value</key>
  225. <integer>1</integer>
  226. <key>flags</key>
  227. <array>
  228. <string>ElidableAxisValueName</string>
  229. </array>
  230. </dict>
  231. </array>
  232. </dict>
  233. </array>
  234. </dict>
  235. </plist>