prawn-icon 3.0.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -0
- data/Gemfile +2 -0
- data/README.md +3 -2
- data/data/fonts/fab/LICENSE +137 -6
- data/data/fonts/fab/fa-brands.ttf +0 -0
- data/data/fonts/fab/fab.yml +82 -10
- data/data/fonts/far/LICENSE +137 -6
- data/data/fonts/far/fa-regular.ttf +0 -0
- data/data/fonts/far/far.yml +107 -2
- data/data/fonts/fas/LICENSE +137 -6
- data/data/fonts/fas/fa-solid.ttf +0 -0
- data/data/fonts/fas/fas.yml +988 -24
- data/data/fonts/mdi/LICENSE +20 -0
- data/data/fonts/mdi/materialdesignicons-webfont.ttf +0 -0
- data/data/fonts/mdi/mdi.yml +7099 -0
- data/examples/mdi.rb +36 -0
- data/lib/prawn/icon/base.rb +2 -2
- data/lib/prawn/icon/compatibility.rb +14 -17
- data/lib/prawn/icon/configuration.rb +3 -3
- data/lib/prawn/icon/errors.rb +2 -2
- data/lib/prawn/icon/font_data.rb +14 -12
- data/lib/prawn/icon/interface.rb +3 -5
- data/lib/prawn/icon/parser.rb +14 -12
- data/lib/prawn/icon/version.rb +3 -3
- data/lib/prawn/icon.rb +2 -2
- data/prawn-icon.gemspec +12 -10
- data/spec/integration/icon_spec.rb +17 -2
- metadata +29 -24
@@ -0,0 +1,20 @@
|
|
1
|
+
Pictogrammers Free License
|
2
|
+
--------------------------
|
3
|
+
|
4
|
+
This icon collection is released as free, open source, and GPL friendly by
|
5
|
+
the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
|
6
|
+
for commercial projects, open source projects, or anything really.
|
7
|
+
|
8
|
+
# Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
|
9
|
+
Some of the icons are redistributed under the Apache 2.0 license. All other
|
10
|
+
icons are either redistributed under their respective licenses or are
|
11
|
+
distributed under the Apache 2.0 license.
|
12
|
+
|
13
|
+
# Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
|
14
|
+
All web and desktop fonts are distributed under the Apache 2.0 license. Web
|
15
|
+
and desktop fonts contain some icons that are redistributed under the Apache
|
16
|
+
2.0 license. All other icons are either redistributed under their respective
|
17
|
+
licenses or are distributed under the Apache 2.0 license.
|
18
|
+
|
19
|
+
# Code: MIT (https://opensource.org/licenses/MIT)
|
20
|
+
The MIT license applies to all non-font and non-icon files.
|
Binary file
|