1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00
Commit Graph

68 Commits

Author SHA1 Message Date
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
ryanoasis
fadf5632e7 Fixes possible error with '--careful' flag (fixes #45)
* look up slot by unicode, fixes breaking if has careful flag and copying with 'exact encoding' glyph set copying method (e.g. 'Powerline Extra')
2015-11-16 15:16:09 -05:00
ryanoasis
9df53ca4ce Adds parallelization (background processes) to all fonts patcher and refactoring
* refactors font patcher and adds new option to specify output directory
* adds timing and parallelization (background processes) to all fonts patcher
** takes advantage of new 'outputdir' option needed when running multiple processes - puts font in correct directory
2015-11-15 18:05:57 -05:00
ryanoasis
96897e7b33 Fixes the glyph sizes used for 'Powerline Extra Symbols' 2015-11-15 08:50:18 -05:00
ryanoasis
10c36334c8 Fixes the 'Complete' set detection (missing powerlineextra) 2015-11-15 08:49:46 -05:00
ryanoasis
3a55469627 Version reference bump to v0.6.0 on script files 2015-11-14 16:50:16 -05:00
ryanoasis
b268c65591 Updates font naming convention to be more manageable and font variations to use the same Font Family (partially fixes: #25, #32, #42) 2015-11-14 16:49:18 -05:00
ryanoasis
9de9b859c8 Fixes Ligatures being lost/overwritten when patching (fixes #43) 2015-11-14 16:39:15 -05:00
ryanoasis
af9b980457 Adds support for Powerline Extra Symbols glyphs (#30, #35) 2015-11-10 20:47:12 -05:00
ryanoasis
fc83985916 Fixes glyph names not persisting when patching fonts (fixes #41) 2015-11-10 20:43:15 -05:00
ryanoasis
662578345c Updated Font Awesome source to latest version v4.4.0
* updated glyph source file
* updated patcher to use the new icons
* Font Awesome: 66 new icons in 4.4
2015-09-19 14:07:11 -04:00
ryanoasis
9620d47aed Fixes wrong unicode codepoints for Font Awesome glyphs (fixes #31)
* if conflict between Font Awesome and Octicons, Font Awesome takes presedence in positioning
2015-09-19 13:56:49 -04:00
ryanoasis
c3d7b746e8 Updated version references to 0.5.0 2015-09-19 12:20:11 -04:00
ryanoasis
0767b41a87 Re-organized and SIL compliance changes for 'Hack' font 2015-09-19 11:40:53 -04:00
ryanoasis
b9b87c96a0 Merge branch 'cheba-hack-font' into 0.5.0
* Resolved in script version info
Conflicts:
	gotta-patch-em-all-font-patcher!.sh
2015-09-19 11:13:13 -04:00