fontist 1.3.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/check_google.yml +28 -0
  3. data/.github/workflows/macosx.yml +3 -0
  4. data/.github/workflows/ubuntu.yml +1 -1
  5. data/.github/workflows/windows.yml +1 -1
  6. data/.gitignore +6 -0
  7. data/.hound.yml +2 -0
  8. data/.rubocop.yml +22 -0
  9. data/README.md +224 -0
  10. data/bin/check_google +8 -0
  11. data/bin/convert_formulas +8 -0
  12. data/bin/fontist +7 -0
  13. data/bin/generate_otfinfo +8 -0
  14. data/bin/import_google +8 -0
  15. data/fontist.gemspec +15 -1
  16. data/lib/fontist.rb +19 -13
  17. data/lib/fontist/cli.rb +168 -0
  18. data/lib/fontist/errors.rb +6 -0
  19. data/lib/fontist/font.rb +145 -7
  20. data/lib/fontist/font_formula.rb +42 -7
  21. data/lib/fontist/fontist_font.rb +70 -0
  22. data/lib/fontist/formula.rb +31 -9
  23. data/lib/fontist/formula_template.rb +122 -0
  24. data/lib/fontist/formulas.rb +41 -0
  25. data/lib/fontist/import.rb +9 -0
  26. data/lib/fontist/import/convert_formulas.rb +65 -0
  27. data/lib/fontist/import/create_formula.rb +59 -0
  28. data/lib/fontist/import/extractors.rb +5 -0
  29. data/lib/fontist/import/extractors/cab_extractor.rb +37 -0
  30. data/lib/fontist/import/extractors/extractor.rb +19 -0
  31. data/lib/fontist/import/extractors/ole_extractor.rb +41 -0
  32. data/lib/fontist/import/extractors/seven_zip_extractor.rb +44 -0
  33. data/lib/fontist/import/extractors/zip_extractor.rb +31 -0
  34. data/lib/fontist/import/files/collection_file.rb +52 -0
  35. data/lib/fontist/import/files/file_requirement.rb +17 -0
  36. data/lib/fontist/import/files/font_detector.rb +48 -0
  37. data/lib/fontist/import/formula_builder.rb +166 -0
  38. data/lib/fontist/import/formula_serializer.rb +133 -0
  39. data/lib/fontist/import/google.rb +16 -0
  40. data/lib/fontist/import/google/fonts_public.md +10 -0
  41. data/lib/fontist/import/google/fonts_public.pb.rb +71 -0
  42. data/lib/fontist/import/google/fonts_public.proto +46 -0
  43. data/lib/fontist/import/google/new_fonts_fetcher.rb +121 -0
  44. data/lib/fontist/import/google/skiplist.yml +8 -0
  45. data/lib/fontist/import/google_check.rb +34 -0
  46. data/lib/fontist/import/google_import.rb +180 -0
  47. data/lib/fontist/import/helpers/hash_helper.rb +13 -0
  48. data/lib/fontist/import/helpers/system_helper.rb +23 -0
  49. data/lib/fontist/import/otf/font_file.rb +105 -0
  50. data/lib/fontist/import/otf_parser.rb +25 -0
  51. data/lib/fontist/import/otf_style.rb +29 -0
  52. data/lib/fontist/import/otfinfo/otfinfo_requirement.rb +22 -0
  53. data/lib/fontist/import/otfinfo/template.erb +20 -0
  54. data/lib/fontist/import/otfinfo_generate.rb +45 -0
  55. data/lib/fontist/import/recursive_extraction.rb +185 -0
  56. data/lib/fontist/import/template_helper.rb +19 -0
  57. data/lib/fontist/import/text_helper.rb +30 -0
  58. data/lib/fontist/manifest.rb +2 -0
  59. data/lib/fontist/manifest/install.rb +32 -0
  60. data/lib/fontist/manifest/locations.rb +60 -0
  61. data/lib/fontist/system_font.rb +66 -22
  62. data/lib/fontist/utils.rb +5 -0
  63. data/lib/fontist/utils/cache.rb +88 -0
  64. data/lib/fontist/utils/downloader.rb +66 -9
  65. data/lib/fontist/utils/dsl.rb +8 -0
  66. data/lib/fontist/utils/dsl/collection_font.rb +36 -0
  67. data/lib/fontist/utils/dsl/font.rb +38 -0
  68. data/lib/fontist/utils/exe_extractor.rb +25 -22
  69. data/lib/fontist/utils/msi_extractor.rb +31 -0
  70. data/lib/fontist/utils/seven_zip_extractor.rb +41 -0
  71. data/lib/fontist/utils/system.rb +23 -0
  72. data/lib/fontist/utils/ui.rb +12 -0
  73. data/lib/fontist/utils/zip_extractor.rb +22 -8
  74. data/lib/fontist/version.rb +1 -1
  75. metadata +173 -49
  76. data/lib/fontist/formulas/andale_font.rb +0 -80
  77. data/lib/fontist/formulas/arial_black_font.rb +0 -79
  78. data/lib/fontist/formulas/cleartype_fonts.rb +0 -227
  79. data/lib/fontist/formulas/comic_font.rb +0 -78
  80. data/lib/fontist/formulas/courier_font.rb +0 -81
  81. data/lib/fontist/formulas/euphemia_font.rb +0 -85
  82. data/lib/fontist/formulas/georgia_font.rb +0 -80
  83. data/lib/fontist/formulas/impact_font.rb +0 -78
  84. data/lib/fontist/formulas/montserrat_font.rb +0 -132
  85. data/lib/fontist/formulas/ms_truetype_fonts.rb +0 -125
  86. data/lib/fontist/formulas/open_sans_fonts.rb +0 -263
  87. data/lib/fontist/formulas/overpass_font.rb +0 -73
  88. data/lib/fontist/formulas/source_fonts.rb +0 -109
  89. data/lib/fontist/formulas/stix_fonts.rb +0 -108
  90. data/lib/fontist/formulas/tahoma_font.rb +0 -147
  91. data/lib/fontist/formulas/webding_font.rb +0 -78
  92. data/spec/fontist/font_formula_spec.rb +0 -67
  93. data/spec/fontist/font_spec.rb +0 -113
  94. data/spec/fontist/formula_spec.rb +0 -67
  95. data/spec/fontist/formulas/andale_font_spec.rb +0 -29
  96. data/spec/fontist/formulas/arial_black_font_spec.rb +0 -29
  97. data/spec/fontist/formulas/cleartype_fonts_spec.rb +0 -38
  98. data/spec/fontist/formulas/comic_font_spec.rb +0 -29
  99. data/spec/fontist/formulas/courier_font_spec.rb +0 -29
  100. data/spec/fontist/formulas/euphemia_font_spec.rb +0 -29
  101. data/spec/fontist/formulas/georgia_font_spec.rb +0 -29
  102. data/spec/fontist/formulas/impact_font_spec.rb +0 -29
  103. data/spec/fontist/formulas/montserrat_font_spec.rb +0 -29
  104. data/spec/fontist/formulas/ms_truetype_fonts_spec.rb +0 -29
  105. data/spec/fontist/formulas/open_sans_fonts_spec.rb +0 -29
  106. data/spec/fontist/formulas/overpass_font_spec.rb +0 -29
  107. data/spec/fontist/formulas/source_fonts_spec.rb +0 -31
  108. data/spec/fontist/formulas/stix_fonts_spec.rb +0 -29
  109. data/spec/fontist/formulas/tahoma_font_spec.rb +0 -29
  110. data/spec/fontist/formulas/webding_font_spec.rb +0 -29
  111. data/spec/fontist/registry_spec.rb +0 -47
  112. data/spec/fontist/system_font_spec.rb +0 -44
  113. data/spec/fontist/utils/downloader_spec.rb +0 -35
  114. data/spec/fontist_spec.rb +0 -5
  115. data/spec/spec_helper.rb +0 -22
  116. data/spec/support/fontist_helper.rb +0 -10
