1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-31 12:27:22 +02:00

Adds font 'DaddyTimeMono' (issue ##330)

pre-release build only
This commit is contained in:
Ryan L McIntyre 2019-08-11 09:30:30 -07:00
parent 091ae08795
commit 97efc18d8d
12 changed files with 2370 additions and 1 deletions

View File

@ -0,0 +1,86 @@
# DaddyTimeMono
A monospaced font for programmers and other terminal groupies.
**TTF** file is in `./build` directory.
![DaddyTimeMono Font Sample](DaddyTimeMono-sample.gif)
## Currently Featured
- Unaccented Alphabet
- Numerals
- Punctuation
- Box-Drawing Characters
- CJK Fullwidth Unaccented Alphabet
- CJK Fullwidth Numerals
- CJK Fullwidth Punctuation
- CP437/ANSI Line Drawing & Box-Fill Characters
## TODO Features
- CP437/ANSI Box-Fill Character Width
- Accented Latin Characters
- Powerline Symbols
- Possibly Cyrillic
## Credits
Digits inspired by the [Corona PPC-400](https://en.wikipedia.org/wiki/Corona_Data_Systems#Corona_PPC-400) BIOS font.
![PPC-400 BIOS Font](cordata-font.png)
All other characters by Jason Stewart.
### Special thanks to:
- George Williams and the entire [FontForge](http://fontforge.github.io/en-US/) team for making a useful creative tool freely available.
- The [ttfautohint](https://www.freetype.org/ttfautohint/) team and their fantastic tool for making this font usable at lower resolutions.
- Ricardo Bánffy of [3270 font](https://github.com/rbanffy/3270font) fame for sharing an image of the Cordata PPC-400 BIOS font.
- Whoever designed the PPC-400 font back in the day that has provided such sweet, sweet inspiration.
## Notes
- If you're using PuTTY, you will need to check "*allow selection of variable-pitch fonts*" for DaddyTimeMono to appear in the fonts dialog. The CJK fullwidth characters are twice the width of all other characters, and prevent PuTTY from recognizing it as a monospaced font.
## Which font?
### TL;DR
* Pick your font family and then select from the `'complete'` directory.
* If you are on Windows pick a font with the `'Windows Compatible'` suffix.
* This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations
* If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix.
* This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced
### Ligatures
By the *Nerd Font* policy, the variant with the `'Mono'` suffix is not supposed to have any ligatures.
Use the non-*Mono* variants to have ligatures.
### Explanation
Once you narrow down your font choice of family (`Droid Sans`, `Inconsolata`, etc) and style (`bold`, `italic`, etc) you have 2 main choices:
#### `Option 1: Download already patched font`
* download an already patched font from the `complete` folder
* This is most likely the one you want. It includes **all** of the glyphs from all of the glyph sets. Only caution here is that some fonts have glyphs in the _same_ code point so to include everything some had to be moved to alternate code points.
#### `Option 2: Patch your own font`
* patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available)
* This is the option you want if the font you use is _not_ already included or you want maximum control of what's included
* This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder.
For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font)
[vim-devicons]:https://github.com/ryanoasis/vim-devicons
[vorillaz-devicons]:https://vorillaz.github.io/devicons/
[font-awesome]:https://github.com/FortAwesome/Font-Awesome
[octicons]:https://github.com/primer/octicons
[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons
[Seti-UI]:https://atom.io/themes/seti-ui
[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols
[SIL-RFN]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web_fonts_and_RFNs#14cbfd4a

File diff suppressed because it is too large Load Diff

View File

@ -87,7 +87,7 @@ _If you..._
* A [FontForge Python script](#font-patcher) to patch any font
* Includes an option to create **Monospaced (fixed-pitch, fixed-width)** _or_ **double-width (non-monospaced)** glyphs
* For more details see the [**Font Patcher**](#font-patcher) section
* **`45`** already [patched font families](#patched-fonts)
* **`46`** already [patched font families](#patched-fonts)
* Over **`1,356,400`** unique combinations/variations of patched fonts [(more details)](#combinations)
* Over **`2,600`** glyphs/icons combined [(more details)](#combinations)
* Current glyph sets include: [Powerline with Extra Symbols][ryanoasis-powerline-extra-symbols], [Font Awesome][font-awesome], [Material Design Icons][font-material-design-icons], [Weather][font-weather], [Devicons][vorillaz-devicons], [Octicons][octicons], [Font Logos][font-linux] (Formerly [Font Linux][font-linux]), [Pomicons][gabrielelana-pomicons]
@ -120,6 +120,7 @@ See [Wiki: Icon names in shell][wiki-icon-names-in-shell]
| [Blex*][p-blex] | [IBM Plex][f-ibm-plex] | YES | 1000 | ![w] ![m2] ![l] |
| [Code New Roman Nerd Font][p-code-nr] | | NO | 2048 | ![w] ![m2] ![l] |
| [Cousine Nerd Font][p-cousine] | [Cousine][f-cousine] | NO | 1000 | ![w] ![m2] ![l] |
| [DaddyTimeMono][p-daddytimemono] | [DaddyTimeMono][f-daddytimemono] | NO | 1024 | ![w] ![m2] ![l] |
| [DejaVu Sans Mono Nerd Font][p-dejavu] | | NO | 2048 | ![w] ![m2] ![l] |
| [Droid Sans Mono Nerd Font][p-droid] | | NO | 2048 | ![w] ![m2] ![l] |
| [Fantasque Sans Nerd Font][p-fantasque] | [Fantasque Sans][f-fant] | NO | 2048 | ![w] ![m2] ![l] |
@ -529,6 +530,7 @@ Font repos
[f-hasklig]:https://github.com/i-tu/Hasklig
[f-ibm-plex]:https://github.com/IBM/plex
[f-victor]:https://github.com/rubjo/victor-mono
[f-daddytimemono]:https://github.com/BourgeoisBear/DaddyTimeMono
<!--
Patched Font internal links
@ -579,6 +581,7 @@ Patched Font internal links
[p-code-nr]:patched-fonts/CodeNewRoman
[p-hasklig]:patched-fonts/Hasklig
[p-victor]:patched-fonts/VictorMono
[p-daddytimemono]:patched-fonts/DaddyTimeMono
<!--

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

View File

@ -0,0 +1,91 @@
DaddyTimeMono, Copyright (c) 2018, Jason Stewart (https://eggplant.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: http://scripts.sil.org/OFL
### SIL OPEN FONT LICENSE
Version 1.1 - 26 February 2007
### PREAMBLE
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 framework in which fonts may be shared and improved in partnership
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,
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.
### DEFINITIONS
"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.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"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.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
### PERMISSION & CONDITIONS
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:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, 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.
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.
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.
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.
### TERMINATION
This license becomes null and void if any of the above conditions are
not met.
### DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
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.

View File

@ -0,0 +1,42 @@
# DaddyTimeMono
A monospaced font for programmers and other terminal groupies.
**TTF** file is in `./build` directory.
![DaddyTimeMono Font Sample](DaddyTimeMono-sample.gif)
## Currently Featured
- Unaccented Alphabet
- Numerals
- Punctuation
- Box-Drawing Characters
- CJK Fullwidth Unaccented Alphabet
- CJK Fullwidth Numerals
- CJK Fullwidth Punctuation
- CP437/ANSI Line Drawing & Box-Fill Characters
## TODO Features
- CP437/ANSI Box-Fill Character Width
- Accented Latin Characters
- Powerline Symbols
- Possibly Cyrillic
## Credits
Digits inspired by the [Corona PPC-400](https://en.wikipedia.org/wiki/Corona_Data_Systems#Corona_PPC-400) BIOS font.
![PPC-400 BIOS Font](cordata-font.png)
All other characters by Jason Stewart.
### Special thanks to:
- George Williams and the entire [FontForge](http://fontforge.github.io/en-US/) team for making a useful creative tool freely available.
- The [ttfautohint](https://www.freetype.org/ttfautohint/) team and their fantastic tool for making this font usable at lower resolutions.
- Ricardo Bánffy of [3270 font](https://github.com/rbanffy/3270font) fame for sharing an image of the Cordata PPC-400 BIOS font.
- Whoever designed the PPC-400 font back in the day that has provided such sweet, sweet inspiration.
## Notes
- If you're using PuTTY, you will need to check "*allow selection of variable-pitch fonts*" for DaddyTimeMono to appear in the fonts dialog. The CJK fullwidth characters are twice the width of all other characters, and prevent PuTTY from recognizing it as a monospaced font.

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB