-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[why] We use a prepatched font not the original Anonymous Pro. The prepatched font contains no bitmaps and is thus like Anonymous Pro Minus. Also some font internals that fontforge does not copy out of the box are differing. And we miss the Bold and Italic variants. [how] Crossgrade to original Anonymous Pro as source and add the missing weight/style. Add Anonymous to SIL. Handle 'Pro' naming parts (do not detect 'r' as short for 'Regular'). [note] Maybe related: #1174 Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information
Showing
10 changed files
with
11 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
Copyright (c) 2009, Mark Simonson | ||
(http://www.ms-studio.com, [email protected]), | ||
with Reserved Font Name Anonymous Pro. | ||
Copyright (c) 2013, Kim Silkebækken and Carl X. Su. | ||
Copyright (c) 2009, Mark Simonson (http://www.ms-studio.com, [email protected]), | ||
with Reserved Font Name Anonymous Pro. | ||
|
||
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: | ||
|
@@ -21,7 +19,7 @@ with others. | |
|
||
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, | ||
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 | ||
|
@@ -93,4 +91,4 @@ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | |
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, 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. | ||
OTHER DEALINGS IN THE FONT SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Anonymous Pro 1.002 | ||
Anonymous Pro (2009) is a family of four fixed-width fonts designed with coding in mind. | ||
|
||
For more information have a look at the upstream website: https://www.marksimonson.com/fonts/view/anonymous-pro |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.