@@ -1,263 +0,0 @@
1
- module Fontist
2
- module Formulas
3
- class OpenSansFonts < FontFormula
4
- desc "Open Sans Font"
5
- homepage "https://www.ascender.com"
6
-
7
- resource "open-sans.zip" do
8
- url "https://www.fontsquirrel.com/fonts/download/open-sans"
9
-
10
- # Note
11
- #
12
- # Fontsquirrel doesn't ensure each download will contains
13
- # the same sha for the file, so we don't have a direct way
14
- # to verify this unless we host a downloed file somewhere.
15
- #
16
- # sha256 "7a76476bd61eb3cb4fe19d08f528435db123f1a9167f8f0063f6f98cbf2662c4"
17
- end
18
-
19
- provides_font("OpenSans", match_styles_from_file: {
20
- "Light" => "OpenSans-Light.ttf",
21
- "Light Italic" => "OpenSans-LightItalic.ttf",
22
- "Regular" => "OpenSans-Regular.ttf",
23
- "Italic" => "OpenSans-Italic.ttf",
24
- "Semibold" => "OpenSans-Semibold.ttf",
25
- "Semibold Italic" => "OpenSans-SemiboldItalic.ttf",
26
- "Bold" => "OpenSans-Bold.ttf",
27
- "Bold Italic" => "OpenSans-BoldItalic.ttf",
28
- "Extra Bold" => "OpenSans-ExtraBold.ttf",
29
- "Extra Bold Italic" => "OpenSans-ExtraBoldItalic.ttf"
30
- })
31
-
32
- def extract
33
- resource("open-sans.zip") do |resource|
34
- zip_extract(resource) do |fontdir|
35
- match_fonts(fontdir, "OpenSans")
36
- end
37
- end
38
- end
39
-
40
- def install
41
- case platform
42
- when :macos
43
- install_matched_fonts "$HOME/Library/Fonts/OpenSans"
44
- when :linux
45
- install_matched_fonts "/usr/share/fonts/truetype/opensans"
46
- end
47
- end
48
-
49
- test do
50
- case platform
51
- when :macos
52
- assert_predicate "$HOME/Library/Fonts/OpenSans/OpenSans-LightItalic.ttf", :exist?
53
- when :linux
54
- assert_predicate "/usr/share/fonts/truetype/opensans/OpenSans-LightItalic.ttf", :exist?
55
- end
56
- end
57
-
58
- open_license <<~EOS
59
- Apache License
60
- Version 2.0, January 2004
61
- http://www.apache.org/licenses/
62
-
63
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
64
-
65
- 1. Definitions.
66
-
67
- "License" shall mean the terms and conditions for use, reproduction,
68
- and distribution as defined by Sections 1 through 9 of this document.
69
-
70
- "Licensor" shall mean the copyright owner or entity authorized by
71
- the copyright owner that is granting the License.
72
-
73
- "Legal Entity" shall mean the union of the acting entity and all
74
- other entities that control, are controlled by, or are under common
75
- control with that entity. For the purposes of this definition,
76
- "control" means (i) the power, direct or indirect, to cause the
77
- direction or management of such entity, whether by contract or
78
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
79
- outstanding shares, or (iii) beneficial ownership of such entity.
80
-
81
- "You" (or "Your") shall mean an individual or Legal Entity
82
- exercising permissions granted by this License.
83
-
84
- "Source" form shall mean the preferred form for making modifications,
85
- including but not limited to software source code, documentation
86
- source, and configuration files.
87
-
88
- "Object" form shall mean any form resulting from mechanical
89
- transformation or translation of a Source form, including but
90
- not limited to compiled object code, generated documentation,
91
- and conversions to other media types.
92
-
93
- "Work" shall mean the work of authorship, whether in Source or
94
- Object form, made available under the License, as indicated by a
95
- copyright notice that is included in or attached to the work
96
- (an example is provided in the Appendix below).
97
-
98
- "Derivative Works" shall mean any work, whether in Source or Object
99
- form, that is based on (or derived from) the Work and for which the
100
- editorial revisions, annotations, elaborations, or other modifications
101
- represent, as a whole, an original work of authorship. For the purposes
102
- of this License, Derivative Works shall not include works that remain
103
- separable from, or merely link (or bind by name) to the interfaces of,
104
- the Work and Derivative Works thereof.
105
-
106
- "Contribution" shall mean any work of authorship, including
107
- the original version of the Work and any modifications or additions
108
- to that Work or Derivative Works thereof, that is intentionally
109
- submitted to Licensor for inclusion in the Work by the copyright owner
110
- or by an individual or Legal Entity authorized to submit on behalf of
111
- the copyright owner. For the purposes of this definition, "submitted"
112
- means any form of electronic, verbal, or written communication sent
113
- to the Licensor or its representatives, including but not limited to
114
- communication on electronic mailing lists, source code control systems,
115
- and issue tracking systems that are managed by, or on behalf of, the
116
- Licensor for the purpose of discussing and improving the Work, but
117
- excluding communication that is conspicuously marked or otherwise
118
- designated in writing by the copyright owner as "Not a Contribution."
119
-
120
- "Contributor" shall mean Licensor and any individual or Legal Entity
121
- on behalf of whom a Contribution has been received by Licensor and
122
- subsequently incorporated within the Work.
123
-
124
- 2. Grant of Copyright License. Subject to the terms and conditions of
125
- this License, each Contributor hereby grants to You a perpetual,
126
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
127
- copyright license to reproduce, prepare Derivative Works of,
128
- publicly display, publicly perform, sublicense, and distribute the
129
- Work and such Derivative Works in Source or Object form.
130
-
131
- 3. Grant of Patent License. Subject to the terms and conditions of
132
- this License, each Contributor hereby grants to You a perpetual,
133
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
134
- (except as stated in this section) patent license to make, have made,
135
- use, offer to sell, sell, import, and otherwise transfer the Work,
136
- where such license applies only to those patent claims licensable
137
- by such Contributor that are necessarily infringed by their
138
- Contribution(s) alone or by combination of their Contribution(s)
139
- with the Work to which such Contribution(s) was submitted. If You
140
- institute patent litigation against any entity (including a
141
- cross-claim or counterclaim in a lawsuit) alleging that the Work
142
- or a Contribution incorporated within the Work constitutes direct
143
- or contributory patent infringement, then any patent licenses
144
- granted to You under this License for that Work shall terminate
145
- as of the date such litigation is filed.
146
-
147
- 4. Redistribution. You may reproduce and distribute copies of the
148
- Work or Derivative Works thereof in any medium, with or without
149
- modifications, and in Source or Object form, provided that You
150
- meet the following conditions:
151
-
152
- (a) You must give any other recipients of the Work or
153
- Derivative Works a copy of this License; and
154
-
155
- (b) You must cause any modified files to carry prominent notices
156
- stating that You changed the files; and
157
-
158
- (c) You must retain, in the Source form of any Derivative Works
159
- that You distribute, all copyright, patent, trademark, and
160
- attribution notices from the Source form of the Work,
161
- excluding those notices that do not pertain to any part of
162
- the Derivative Works; and
163
-
164
- (d) If the Work includes a "NOTICE" text file as part of its
165
- distribution, then any Derivative Works that You distribute must
166
- include a readable copy of the attribution notices contained
167
- within such NOTICE file, excluding those notices that do not
168
- pertain to any part of the Derivative Works, in at least one
169
- of the following places: within a NOTICE text file distributed
170
- as part of the Derivative Works; within the Source form or
171
- documentation, if provided along with the Derivative Works; or,
172
- within a display generated by the Derivative Works, if and
173
- wherever such third-party notices normally appear. The contents
174
- of the NOTICE file are for informational purposes only and
175
- do not modify the License. You may add Your own attribution
176
- notices within Derivative Works that You distribute, alongside
177
- or as an addendum to the NOTICE text from the Work, provided
178
- that such additional attribution notices cannot be construed
179
- as modifying the License.
180
-
181
- You may add Your own copyright statement to Your modifications and
182
- may provide additional or different license terms and conditions
183
- for use, reproduction, or distribution of Your modifications, or
184
- for any such Derivative Works as a whole, provided Your use,
185
- reproduction, and distribution of the Work otherwise complies with
186
- the conditions stated in this License.
187
-
188
- 5. Submission of Contributions. Unless You explicitly state otherwise,
189
- any Contribution intentionally submitted for inclusion in the Work
190
- by You to the Licensor shall be under the terms and conditions of
191
- this License, without any additional terms or conditions.
192
- Notwithstanding the above, nothing herein shall supersede or modify
193
- the terms of any separate license agreement you may have executed
194
- with Licensor regarding such Contributions.
195
-
196
- 6. Trademarks. This License does not grant permission to use the trade
197
- names, trademarks, service marks, or product names of the Licensor,
198
- except as required for reasonable and customary use in describing the
199
- origin of the Work and reproducing the content of the NOTICE file.
200
-
201
- 7. Disclaimer of Warranty. Unless required by applicable law or
202
- agreed to in writing, Licensor provides the Work (and each
203
- Contributor provides its Contributions) on an "AS IS" BASIS,
204
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
205
- implied, including, without limitation, any warranties or conditions
206
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
207
- PARTICULAR PURPOSE. You are solely responsible for determining the
208
- appropriateness of using or redistributing the Work and assume any
209
- risks associated with Your exercise of permissions under this License.
210
-
211
- 8. Limitation of Liability. In no event and under no legal theory,
212
- whether in tort (including negligence), contract, or otherwise,
213
- unless required by applicable law (such as deliberate and grossly
214
- negligent acts) or agreed to in writing, shall any Contributor be
215
- liable to You for damages, including any direct, indirect, special,
216
- incidental, or consequential damages of any character arising as a
217
- result of this License or out of the use or inability to use the
218
- Work (including but not limited to damages for loss of goodwill,
219
- work stoppage, computer failure or malfunction, or any and all
220
- other commercial damages or losses), even if such Contributor
221
- has been advised of the possibility of such damages.
222
-
223
- 9. Accepting Warranty or Additional Liability. While redistributing
224
- the Work or Derivative Works thereof, You may choose to offer,
225
- and charge a fee for, acceptance of support, warranty, indemnity,
226
- or other liability obligations and/or rights consistent with this
227
- License. However, in accepting such obligations, You may act only
228
- on Your own behalf and on Your sole responsibility, not on behalf
229
- of any other Contributor, and only if You agree to indemnify,
230
- defend, and hold each Contributor harmless for any liability
231
- incurred by, or claims asserted against, such Contributor by reason
232
- of your accepting any such warranty or additional liability.
233
-
234
- END OF TERMS AND CONDITIONS
235
-
236
- APPENDIX: How to apply the Apache License to your work.
237
-
238
- To apply the Apache License to your work, attach the following
239
- boilerplate notice, with the fields enclosed by brackets "[]"
240
- replaced with your own identifying information. (Don't include
241
- the brackets!) The text should be enclosed in the appropriate
242
- comment syntax for the file format. We also recommend that a
243
- file or class name and description of purpose be included on the
244
- same "printed page" as the copyright notice for easier
245
- identification within third-party archives.
246
-
247
- Copyright [yyyy] [name of copyright owner]
248
-
249
- Licensed under the Apache License, Version 2.0 (the "License");
250
- you may not use this file except in compliance with the License.
251
- You may obtain a copy of the License at
252
-
253
- http://www.apache.org/licenses/LICENSE-2.0
254
-
255
- Unless required by applicable law or agreed to in writing, software
256
- distributed under the License is distributed on an "AS IS" BASIS,
257
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
258
- See the License for the specific language governing permissions and
259
- limitations under the License.
260
- EOS
261
- end
262
- end
263
- end
@@ -1,73 +0,0 @@
1
- module Fontist
2
- module Formulas
3
- class OverpassFont < FontFormula
4
- desc "Overpass Font"
5
- homepage "http://overpassfont.org"
6
-
7
- resource "overpass.zip" do
8
- url "https://github.com/RedHatOfficial/Overpass/releases/download/3.0.2/overpass-desktop-fonts.zip"
9
- sha256 "10d2186ad1e1e628122f2e4ea0bbde16438e34a0068c35190d41626d89bb64e4"
10
- end
11
-
12
- provides_font("Overpass", match_styles_from_file: {
13
- "Bold Italic" => "overpass-bold-italic.otf",
14
- "Bold" => "overpass-bold.otf",
15
- "Extrabold Italic" => "overpass-extrabold-italic.otf",
16
- "Extrabold" => "overpass-extrabold.otf",
17
- "Extralight" => "overpass-extralight.otf",
18
- "Extralight Italic" => "overpass-extralight-italic.otf",
19
- "Heavy Italic" => "overpass-heavy-italic.otf",
20
- "Heavy" => "overpass-heavy.otf",
21
- "Italic" => "overpass-italic.otf",
22
- "Light Italic" => "overpass-light-italic.otf",
23
- "Light" => "overpass-light.otf",
24
- "Regular" => "overpass-regular.otf",
25
- "Semibold Italic" => "overpass-semibold-italic.otf",
26
- "Semibold" => "overpass-semibold.otf",
27
- "Thin Italic" => "overpass-thin-italic.otf",
28
- "Thin" => "overpass-thin.otf"
29
- })
30
-
31
- provides_font("Overpass Mono", match_styles_from_file: {
32
- "Bold" => "overpass-mono-bold.otf",
33
- "Regular" => "overpass-mono-regular.otf",
34
- "Light" => "overpass-mono-light.otf",
35
- "Semibold" => "overpass-mono-semibold.otf"
36
- })
37
-
38
- def extract
39
- resource("overpass.zip") do |resource|
40
- unzip(resource, fonts_sub_dir: "overpass**/") do |fontdir|
41
- match_fonts(fontdir, "Overpass")
42
- match_fonts(fontdir, "Overpass Mono")
43
- end
44
- end
45
- end
46
-
47
- def install
48
- case platform
49
- when :macos
50
- install_matched_fonts "$HOME/Library/Fonts/Overpass"
51
- when :linux
52
- install_matched_fonts "/usr/share/fonts/truetype/overpass"
53
- end
54
- end
55
-
56
- test do
57
- case platform
58
- when :macos
59
- assert_predicate "$HOME/Library/Fonts/Overpass/overpass-thin.otf", :exist?
60
- when :linux
61
- assert_predicate "/usr/share/fonts/truetype/overpass/overpass-thin.otf", :exist?
62
- end
63
- end
64
-
65
- open_license <<~EOS
66
- Copyright 2016 Red Hat, Inc.,
67
-
68
- This Font Software is dual licensed under the SIL Open Font License and the GNU Lesser General Public License, LGPL 2.1 : http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html OFL 1.1 : http://scripts.sil.org/OFL
69
-
70
- EOS
71
- end
72
- end
73
- end
@@ -1,109 +0,0 @@
1
- module Fontist
2
- module Formulas
3
- class SourceFonts < FontFormula
4
- desc "Adobe Source Fonts"
5
- homepage "https://www.adobe.com"
6
-
7
- resource "source-fonts.zip" do
8
- url "https://github.com/fontist/source-fonts/releases/download/v1.0/source-fonts-1.0.zip"
9
- sha256 "0107b5d4ba305cb4dff2ba19138407aa2153632a2c41592f74d20cd0d0261bfd"
10
- end
11
-
12
- provides_font("Source Code Pro", match_styles_from_file: {
13
- "Black" => "SourceCodePro-Black.ttf",
14
- "Black Italic" => "SourceCodePro-BlackIt.ttf",
15
- "Bold" => "SourceCodePro-Bold.ttf",
16
- "Bold Italic" => "SourceCodePro-BoldIt.ttf",
17
- "Extra Light" => "SourceCodePro-ExtraLight.ttf",
18
- "ExtraLightIt" => "SourceCodePro-ExtraLightIt.ttf",
19
- "Italic" => "SourceCodePro-It.ttf",
20
- "Light" => "SourceCodePro-Light.ttf",
21
- "Light Italic" => "SourceCodePro-LightIt.ttf",
22
- "Medium" => "SourceCodePro-Medium.ttf",
23
- "Medium Italic" => "SourceCodePro-MediumIt.ttf",
24
- "Regular" => "SourceCodePro-Regular.ttf",
25
- "Semibold" => "SourceCodePro-Semibold.ttf",
26
- "Semibold Italic" => "SourceCodePro-SemiboldIt.ttf",
27
- })
28
-
29
- provides_font("Source Sans Pro", match_styles_from_file: {
30
- "Black" => "SourceSansPro-Black.ttf",
31
- "Black Italic" => "SourceSansPro-BlackIt.ttf",
32
- "Bold" => "SourceSansPro-Bold.ttf",
33
- "Bold Italic" => "SourceSansPro-BoldIt.ttf",
34
- "Extra Light" => "SourceSansPro-ExtraLight.ttf",
35
- "ExtraLightIt" => "SourceSansPro-ExtraLightIt.ttf",
36
- "Italic" => "SourceSansPro-It.ttf",
37
- "Light" => "SourceSansPro-Light.ttf",
38
- "Light Italic" => "SourceSansPro-LightIt.ttf",
39
- "Medium" => "SourceSansPro-Medium.ttf",
40
- "Medium Italic" => "SourceSansPro-MediumIt.ttf",
41
- "Regular" => "SourceSansPro-Regular.ttf",
42
- "Semibold" => "SourceSansPro-Semibold.ttf",
43
- "Semibold Italic" => "SourceSansPro-SemiboldIt.ttf",
44
- })
45
-
46
- provides_font("Source Serif Pro", match_styles_from_file: {
47
- "Black" => "SourceSerifPro-Black.ttf",
48
- "Black Italic" => "SourceSerifPro-BlackIt.ttf",
49
- "Bold" => "SourceSerifPro-Bold.ttf",
50
- "Bold Italic" => "SourceSerifPro-BoldIt.ttf",
51
- "Extra Light" => "SourceSerifPro-ExtraLight.ttf",
52
- "ExtraLightIt" => "SourceSerifPro-ExtraLightIt.ttf",
53
- "Italic" => "SourceSerifPro-It.ttf",
54
- "Light" => "SourceSerifPro-Light.ttf",
55
- "Light Italic" => "SourceSerifPro-LightIt.ttf",
56
- "Medium" => "SourceSerifPro-Medium.ttf",
57
- "Medium Italic" => "SourceSerifPro-MediumIt.ttf",
58
- "Regular" => "SourceSerifPro-Regular.ttf",
59
- "Semibold" => "SourceSerifPro-Semibold.ttf",
60
- "Semibold Italic" => "SourceSerifPro-SemiboldIt.ttf",
61
- })
62
-
63
- %w(ExtraLight Light Normal Regular Bold Heavy).each do |style|
64
- provides_font_collection do |coll|
65
- filename "SourceHanSans-#{style}.ttc"
66
-
67
- ["", " TC", " K", " HC", " SC"].each do |variant|
68
- provides_font "Source Hans Sans#{variant}", extract_styles_from_collection: {
69
- style.to_s => {
70
- name: "Source Hans Sans#{variant}",
71
- style: style
72
- }
73
- }
74
- end
75
- end
76
- end
77
-
78
- def extract
79
- resource("source-fonts.zip") do |resource|
80
- zip_extract(resource, fonts_sub_dir: "fonts/") do |fontdir|
81
- match_fonts(fontdir, "Source Code Pro")
82
- match_fonts(fontdir, "Source Sans Pro")
83
- match_fonts(fontdir, "Source Serif Pro")
84
- match_fonts(fontdir, "Source Han Sans")
85
- end
86
- end
87
- end
88
-
89
- def install
90
- case platform
91
- when :macos
92
- install_matched_fonts "$HOME/Library/Fonts/Microsoft"
93
- when :linux
94
- install_matched_fonts "/usr/share/fonts/truetype/microsoft"
95
- end
96
- end
97
-
98
- test do
99
- case platform
100
- when :macos
101
- assert_predicate "$HOME/Library/Fonts/Microsoft/tahoma.ttf", :exist?
102
- when :linux
103
- assert_predicate "/usr/share/fonts/truetype/microsoft/tahoma.ttf", :exist?
104
- end
105
- end
106
-
107
- end
108
- end
109
- end
@@ -1,108 +0,0 @@
1
- module Fontist
2
- module Formulas
3
- class StixFont < FontFormula
4
- desc "stixfonts"
5
- homepage "https://www.stixfonts.org"
6
-
7
- resource "stix.zip" do
8
- url "https://github.com/stipub/stixfonts/raw/master/zipfiles/STIXv2.0.2.zip"
9
- sha256 "fef26941bf7eeab7ed6400a386211ba11360f0b2df22002382ceb3e2b551179d"
10
- end
11
-
12
- provides_font("STIX Two Math", match_styles_from_file: {
13
- "Regular" => "STIX2Math.otf"
14
- })
15
-
16
- provides_font("STIX Two Text", match_styles_from_file: {
17
- "Bold" => "STIX2Text-Bold.otf",
18
- "Bold Italic" => "STIX2Text-BoldItalic.otf",
19
- "Italic" => "STIX2Text-Italic.otf",
20
- "Regular" => "STIX2Text-Regular.otf"
21
- })
22
-
23
- def extract
24
- resource("stix.zip") do |resource|
25
- unzip(resource, fonts_sub_dir: "**/*") do |fontdir|
26
- match_fonts(fontdir, "STIX Two Math")
27
- match_fonts(fontdir, "STIX Two Text")
28
- end
29
- end
30
- end
31
-
32
- def install
33
- case platform
34
- when :macos
35
- install_matched_fonts "$HOME/Library/Fonts/STIX"
36
- when :linux
37
- install_matched_fonts "/usr/share/fonts/truetype/stix"
38
- end
39
- end
40
-
41
- test do
42
- case platform
43
- when :macos
44
- assert_predicate "$HOME/Library/Fonts/STIX/STIX2Math.otf", :exist?
45
- when :linux
46
- assert_predicate "/usr/share/fonts/truetype/stix/STIX2Math.otf", :exist?
47
- end
48
- end
49
-
50
- open_license <<~EOS
51
- STIX Font License
52
- 15 April 2019
53
-
54
- Copyright © 2001–2019 by the STI Pub Companies, consisting of AIP Publishing, the American Chemical Society, the American Mathematical Society, the American Physical Society, Elsevier, Inc., and The Institute of Electrical and Electronic Engineers, Inc. (www.stixfonts.org), with Reserved Font Name STIX Fonts. STIX FontsTM is a trademark of The Institute of Electrical and Electronics Engineers, Inc.
55
-
56
- Portions copyright © 1998–2003 by MicroPress, Inc. (www.micropress-inc.com), with Reserved Font Name TM Math. To obtain additional mathematical fonts, please contact MicroPress, Inc., 68-30 Harrow Street, Forest Hills, NY 11375, USA – Phone: (718) 575-1816.
57
- Portions copyright © 1990 by Elsevier, Inc.
58
- Portions copyright © 2010, 2012, 2014 Adobe Systems Incorporated.
59
-
60
- This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at http://scripts.sil.org/OFL.
61
-
62
- --------------------------------------------------
63
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
64
- --------------------------------------------------
65
- PREAMBLE
66
-
67
- The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open frame- work in which fonts may be shared and improved in partnership with others.
68
-
69
- The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
70
-
71
- DEFINITIONS
72
-
73
- “Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
74
-
75
- “Reserved Font Name” refers to any names specified as such after the copyright statement(s).
76
-
77
- “Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
78
-
79
- “Modified Version” refers to any derivative made by adding to, deleting, or substituting – in part or in whole – any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
80
-
81
- “Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
82
-
83
- PERMISSION & CONDITIONS
84
-
85
- Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
86
-
87
- 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
88
-
89
- 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any soft- ware, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
90
-
91
- 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
92
-
93
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
94
-
95
- 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
96
-
97
- TERMINATION
98
-
99
- This license becomes null and void if any of the above conditions are not met.
100
-
101
- DISCLAIMER
102
-
103
- THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FIT- NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADE- MARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, IN- CIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
104
-
105
- EOS
106
- end
107
- end
108
- end