Commit graph

82 commits

Author SHA1 Message Date
Ryan L McIntyre
17f9ee5db6 Updates versioning info for v1.0.0 2016-12-14 20:22:26 -05:00
Ryan L McIntyre
e9d84b6c02 Adds WIP scripts and logic for post processing patched fonts (WIP for fixing #70) 2016-12-03 14:57:11 -05:00
Ryan L McIntyre
0633e9d6f5 Tweaks to quiet and progressbar statuses + adds missing vim icon from custom glyph set 2016-11-20 19:33:49 -05:00
Ryan L McIntyre
102c3883e6 Progress bar fixes and tweaks 2016-11-06 11:23:50 -05:00
Ryan L McIntyre
4e9166e43c Adds progress bar and tweaks the option flags and help description 2016-11-05 22:55:27 -04:00
Ryan L McIntyre
3921fbdf43 Fixes issues patching octicons and/or fontlinux due to changes from merge 2016-11-03 18:57:53 -04:00
Ryan L McIntyre
1eeb1a2657 Merge branch 'sharkusk-monofixes' into 0.9.0
Conflicts:
	font-patcher
2016-11-02 23:24:00 -04:00
Marcus Kellerman
9770856f83 Zero out linegap values to allow power line glyphs to fill properly 2016-11-02 15:13:09 -07:00
Ryan L McIntyre
1214bf8afd Upgrades Font Awesome glyph set to v4.7.0 2016-10-29 18:46:59 -04:00
Ryan L McIntyre
c04aea8c4f Updates paths used due to re-organizing of files 2016-10-29 16:51:08 -04:00
Ryan L McIntyre
bba116c557 Fixes missing new Vim glyph (0xe52b) from patched fonts 2016-10-29 00:27:01 -04:00
Marcus Kellerman
7cd183b9cb Use original symbol fonts for scaling lists 2016-10-25 21:24:11 -07:00
Marcus Kellerman
96eafa9bb9 Support custom symbol font and specify which glyphs use fixed scale factor 2016-10-24 17:05:15 -07:00
Ryan L McIntyre
8fa1d162c4 Misc fixes
* wrong name for font awesome extension
* scale glyph for font awesome extension
* octicons 'desktop' glyph exact match fix
* octicons range updated to include the new glyphs in latest version
2016-10-23 18:29:11 -04:00
Ryan L McIntyre
53756eb842 Updates patcher and readme with the new options and glyph sets 2016-10-23 17:23:00 -04:00
Ryan L McIntyre
30d306216b Improves readability, prose, and some minor spelling fixes 2016-10-23 17:20:06 -04:00
Ryan L McIntyre
e9c3d443ee Merge branch 'sharkusk-monofixes' into 0.9.0
Conflicts:
	font-patcher
2016-10-23 13:18:42 -04:00
Ryan L McIntyre
c9b2fb4e66 Misc code readability fix 2016-10-23 12:28:35 -04:00
Ryan L McIntyre
6dfb1f0527 Fixes missing Octicons glyphs (fixes #87) 2016-10-23 12:03:33 -04:00
Jamie Rolfs
1691f47564 Add Hasklig 2016-10-22 12:27:34 -04:00
Marcus Kellerman
994267d94c Fix overlap (noticable with large amounts) 2016-10-21 23:26:03 -07:00
Marcus Kellerman
1edd4ca9d2 Fixed final issues with careful mode, parameterized overlap. 2016-10-21 21:59:40 -07:00
Marcus Kellerman
7e1ff32cd4 Fixed bug in careful option that was checking wrong slot due to hex to dec conversion error 2016-10-20 20:07:56 -07:00
Marcus Kellerman
b453598dca Removed stale comments 2016-10-20 15:24:45 -07:00
Marcus Kellerman
8ddf5376ac Refactored to use patch table 2016-10-20 15:23:14 -07:00
Marcus Kellerman
55395910bd maximize glyph size for power line and pomicons 2016-10-17 15:07:39 -07:00
Marcus Kellerman
aca83afe12 Set overlap at 1% in both h & v directions 2016-10-16 19:48:19 -07:00
Marcus Kellerman
af0a9eb831 Add some overlap on separators 2016-10-15 00:27:40 -07:00
Marcus Kellerman
7e043d633a Improved windows naming a bit 2016-10-14 23:37:45 -07:00
Marcus Kellerman
bcfd8c1f5a Use common scale factor for all glyphs from the same symbol font. 2016-10-14 23:19:10 -07:00
Marcus Kellerman
5583c6e342 Do not truncate subfamily name to avoid MacOS treating fonts as the same 2016-10-14 09:23:56 -07:00
Marcus Kellerman
d8b760aeed Work around for monospace ttf fonts not being detected by windows. 2016-10-14 00:35:44 -07:00
Marcus Kellerman
ab4f00e3ff Fixed windows ttf monospace misdetection and removed work around 2016-10-13 23:00:59 -07:00
Marcus Kellerman
ec419a80ba Unified indents, auto-convert to otf when generating windows fonts. 2016-10-13 17:48:30 -07:00
Marcus Kellerman
fec7b20a4a Various improvements for mono-space generation 2016-10-12 20:12:08 -07:00
ryanoasis
1115d5c5c8 Updates version and reference info for 0.8.0 2016-05-08 17:04:21 -04:00
ryanoasis
f933b5a2ba Adds new glyph font source: Font Linux (fixes #75) 2016-05-08 16:58:54 -04:00
ryanoasis
52e9a9537e Attempt to fix duplicate fonts in fontbook on osx (fixes #56, #61)
* restores part of logic from PR #61 from @jrolfs but slightly modified to work after them merge
2016-03-28 14:11:22 -04:00
ryanoasis
39ffddd631 Updates version info for 0.7.0 2016-03-20 12:07:57 -04:00
ryanoasis
c5c8d3138d Adds version info to CLI
* adds '-v' and '--version' command options to argparse
2016-03-20 12:04:53 -04:00
ryanoasis
f738d0ba0a Updates Font Awesome to version v4.5.0 (fixes #48)
* 20 new icons
* full list of changes: https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0
2016-03-19 14:27:21 -04:00
ryanoasis
2c03e9a2ec Fixes merge conflict leftover (#61)
* attempt to not set stye in the 'fontname' attribute
2016-03-19 14:08:07 -04:00
ryanoasis
971e1101d7 Merge branch 'consolidate-styles' of https://github.com/jrolfs/nerd-fonts into jrolfs-consolidate-styles
Conflicts:
	font-patcher
2016-03-19 13:54:22 -04:00
ryanoasis
94c2876b2a Merge branch '68-fix-powerlineSymbols-glyphs' of https://github.com/F1LT3R/nerd-fonts into F1LT3R-68-fix-powerlineSymbols-glyphs 2016-03-19 13:52:04 -04:00
ryanoasis
0d61093ae8 Slight clean-up, refactor and improved clarity of errors and warnings 2016-03-19 13:49:56 -04:00
ryanoasis
557fc004c1 Attempt to fix duplicate fonts in fontbook on osx (fixes #56)
* this is at least a partial untested/unverified start to the fix
* this will probably also include at least some part of Pull Request #61
2016-03-19 13:49:15 -04:00
Alistair MacDonald
6b46aeb9ac Use "powerlineSymbols" as 4th arg. 2016-03-15 10:02:25 -04:00
Jamie Rolfs
7cbc79b9ce Fix regular expression for font style splitting
Modify regular expression grouping instead of stripping dash from font style string
2016-03-12 17:09:27 -08:00
Jamie Rolfs
7dc096e8b9 Consistent quote style 2016-03-05 00:45:13 -08:00
Jamie Rolfs
1a835a5ecf Consider font style when generating familyname and fontname 2016-03-04 19:34:12 -08:00