fontana 0.0.1.placeholder → 0.0.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/.irbrc +1 -0
- data/Guardfile +19 -0
- data/README +18 -0
- data/README.textile +9 -0
- data/fontana.gemspec +6 -2
- data/lib/fontana.rb +4 -2
- data/lib/fontana/converter.rb +16 -0
- data/lib/fontana/dragonfly.rb +7 -0
- data/lib/fontana/dragonfly/encoder.rb +15 -0
- data/lib/fontana/font.rb +85 -0
- data/lib/fontana/fontforge.rb +58 -0
- data/lib/fontana/fontforge/2otf.pe +2 -0
- data/lib/fontana/fontforge/2svg.pe +2 -0
- data/lib/fontana/fontforge/2ttf.pe +2 -0
- data/lib/fontana/fontforge/2woff.pe +2 -0
- data/lib/fontana/fontforge/info.pe +25 -0
- data/lib/fontana/fontforge/scripting.txt +8 -0
- data/lib/fontana/rails.rb +45 -0
- data/lib/fontana/ttf2eot.rb +34 -0
- data/lib/fontana/version.rb +1 -1
- data/spec/dragonfly/encoder_spec.rb +16 -0
- data/spec/fontana_spec.rb +96 -0
- data/spec/spec_helper.rb +16 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.eot +0 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.otf +0 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.pdf +0 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.sfd +230942 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.svg +4923 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.ttf +0 -0
- data/spec/support/fonts/Consola Mono/ConsolaMono.woff +0 -0
- data/spec/support/fonts/Consola Mono/FONTLOG.txt +107 -0
- data/spec/support/fonts/Consola Mono/SIL - Open Font License.txt +105 -0
- data/vendor/ttf2eot-0.0.2-2.patched.tar.gz +0 -0
- metadata +70 -7
Binary file
|
Binary file
|
@@ -0,0 +1,107 @@
|
|
1
|
+
This is the FONTLOG file for the 'Consola Mono'.
|
2
|
+
|
3
|
+
|
4
|
+
This file provides detailed information on the 'Consola Mono' Font Software.
|
5
|
+
This information should be distributed along with the 'Consola Mono' fonts
|
6
|
+
and any derivative works.
|
7
|
+
|
8
|
+
|
9
|
+
Basic Font Information
|
10
|
+
|
11
|
+
'Consola Mono' is the monospace font especially created for programming,
|
12
|
+
text editors and for terminal-use.
|
13
|
+
|
14
|
+
'Consola Mono' font you'll find at: http://openfontlibrary.org.
|
15
|
+
|
16
|
+
'Consola Mono' is created with FontForge.
|
17
|
+
|
18
|
+
'Consola Mono' is a Unicode typeface font that supports all languages that
|
19
|
+
use the Latin, Greek, Cyrillic script and its variants, and could be expanded
|
20
|
+
to support other scripts.
|
21
|
+
|
22
|
+
More specifically, this release supports the following Unicode ranges:
|
23
|
+
|
24
|
+
- Controls and Basic Latin - 0000-007F (all)
|
25
|
+
|
26
|
+
- Latin 1 Supplement And Controls - 00A0-00FF (all)
|
27
|
+
|
28
|
+
- Latin Extended A - 0100-017F (all)
|
29
|
+
|
30
|
+
- Latin Extended B - 0180-024F (all)
|
31
|
+
|
32
|
+
- IPA Extensions - 0250-02AF (all)
|
33
|
+
|
34
|
+
- Spacing Modifier Letters - 02C6, 02C7, 02C9, 02D8-02DD, 02F3, 0300-0304,
|
35
|
+
0306-030C, 030F, 0311, 0316, 0317, 0323-0328,
|
36
|
+
032D-032F, 0330, 0331
|
37
|
+
|
38
|
+
- Greek and Coptic - 0370-03FF (all)
|
39
|
+
|
40
|
+
- Cyrillic - 0400-04FF (all)
|
41
|
+
|
42
|
+
- Cyrillic Supplement - 0500-052F (all)
|
43
|
+
|
44
|
+
- Latin Extended Additional - 1E00-1EFF (all)
|
45
|
+
|
46
|
+
- General Punctuation - 2010-2027, 2030-2037, 2039, 2040, 203C-203E, 2043-2049,
|
47
|
+
204E
|
48
|
+
|
49
|
+
- Superscripts and Subscripts - 2070-209F (all)
|
50
|
+
|
51
|
+
- Currency Symbols - 20A3, 20A4, 20A7, 20AC
|
52
|
+
|
53
|
+
- Letterlike Symbols - 2105, 2113, 2116, 2117, 2122, 2126, 212e
|
54
|
+
|
55
|
+
- Number Forms - 2153-215F
|
56
|
+
|
57
|
+
- Mathematical Operators - 2202, 2206, 220F, 2211, 2212, 2215, 2217-221C, 221E,
|
58
|
+
222B, 2248, 2260, 2261, 2264, 2265
|
59
|
+
|
60
|
+
- Geometric Shapes - 25CA
|
61
|
+
|
62
|
+
- Ligatures - FB00-FB06 (all)
|
63
|
+
|
64
|
+
- Specials - FEFF, FFFC, FFFD
|
65
|
+
|
66
|
+
|
67
|
+
This release contains:
|
68
|
+
|
69
|
+
- ConsolaMono.ttf
|
70
|
+
- ConsolaMono.sfd
|
71
|
+
- FONTLOG.txt
|
72
|
+
- SIL - OpenFont License.txt - official license text
|
73
|
+
- ConsolaMono.pdf - demo
|
74
|
+
|
75
|
+
|
76
|
+
ChangeLog
|
77
|
+
|
78
|
+
22 Sep 2011 wmk69 (wmk69@o2.pl) 'Consola Mono' Version 2.000
|
79
|
+
- all glyphs redesigned - I did all glyphs more rounded
|
80
|
+
- fixed some issues with metadata
|
81
|
+
- made all missing glyphs for IPA Extensions
|
82
|
+
- added some glyphs for Spacing Modified Letters
|
83
|
+
|
84
|
+
16 Jun 2011 wmk69 (wmk69@o2.pl) 'Consola Mono' Version 1.1
|
85
|
+
- Changed shape of "f","t", and all glyphs based on these letters
|
86
|
+
(ligatures too).
|
87
|
+
- made all missing glyphs for Latin Extended B, Cyrillic, Cyrillic Supplement.
|
88
|
+
|
89
|
+
10 Jun 2011 wmk69 (wmk69@o2.pl) 'Consola Mono' Version 1.000
|
90
|
+
- Initial release
|
91
|
+
|
92
|
+
|
93
|
+
Acknowledgements
|
94
|
+
|
95
|
+
If you make modifications be sure to add your name (N), email (E), web-address
|
96
|
+
(if you have one) (W) and description (D).
|
97
|
+
|
98
|
+
|
99
|
+
History
|
100
|
+
|
101
|
+
It's my old unfinnished font. I made some sketches of several glyphs 5-6 years
|
102
|
+
ago, and I never finnished this. Now I made missing glyphs, did changes of some
|
103
|
+
glyphs and turn into monospaced font.
|
104
|
+
|
105
|
+
|
106
|
+
10 Jun 2011 wmk69 (wmk69@o2.pl)
|
107
|
+
|
@@ -0,0 +1,105 @@
|
|
1
|
+
Copyright (c) 2011, wmk69 (wmk69@o2.pl),
|
2
|
+
with Reserved Font Names 'ConsolaMono' and 'Consola Mono'.
|
3
|
+
|
4
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
5
|
+
This license is copied below, and is also available with a FAQ at:
|
6
|
+
http://scripts.sil.org/OFL
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
SIL OPEN FONT LICENSE
|
11
|
+
|
12
|
+
Version 1.1 - 26 February 2007
|
13
|
+
|
14
|
+
|
15
|
+
PREAMBLE
|
16
|
+
|
17
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
18
|
+
development of collaborative font projects, to support the font creation
|
19
|
+
efforts of academic and linguistic communities, and to provide a free and
|
20
|
+
open framework in which fonts may be shared and improved in partnership
|
21
|
+
with others.
|
22
|
+
|
23
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
24
|
+
redistributed freely as long as they are not sold by themselves. The
|
25
|
+
fonts, including any derivative works, can be bundled, embedded,
|
26
|
+
redistributed and/or sold with any software provided that any reserved
|
27
|
+
names are not used by derivative works. The fonts and derivatives,
|
28
|
+
however, cannot be released under any other type of license. The
|
29
|
+
requirement for fonts to remain under this license does not apply
|
30
|
+
to any document created using the fonts or their derivatives.
|
31
|
+
|
32
|
+
|
33
|
+
DEFINITIONS
|
34
|
+
|
35
|
+
"Font Software" refers to the set of files released by the Copyright
|
36
|
+
Holder(s) under this license and clearly marked as such. This may
|
37
|
+
include source files, build scripts and documentation.
|
38
|
+
|
39
|
+
"Reserved Font Name" refers to any names specified as such after the
|
40
|
+
copyright statement(s).
|
41
|
+
|
42
|
+
"Original Version" refers to the collection of Font Software components as
|
43
|
+
distributed by the Copyright Holder(s).
|
44
|
+
|
45
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
46
|
+
or substituting — in part or in whole — any of the components of the
|
47
|
+
Original Version, by changing formats or by porting the Font Software to a
|
48
|
+
new environment.
|
49
|
+
|
50
|
+
"Author" refers to any designer, engineer, programmer, technical
|
51
|
+
writer or other person who contributed to the Font Software.
|
52
|
+
|
53
|
+
|
54
|
+
PERMISSION & CONDITIONS
|
55
|
+
|
56
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
57
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
58
|
+
redistribute, and sell modified and unmodified copies of the Font
|
59
|
+
Software, subject to the following conditions:
|
60
|
+
|
61
|
+
1) Neither the Font Software nor any of its individual components,
|
62
|
+
in Original or Modified Versions, may be sold by itself.
|
63
|
+
|
64
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
65
|
+
redistributed and/or sold with any software, provided that each copy
|
66
|
+
contains the above copyright notice and this license. These can be
|
67
|
+
included either as stand-alone text files, human-readable headers or
|
68
|
+
in the appropriate machine-readable metadata fields within text or
|
69
|
+
binary files as long as those fields can be easily viewed by the user.
|
70
|
+
|
71
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
72
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
73
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
74
|
+
presented to the users.
|
75
|
+
|
76
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
77
|
+
Software shall not be used to promote, endorse or advertise any
|
78
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
79
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
80
|
+
permission.
|
81
|
+
|
82
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
83
|
+
must be distributed entirely under this license, and must not be
|
84
|
+
distributed under any other license. The requirement for fonts to
|
85
|
+
remain under this license does not apply to any document created
|
86
|
+
using the Font Software.
|
87
|
+
|
88
|
+
|
89
|
+
TERMINATION
|
90
|
+
|
91
|
+
This license becomes null and void if any of the above conditions are
|
92
|
+
not met.
|
93
|
+
|
94
|
+
|
95
|
+
DISCLAIMER
|
96
|
+
|
97
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
98
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
99
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
100
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
101
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
102
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
103
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
104
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
105
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fontana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.rc1
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,44 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-09-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: guard
|
16
|
+
requirement: &70100787250560 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
22
|
+
type: :development
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *70100787250560
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: guard-rspec
|
27
|
+
requirement: &70100787249860 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - ! '>='
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
type: :development
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: *70100787249860
|
14
36
|
- !ruby/object:Gem::Dependency
|
15
37
|
name: rspec
|
16
|
-
requirement: &
|
38
|
+
requirement: &70100787249440 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - ! '>='
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
44
|
+
type: :development
|
45
|
+
prerelease: false
|
46
|
+
version_requirements: *70100787249440
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: yard
|
49
|
+
requirement: &70100787248940 !ruby/object:Gem::Requirement
|
17
50
|
none: false
|
18
51
|
requirements:
|
19
52
|
- - ! '>='
|
@@ -21,18 +54,18 @@ dependencies:
|
|
21
54
|
version: '0'
|
22
55
|
type: :development
|
23
56
|
prerelease: false
|
24
|
-
version_requirements: *
|
57
|
+
version_requirements: *70100787248940
|
25
58
|
- !ruby/object:Gem::Dependency
|
26
59
|
name: dragonfly
|
27
|
-
requirement: &
|
60
|
+
requirement: &70100787248500 !ruby/object:Gem::Requirement
|
28
61
|
none: false
|
29
62
|
requirements:
|
30
63
|
- - ! '>='
|
31
64
|
- !ruby/object:Gem::Version
|
32
65
|
version: '0'
|
33
|
-
type: :
|
66
|
+
type: :development
|
34
67
|
prerelease: false
|
35
|
-
version_requirements: *
|
68
|
+
version_requirements: *70100787248500
|
36
69
|
description: Get your font on without all of the hassle of preconverting your fonts
|
37
70
|
to every possible format.
|
38
71
|
email:
|
@@ -42,12 +75,41 @@ extensions: []
|
|
42
75
|
extra_rdoc_files: []
|
43
76
|
files:
|
44
77
|
- .gitignore
|
78
|
+
- .irbrc
|
45
79
|
- Gemfile
|
80
|
+
- Guardfile
|
46
81
|
- README
|
82
|
+
- README.textile
|
47
83
|
- Rakefile
|
48
84
|
- fontana.gemspec
|
49
85
|
- lib/fontana.rb
|
86
|
+
- lib/fontana/converter.rb
|
87
|
+
- lib/fontana/dragonfly.rb
|
88
|
+
- lib/fontana/dragonfly/encoder.rb
|
89
|
+
- lib/fontana/font.rb
|
90
|
+
- lib/fontana/fontforge.rb
|
91
|
+
- lib/fontana/fontforge/2otf.pe
|
92
|
+
- lib/fontana/fontforge/2svg.pe
|
93
|
+
- lib/fontana/fontforge/2ttf.pe
|
94
|
+
- lib/fontana/fontforge/2woff.pe
|
95
|
+
- lib/fontana/fontforge/info.pe
|
96
|
+
- lib/fontana/fontforge/scripting.txt
|
97
|
+
- lib/fontana/rails.rb
|
98
|
+
- lib/fontana/ttf2eot.rb
|
50
99
|
- lib/fontana/version.rb
|
100
|
+
- spec/dragonfly/encoder_spec.rb
|
101
|
+
- spec/fontana_spec.rb
|
102
|
+
- spec/spec_helper.rb
|
103
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.eot
|
104
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.otf
|
105
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.pdf
|
106
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.sfd
|
107
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.svg
|
108
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.ttf
|
109
|
+
- spec/support/fonts/Consola Mono/ConsolaMono.woff
|
110
|
+
- spec/support/fonts/Consola Mono/FONTLOG.txt
|
111
|
+
- spec/support/fonts/Consola Mono/SIL - Open Font License.txt
|
112
|
+
- vendor/ttf2eot-0.0.2-2.patched.tar.gz
|
51
113
|
homepage: ''
|
52
114
|
licenses: []
|
53
115
|
post_install_message:
|
@@ -73,3 +135,4 @@ signing_key:
|
|
73
135
|
specification_version: 3
|
74
136
|
summary: Dragonfly Encoder for handeling fonts
|
75
137
|
test_files: []
|
138
|
+
has_rdoc:
|