distorted 0.5.4 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +661 -0
- data/README.md +5 -140
- data/bin/console +14 -0
- data/bin/distorted +6 -0
- data/bin/setup +8 -0
- data/font/1252/LICENSE/MoreLessPerfectDOSVGA437/img/Less_Perfect_DOS_VGA.png +0 -0
- data/font/1252/LICENSE/MoreLessPerfectDOSVGA437/img/More_Perfect_DOS_VGA.png +0 -0
- data/font/1252/LICENSE/MoreLessPerfectDOSVGA437/img/Perfect_DOS_VGA.png +0 -0
- data/font/1252/LICENSE/MoreLessPerfectDOSVGA437/less_more_perfect_dos_vga_437.html +52 -0
- data/font/1252/LICENSE/PerfectDOSVGA437/font-comment.php@file=perfect_dos_vga_437.html +5 -0
- data/font/1252/LessPerfectDOSVGA.ttf +0 -0
- data/font/1252/MorePerfectDOSVGA.ttf +0 -0
- data/font/1252/Perfect DOS VGA 437 Win.ttf +0 -0
- data/font/437/Perfect DOS VGA 437.ttf +0 -0
- data/font/437/dos437.txt +72 -0
- data/font/65001/Anonymous Pro B.ttf +0 -0
- data/font/65001/Anonymous Pro BI.ttf +0 -0
- data/font/65001/Anonymous Pro I.ttf +0 -0
- data/font/65001/Anonymous Pro.ttf +0 -0
- data/font/65001/LICENSE/AnonymousPro/FONTLOG.txt +45 -0
- data/font/65001/LICENSE/AnonymousPro/OFL-FAQ.txt +235 -0
- data/font/65001/LICENSE/AnonymousPro/OFL.txt +94 -0
- data/font/65001/LICENSE/AnonymousPro/README.txt +55 -0
- data/font/850/ProFont-Bold-01/LICENSE +22 -0
- data/font/850/ProFont-Bold-01/readme.txt +28 -0
- data/font/850/ProFontWindows-Bold.ttf +0 -0
- data/font/850/ProFontWindows.ttf +0 -0
- data/font/850/Profont/LICENSE +22 -0
- data/font/850/Profont/readme.txt +31 -0
- data/font/932/LICENSE/README-ttf.txt +213 -0
- data/font/932/mona.ttf +0 -0
- data/lib/distorted.rb +2 -0
- data/lib/distorted/checking_you_out.rb +219 -0
- data/lib/distorted/checking_you_out/README +4 -0
- data/lib/distorted/checking_you_out/application.yaml +33 -0
- data/lib/distorted/checking_you_out/font.yaml +29 -0
- data/lib/distorted/checking_you_out/image.yaml +108 -0
- data/lib/distorted/click_again.rb +333 -0
- data/lib/distorted/element_of_media.rb +2 -0
- data/lib/distorted/element_of_media/change.rb +119 -0
- data/lib/distorted/element_of_media/compound.rb +120 -0
- data/lib/distorted/error_code.rb +51 -0
- data/lib/distorted/floor.rb +17 -0
- data/lib/distorted/invoker.rb +97 -0
- data/lib/distorted/media_molecule.rb +58 -0
- data/lib/distorted/media_molecule/font.rb +195 -0
- data/lib/distorted/media_molecule/image.rb +33 -0
- data/lib/distorted/media_molecule/pdf.rb +44 -0
- data/lib/distorted/media_molecule/svg.rb +45 -0
- data/lib/distorted/media_molecule/text.rb +203 -0
- data/lib/distorted/media_molecule/video.rb +18 -0
- data/lib/distorted/modular_technology/gstreamer.rb +174 -0
- data/lib/distorted/modular_technology/pango.rb +90 -0
- data/lib/distorted/modular_technology/ttfunk.rb +48 -0
- data/lib/distorted/modular_technology/vips.rb +17 -0
- data/lib/distorted/modular_technology/vips/foreign.rb +489 -0
- data/lib/distorted/modular_technology/vips/load.rb +133 -0
- data/lib/distorted/modular_technology/vips/save.rb +161 -0
- data/lib/distorted/monkey_business/encoding.rb +317 -0
- data/lib/distorted/monkey_business/hash.rb +18 -0
- data/lib/distorted/monkey_business/set.rb +15 -0
- data/lib/distorted/monkey_business/string.rb +6 -0
- data/lib/distorted/triple_counter.rb +52 -0
- data/lib/distorted/version.rb +22 -0
- data/test/distorted_test.rb +11 -0
- data/test/test_helper.rb +4 -0
- metadata +130 -20
@@ -0,0 +1,94 @@
|
|
1
|
+
Copyright (c) 2009, Mark Simonson (http://www.ms-studio.com, mark@marksimonson.com),
|
2
|
+
with Reserved Font Name Anonymous Pro.
|
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 Version 1.1 - 26 February 2007
|
11
|
+
-----------------------------------------------------------
|
12
|
+
|
13
|
+
PREAMBLE
|
14
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
15
|
+
development of collaborative font projects, to support the font creation
|
16
|
+
efforts of academic and linguistic communities, and to provide a free and
|
17
|
+
open framework in which fonts may be shared and improved in partnership
|
18
|
+
with others.
|
19
|
+
|
20
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
21
|
+
redistributed freely as long as they are not sold by themselves. The
|
22
|
+
fonts, including any derivative works, can be bundled, embedded,
|
23
|
+
redistributed and/or sold with any software provided that any reserved
|
24
|
+
names are not used by derivative works. The fonts and derivatives,
|
25
|
+
however, cannot be released under any other type of license. The
|
26
|
+
requirement for fonts to remain under this license does not apply
|
27
|
+
to any document created using the fonts or their derivatives.
|
28
|
+
|
29
|
+
DEFINITIONS
|
30
|
+
"Font Software" refers to the set of files released by the Copyright
|
31
|
+
Holder(s) under this license and clearly marked as such. This may
|
32
|
+
include source files, build scripts and documentation.
|
33
|
+
|
34
|
+
"Reserved Font Name" refers to any names specified as such after the
|
35
|
+
copyright statement(s).
|
36
|
+
|
37
|
+
"Original Version" refers to the collection of Font Software components as
|
38
|
+
distributed by the Copyright Holder(s).
|
39
|
+
|
40
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
41
|
+
or substituting -- in part or in whole -- any of the components of the
|
42
|
+
Original Version, by changing formats or by porting the Font Software to a
|
43
|
+
new environment.
|
44
|
+
|
45
|
+
"Author" refers to any designer, engineer, programmer, technical
|
46
|
+
writer or other person who contributed to the Font Software.
|
47
|
+
|
48
|
+
PERMISSION & CONDITIONS
|
49
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
50
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
51
|
+
redistribute, and sell modified and unmodified copies of the Font
|
52
|
+
Software, subject to the following conditions:
|
53
|
+
|
54
|
+
1) Neither the Font Software nor any of its individual components,
|
55
|
+
in Original or Modified Versions, may be sold by itself.
|
56
|
+
|
57
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
58
|
+
redistributed and/or sold with any software, provided that each copy
|
59
|
+
contains the above copyright notice and this license. These can be
|
60
|
+
included either as stand-alone text files, human-readable headers or
|
61
|
+
in the appropriate machine-readable metadata fields within text or
|
62
|
+
binary files as long as those fields can be easily viewed by the user.
|
63
|
+
|
64
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
65
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
66
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
67
|
+
presented to the users.
|
68
|
+
|
69
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
70
|
+
Software shall not be used to promote, endorse or advertise any
|
71
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
72
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
73
|
+
permission.
|
74
|
+
|
75
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
76
|
+
must be distributed entirely under this license, and must not be
|
77
|
+
distributed under any other license. The requirement for fonts to
|
78
|
+
remain under this license does not apply to any document created
|
79
|
+
using the Font Software.
|
80
|
+
|
81
|
+
TERMINATION
|
82
|
+
This license becomes null and void if any of the above conditions are
|
83
|
+
not met.
|
84
|
+
|
85
|
+
DISCLAIMER
|
86
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
87
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
88
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
89
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
90
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
91
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
92
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
93
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
94
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
@@ -0,0 +1,55 @@
|
|
1
|
+
Anonymous Pro
|
2
|
+
|
3
|
+
General Information and History
|
4
|
+
|
5
|
+
Anonymous Pro is a family of four fixed-width fonts designed especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code.
|
6
|
+
|
7
|
+
Anonymous Pro also features an international, Unicode-based character set, with support for most Western and European Latin-based languages, Greek, and Cyrillic. It also includes special "box drawing" characters for those who need them.
|
8
|
+
|
9
|
+
While Anonymous Pro looks great on Macs and Windows PCs with antialiasing enabled, it also includes embedded bitmaps for specific pixel sizes ("ppems" in font nerd speak) for both the regular and bold weight. (Since slanted bitmaps look pretty bad and hard to read at the supported sizes, I chose to use the upright bitmaps for the italics as well.) Bitmaps are included for these ppems: 10, 11, 12, and 13. See the usage notes below for info on what point sizes these ppems correspond to on Mac and Windows.
|
10
|
+
|
11
|
+
Anonymous Pro is based on an earlier font, Anonymous™, which was my TrueType version of Anonymous 9, a freeware Macintosh bitmap font developed in the mid-'90s by Susan Lesch and David Lamkins. The bitmap version was intended as a more legible alternative to Monaco, the fixed-width Macintosh system font.
|
12
|
+
|
13
|
+
Anonymous Pro differs from Anonymous™ and Anonymous 9 in a few key characters. While the earlier fonts had a one-story lowercase "a" like Monaco, Anonymous Pro features a two-story lowercase "a" to help distinguish it from the "o". In the earlier fonts, the slashed zero, designed to look different than the capital "O", goes the "wrong" way compared to most fonts that have this feature. Susan and David did this intentionally to distinguish it from the slashed capital "Ø" used in some languages. Some people thought this looked odd, so I put it the "right" way, and distinguish it from the "Ø" by keeping the slash inside the character.
|
14
|
+
|
15
|
+
Another significant change was to adjust the size of the characters in relation to the point size. Anonymous™ was approximately two sizes larger than comparable fonts at the same point size. This was in keeping with the old Monaco font, but can be annoying when switching between fonts. Anonymous Pro has been adjusted so that it appears about the same size as comparable fonts set at the same point size. If you have been using Anonymous™, you will need to increase the point size to get the same appearance.
|
16
|
+
|
17
|
+
Finally, unlike Anonymous™, Anonymous Pro is available in one universal TrueType format that will work on Mac OS X, Windows, and Linux. (If you're running a pre-OS X Mac, the new fonts are not compatible, but Anonymous™ will still work.)
|
18
|
+
|
19
|
+
Anonymous Pro is distributed with the Open Font License (OFL).
|
20
|
+
|
21
|
+
USAGE NOTES
|
22
|
+
|
23
|
+
I recommend disabling antialiasing for Anonymous Pro ONLY if you intend to use the sizes which have embedded bitmaps. The fonts simply don't have the kind of high-quality TrueType hints needed for them to display well at other sizes without antialiasing. Here are some OS-specific recommendations:
|
24
|
+
|
25
|
+
MacOS:
|
26
|
+
|
27
|
+
Anonymous Pro will display using Quartz antialiasing unless you disable it system-wide in the Appearance panel or in specific apps that allow it (BBEdit, TextMate, Terminal, Coda, etc.). Bitmaps will be used at the following point sizes: 10, 11, 12, and 13. Note that the 13-point bitmaps are not available when using the system-wide antialiasing suppression, which only works for 12-point text or smaller.
|
28
|
+
|
29
|
+
If you use TextMate, be sure to use version 1.5.8 (1505) or later. There was a bug which misinterpreted the line height when embedded bitmaps are present in a TTF font. (Thanks, Allan, for fixing this!)
|
30
|
+
|
31
|
+
Windows:
|
32
|
+
|
33
|
+
It's best to enable "font smoothing" (Control Panel > Display Properties > Appearance > Effects...). When font smoothing is set to "Standard", the embedded bitmaps will automatically be used for the following point sizes: 7, 8, 9, and 10. For other sizes, or if you prefer non-jagged type, "ClearType" is the best choice.
|
34
|
+
|
35
|
+
Linux:
|
36
|
+
|
37
|
+
From all reports, Anonymous Pro displays well on Linux systems. Here are installation instructions, kindly provided by a Linux user:
|
38
|
+
|
39
|
+
Copy the *.ttf files to a font directory such as
|
40
|
+
~/.fonts or /usr/share/fonts/ttf. The exact location depends on your
|
41
|
+
distribution. See /etc/fonts/fonts.conf for details if unsure.
|
42
|
+
|
43
|
+
Run fc-cache using the command: 'sudo fc-cache -f'
|
44
|
+
|
45
|
+
|
46
|
+
OTHER INFORMATION
|
47
|
+
|
48
|
+
See "FONTLOG for Anonymous Pro.txt" for the changelog, credits, etc.
|
49
|
+
|
50
|
+
Mark Simonson
|
51
|
+
September 8, 2010
|
52
|
+
Mark Simonson Studio LLC
|
53
|
+
http://www.ms-studio.com
|
54
|
+
mark@marksimonson.com
|
55
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
ProFont
|
2
|
+
MIT License
|
3
|
+
|
4
|
+
Copyright (c) 2014 David O'Riva, Carl Osterwald, Stephen C. Gilardi, Andrew Welch
|
5
|
+
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
8
|
+
in the Software without restriction, including without limitation the rights
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
11
|
+
furnished to do so, subject to the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
14
|
+
all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22
|
+
THE SOFTWARE.
|
@@ -0,0 +1,28 @@
|
|
1
|
+
Here are two bold versions of ProFont for Windows, TrueType
|
2
|
+
(work with MacOS X as well).
|
3
|
+
|
4
|
+
The version in ProFont-Bold-01 (ProFontWindows-Bold.ttf) was made by
|
5
|
+
Doug Bitting, the version in ProFont-Bold-02 (PROFONTB.ttf) by David O'Riva.
|
6
|
+
Lots of thanks to both of them!
|
7
|
+
|
8
|
+
Both versions need a good antialiasing engine, so turn on
|
9
|
+
ClearType on Windows XP; and font smoothing for the font sizes
|
10
|
+
you prefer to work with on MacOS X.
|
11
|
+
|
12
|
+
On MacOS X, both versions look quite similiar but not exactly
|
13
|
+
the same. (Don't know about the looks in Windows.)
|
14
|
+
|
15
|
+
|
16
|
+
DISCLAIMER
|
17
|
+
|
18
|
+
See LICENSE file
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
To get the full original Distribution, other ProFont builds
|
23
|
+
and more information
|
24
|
+
go to <http://tobiasjung.name/profont/>
|
25
|
+
|
26
|
+
|
27
|
+
Tobias Jung
|
28
|
+
January 2014
|
Binary file
|
Binary file
|
@@ -0,0 +1,22 @@
|
|
1
|
+
ProFont
|
2
|
+
MIT License
|
3
|
+
|
4
|
+
Copyright (c) 2014 Carl Osterwald, Stephen C. Gilardi, Andrew Welch
|
5
|
+
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
8
|
+
in the Software without restriction, including without limitation the rights
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
11
|
+
furnished to do so, subject to the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
14
|
+
all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22
|
+
THE SOFTWARE.
|
@@ -0,0 +1,31 @@
|
|
1
|
+
WHAT IS THIS?
|
2
|
+
|
3
|
+
This is ProFont TrueType, converted to Windows TrueType format
|
4
|
+
by Mike Smith, with some tweaks added by "ardu".
|
5
|
+
|
6
|
+
Modifications include:
|
7
|
+
- A Euro character
|
8
|
+
- Missing characters from the Latin 1 code page
|
9
|
+
- Full support for CodePage 850. These are mostly the famous
|
10
|
+
block/box characters you know from DOS. Very useful if you use
|
11
|
+
Mightnight Commander through PuTTY.
|
12
|
+
- Fixed metrics so that point size of 9 works correctly. Until now
|
13
|
+
you had to select 7 to obtain the native point size of 9.
|
14
|
+
- Added some quick&dirty hinting for point size of 9. Most characters
|
15
|
+
now match closely the look of the bitmap version.
|
16
|
+
Don't expect it to look good on anything else than Windows...
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
To get the full original Distribution, other ProFont builds
|
21
|
+
and more information
|
22
|
+
go to <http://tobiasjung.name/profont/>
|
23
|
+
|
24
|
+
|
25
|
+
DISCLAIMER
|
26
|
+
See LICENSE file
|
27
|
+
|
28
|
+
|
29
|
+
Tobias Jung
|
30
|
+
January 2014
|
31
|
+
profont@tobiasjung.name
|
@@ -0,0 +1,213 @@
|
|
1
|
+
Mona font TTF version 2.90 (shinonome-0.9.9)
|
2
|
+
$Id: README-ttf.txt,v 1.7 2003/09/10 02:54:11 s42335 Exp $
|
3
|
+
|
4
|
+
NOTE: This document might be obsolete.
|
5
|
+
The latest information is on the web.
|
6
|
+
See http://monafont.sourceforge.net/
|
7
|
+
|
8
|
+
����: ���̃h�L�������g�̏��͍ŐV�ł͂Ȃ���������܂���B
|
9
|
+
�ŐV�̏��́A���i�[�t�H���g�̃z�[���y�[�W
|
10
|
+
( http://monafont.sourceforge.net/ ) ���������������B
|
11
|
+
|
12
|
+
|
13
|
+
Mona fonts (���i�[�t�H���g) �� 2�����˂��
|
14
|
+
�A�X�L�[�A�[�g (�ȉ� AA) �� Windows �ȊO�̊���
|
15
|
+
���邽�߂ɍ��ꂽ�t���[�̃t�H���g�ł��B
|
16
|
+
|
17
|
+
2�����˂�� AA �͂��̑����� MS P �S�V�b�N 12pt ��
|
18
|
+
�z�肵�Ă����Ă���A����ȊO�̃t�H���g���g�����u���E�U��
|
19
|
+
����Ƃ���Ă��܂��܂��B���i�[�t�H���g�̓t���[�Ŕz�z����Ă���
|
20
|
+
���_ (���̂̂�) �t�H���g���������A�������� MS P �S�V�b�N��
|
21
|
+
���킹�����̂ŁA������g���� Windows ���[�U�����ɍ��ꂽ AA ��
|
22
|
+
���������邱�Ƃ��ł��܂��B�������ȊO�ɂ��A AA �̃C���[�W���Ȃ�ׂ�
|
23
|
+
�ς��Ȃ��悤�A��҂̓ƒf�ƕΌ��ɂ��ύX�������Ă��܂��B
|
24
|
+
|
25
|
+
����: ���̃t�@�C���͂����� MacOSX, Windows ��Ŏg�����̂��� TTF�ŗp�ł��B
|
26
|
+
UNIX�p�� BDF�łɂ��Ă� README.euc ���������������B
|
27
|
+
|
28
|
+
|
29
|
+
-- ��������E�C���X�g�[�����@
|
30
|
+
|
31
|
+
Mac OS X �����g���̕�:
|
32
|
+
Cocoa �A�v����ł̂ݎg�p�\�ł��B
|
33
|
+
Carbon �A�v����ł͐������\������܂���̂ł����ӂ��������B
|
34
|
+
�C���X�g�[���͕��ʂɁu�t�H���g�v�t�H���_�ɓ���Ă��������B
|
35
|
+
|
36
|
+
Windows NT/2000/XP �����g���̕�:
|
37
|
+
�C���X�g�[���͕��ʂɁuFonts�v�t�H���_�ɓ���Ă��������B
|
38
|
+
|
39
|
+
Windows 95/98/Me �����g���̕�:
|
40
|
+
�C���X�g�[���͕��ʂɁuFonts�v�t�H���_�ɓ���Ă��������B
|
41
|
+
|
42
|
+
|
43
|
+
-- ����
|
44
|
+
|
45
|
+
�E ������ AA �́A16�|�C���g (Windows �ł� 12�|�C���g) ��
|
46
|
+
���i�[�t�H���g���g�����Ƃ��ɍł��Y�������Ȃ��\������܂��B
|
47
|
+
|
48
|
+
�E Unicode ���L�̕����͂قƂ�NJ܂܂�Ă��܂���B���̂��߁A
|
49
|
+
�������g���Ă���ꕔ�� AA �ł͕�������������Y���������܂��B
|
50
|
+
|
51
|
+
�E MacOS �ŁAUnicode �������\������悤�ȃA�v���P�[�V����
|
52
|
+
(Finder �Ȃ�) �ł̓��i�[�t�H���g���g��Ȃ��ł��������B
|
53
|
+
���i�[�t�H���g�ɂ� Unicode ���L�̕������܂܂�Ă��Ȃ����߁A
|
54
|
+
�\�������������Ȃ邱�Ƃ�����܂��B
|
55
|
+
|
56
|
+
�E �قƂ�ǂ� Carbon �A�v���P�[�V�����ł͎������Œ�ɂȂ�����A
|
57
|
+
���p�������������\������Ȃ��Ƃ������ۂ��������܂��B
|
58
|
+
|
59
|
+
|
60
|
+
-- �ύX����
|
61
|
+
|
62
|
+
Sep. 9, 2003
|
63
|
+
version 2.90
|
64
|
+
�A�E�g���C���� AA �ɑΉ��B
|
65
|
+
Unicode �p�̃r�b�g�}�b�v�t�H���g (-mona-gothic-*-iso10646-1) �ŁA
|
66
|
+
�o�b�N�X���b�V�������ɂȂ��Ă������������B
|
67
|
+
|
68
|
+
Aug. 5, 2003
|
69
|
+
version 2.30-pre2 �ӂ����ь��J�B
|
70
|
+
�A�E�g���C���� kochi-substitute �ɂ����B
|
71
|
+
ttfpack �̌����� (by 18����)�B
|
72
|
+
�O���t�̒lj� (by Hideki Ikemoto ����)�B
|
73
|
+
|
74
|
+
Jun. 18, 2003
|
75
|
+
�����t�H���g�̖��ɂ��A�A�E�g���C���ł̔z�z (2.30pre) ���~�B
|
76
|
+
|
77
|
+
Jan. 11, 2003
|
78
|
+
version 2.30-pre
|
79
|
+
�����S�V�b�N�߂��݁B
|
80
|
+
�O���t�̏C�� (�`���_����)�B
|
81
|
+
ttfpack �̌����� (by 18����)�B
|
82
|
+
spec �̏C���B
|
83
|
+
|
84
|
+
Dec. 20, 2002
|
85
|
+
version 2.22
|
86
|
+
�S�T�C�Y�� ISO-10646 (Unicode) �ɑΉ��B
|
87
|
+
16�|�C���g�̉p�����O���t���C���B
|
88
|
+
make_cmap, ttfpack �̌����� (by 18����)�B
|
89
|
+
|
90
|
+
Jun. 22, 2002
|
91
|
+
version 2.21
|
92
|
+
Shinonome-0.9.8 (0.9.9) �ɓ����B
|
93
|
+
jis2unicode �̃o�O�C���B
|
94
|
+
AA ����肵�����肭�� 638 ����̃p�b�`�K�p�B
|
95
|
+
18 ����̃p�b�`�ɂ�� Windows�ł� Cyrillic, Greek �ɑΉ��B
|
96
|
+
|
97
|
+
May. 14, 2002
|
98
|
+
version 2.2
|
99
|
+
16�|�C���g�̂� ISO-10646 (Unicode) �ɑΉ�����B
|
100
|
+
(TrueType �ł͂܂����Ή�)
|
101
|
+
bdfmerge ��V��������B
|
102
|
+
|
103
|
+
Mar. 28, 2002
|
104
|
+
version 2.12
|
105
|
+
16�|�C���g��MS�g���������C�� (by 18�Ԃ̖���������)�B
|
106
|
+
|
107
|
+
Mar. 22, 2002
|
108
|
+
version 2.11
|
109
|
+
16�|�C���g��MS�g���������C�� (by 18�Ԃ̖���������)�B
|
110
|
+
16�|�C���g�̕Љ����E�������O���t��������B
|
111
|
+
Windows NT �Ŏg���Ȃ������C�� (by 18�Ԃ̖���������)�B
|
112
|
+
|
113
|
+
Feb. 14, 2002
|
114
|
+
version 2.1 ���������[�X�B
|
115
|
+
Carbon �Ή��͒��߂�B
|
116
|
+
|
117
|
+
Feb. 9, 2002
|
118
|
+
version-2.1beta-20020209
|
119
|
+
cmap ���C�� (�X�N���v�g�̃o�O�ɂ��ꕔ�Ԉ�����p�����[�^����)�B
|
120
|
+
shinonome-0.9.7 �ɑΉ��B
|
121
|
+
|
122
|
+
Feb. 6, 2002
|
123
|
+
version-2.1beta-20020205
|
124
|
+
cmap ���C���Bhdmx ��lj��B
|
125
|
+
Win98 �n�ł͂قڎg���郌�x���ɂȂ����B
|
126
|
+
|
127
|
+
Feb. 4, 2002
|
128
|
+
version-2.1beta-20020204
|
129
|
+
name, cmap, EBSC ���C���B
|
130
|
+
�܂� NT �n�ł̓_�����Ǝv���BMacOSX�ł͕����������邻���ȁB
|
131
|
+
|
132
|
+
Jan. 17, 2002
|
133
|
+
version-2.1beta-20020117
|
134
|
+
ttf �ł͂��Ђ�߁B�e�X�g�� Win98 ��̂݁B
|
135
|
+
NT, 2000, MacOSX �ł͓����Ȃ��炵���B
|
136
|
+
|
137
|
+
...
|
138
|
+
Feb. 10, 2001
|
139
|
+
���i�[�t�H���g X11 �ł̍ŏ��̃����[�X�B
|
140
|
+
|
141
|
+
|
142
|
+
-- ���C�Z���X����єz�z����
|
143
|
+
|
144
|
+
���i�[�t�H���g�͖��ۏł��B
|
145
|
+
���i�[�t�H���g�̃��C�Z���X�͓��_�t�H���g�̃��C�Z���X�ɏ����܂��B
|
146
|
+
���_�t�H���g���͎̂����I�� public domain �ƂȂ��Ă��邽�߁A
|
147
|
+
���i�[�t�H���g������ɂȂ炢�܂��B
|
148
|
+
���̃A�[�J�C�u���Ɋ܂܂��t�H���g����уc�[���ނ̉��ρA�Ĕz�z�A�G����
|
149
|
+
CD-ROM ���ւ̌f�ڂ͂����R�ɂǂ����B��҂ւ̘A�����͕s�v�ł��B
|
150
|
+
|
151
|
+
(�ȉ��͓��_�t�H���g�̃A�[�J�C�u�Ɋ܂܂�Ă��� LICENSE �t�@�C���̓��e�ł�)
|
152
|
+
--------------------------------------------------------------
|
153
|
+
�����_�t�H���g���C�Z���X
|
154
|
+
2001
|
155
|
+
The Electronic Font Open Laboratory
|
156
|
+
http://openlab.ring.gr.jp/efont/
|
157
|
+
|
158
|
+
���̃A�[�J�C�u�Ɋ܂܂�邷�ׂẴt�H���g�f�[�^�A�h�L�������g�A�X�N���v
|
159
|
+
�g�ނ͂��ׂ� Public Domain �Œ���Ă��܂� �B
|
160
|
+
|
161
|
+
�A���A���{�ɉ����Ă͌����_�Œ��쌠��������邱�Ƃ͖@����s�\�ł���A
|
162
|
+
AUTHORS �ɗ���Ă����҂����̌������s�g���Ȃ��Ɛ錾���邱�ƂŎ���
|
163
|
+
�I�� Public Domain �ł���Ƃ��܂��B
|
164
|
+
|
165
|
+
���R�ȉ����A���t�H�[�}�b�g�ւ̕ϊ��A�g���݁A�Ĕz�z���s�����Ƃ��ł��܂��B
|
166
|
+
�����ɁA�����͂��ׂĊ��S�ɖ��ۏł��B
|
167
|
+
--------------------------------------------------------------
|
168
|
+
|
169
|
+
|
170
|
+
-- TODO
|
171
|
+
|
172
|
+
�E �A�E�g���C���̒����B
|
173
|
+
�E ISO-10646 (Unicode) �ł̐����B
|
174
|
+
�E NT �� Windows �O���̊����������܂���B
|
175
|
+
Unicode ����̃}�b�s���O����`����Ă��Ȃ� (�Ⴆ�� U+FAxx ��
|
176
|
+
������Ƃ�) ����ł͂Ȃ����Ǝv���܂� (by 18�Ԃ̖���������)�B
|
177
|
+
�E ���̑��������B
|
178
|
+
�E maxp, hhea, head �̍ő�E�ŏ��l�����B
|
179
|
+
|
180
|
+
|
181
|
+
-- �ӎ�
|
182
|
+
|
183
|
+
�ȉ��̕��X�Ɋ��ӂ��܂�:
|
184
|
+
|
185
|
+
�Ð� �הV���� (���_�t�H���g, mkbold, mkitalic)
|
186
|
+
/efont/ �v���W�F�N�g�̕��X
|
187
|
+
NAGAO Sadakazu ���� (mkbold)
|
188
|
+
Toshiyuki Imamura ����, HANATAKA Shinya ���� ({K12,K14,jiskan16}-2000)
|
189
|
+
���c������ ���� (a16rk)
|
190
|
+
��� �G������ (bit2bdf)
|
191
|
+
18�Ԃ̖��������� (omaemona, oremona, monak14-ext, ���̑����낢��fix)
|
192
|
+
Yukihiro Nakai ���� (RedHat�p RPM spec)
|
193
|
+
Macintosh�ŁANT�ł̃e�X�g�ɋ��͂��Ă��ꂽ���X
|
194
|
+
2�����˂�ł�����������Ă������X & �_�Z AA�E�l�̕��X
|
195
|
+
|
196
|
+
|
197
|
+
-- ��҂���̂��˂���
|
198
|
+
|
199
|
+
�t�H���g�̌`��͂܂����P�̗]�n������Ǝv���Ă��܂��B
|
200
|
+
�u���̕����̂��̕����͋C�ɓ���Ȃ��B�����ς�����ǂ���?�v�Ƃ�����Ă�
|
201
|
+
�ǂ�ǂĂ��������B�����̃r�b�g�}�b�v�𑗂��Ă���������ΑΉ����܂��B
|
202
|
+
bit �t�@�C���� context diff �`���� �x�X�g�ł����A����ȊO��
|
203
|
+
�`���ł����܂��܂���B
|
204
|
+
���������̂Ȃ� 2ch �̃X���b�h�� sage �œ\�����̂����肩�ƁB
|
205
|
+
|
206
|
+
|
207
|
+
-- ��҂ɂ���
|
208
|
+
|
209
|
+
Monafont �����y�[�W: http://monafont.sourceforge.net/
|
210
|
+
���i�[�t�H���g�X���b�h(2ch UNIX��): http://pc.2ch.net/test/read.cgi/unix/1043510520/l50
|
211
|
+
|
212
|
+
�C���X�g�[����g�����Ɋւ��鎿��E���ӌ��� 2�����˂�X���b�h��
|
213
|
+
���肢���܂��B
|