Commit Graph

108 Commits

Author SHA1 Message Date
Suraj N. Kurapati
3255e8259b backport: preserve the aspect ratio of target font 2023-02-28 00:54:35 -08:00
Suraj N. Kurapati
caa2a5dcf6 README: add a new section on WezTerm integration 2023-02-25 09:33:59 -08:00
Suraj N. Kurapati
b3dd0fdedc README: font renderings first, then app screenshots 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
0728ad1076 README: fix typos; link "Building" section; prose 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
90658c9b91 README: drop subheadings for individual font sizes 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
19574fd265 10x20r: backport rounded s/S chars from Tamsyn 1.6 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
2c7a9c82fb idempotent BDF to TTF conversion (no timestamps)
https://github.com/kreativekorp/bitsnpicas/issues/35
2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
4f4741dec8 Dockerfile: pin Bundler 2.3.26 for Ruby 2.5 support
Step 9/13 : RUN gem install bundler
 ---> Running in cbe3dbb35305
ERROR:  Error installing bundler:
        The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.3.26. Try installing it with `gem install bundler -v 2.3.26`
        bundler requires Ruby version >= 2.6.0. The current ruby version is 2.5.0.
2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
ce1a5d8cec docker: mount pwd to run directly; no more copying 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
76f91b0d28 use execve(2) arguments rather than shell script 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
2201fc4a9e add rake docker for consistent build with Docker 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
3a767955f8 check in docker-produced artifacts for comparison 2023-02-25 01:54:19 -08:00
Suraj N. Kurapati
b32c0aa924 use Docker for consistent and reproducible builds 2022-10-08 10:07:19 -07:00
Suraj N. Kurapati
38db274b8e
Merge pull request #33 from Nuc1eoN/patch-1
README: official bitmap-font-patcher link dead, use mirror
2022-03-26 16:07:44 +00:00
Nuc1eoN
fc6bebe712
README: official bitmap-font-patcher link dead, use mirror 2022-01-20 11:35:07 +01:00
Suraj N. Kurapati
7ea70cc0fd GH-31: bitmap-font-patcher vanished, so use mirror 2020-10-24 11:52:30 -07:00
Suraj N. Kurapati
9ae700da45 gitignore: ignore .uuid files created by fc-cache 2020-05-16 00:01:07 -07:00
Suraj N. Kurapati
7dedd738d6 GH-25: generate fonts in OTB format via fonttosfnt
Thanks to @j-n-f for showing how to properly generate these OTB files:

https://github.com/sunaku/tamzen-font/issues/25#issuecomment-607038541
2020-05-15 23:42:58 -07:00
Suraj N. Kurapati
e58a769153 README: add table of contents via vim-markdown-toc 2020-05-13 11:35:30 -07:00
Suraj N. Kurapati
2fed346f40 psf: stabilize font generation under bdf2psf-1.195 2020-05-12 12:15:15 -07:00
Suraj N. Kurapati
5f6b954f75 simplify logic; absorb rule; rename screenshot.txt 2020-05-12 12:15:15 -07:00
Suraj N. Kurapati
67d5da8675 drop dfont (macOS), fnt (Windows), pt3 (TeX) fonts
They are made obsolete by the TTF (TrueType) fonts.
2020-05-12 12:15:15 -07:00
Suraj N. Kurapati
d9ae00800a GH-7: generate fonts in TTF format via Bits'N'Picas
Thanks to @vasili111 and VileR for sharing how to generate TTF fonts:

https://int10h.org/blog/2018/05/flexi-ibm-vga-scalable-truetype-font/#comment180507-2104

https://github.com/sunaku/tamzen-font/issues/7#issuecomment-403204446
2020-05-11 22:09:23 -07:00
Suraj N. Kurapati
1b241cdf8e Gemfile: update bundler alongside our dependencies 2020-05-11 22:08:46 -07:00
Suraj N. Kurapati
c177497f2d Merge pull request #27 from sunaku/dependabot/bundler/rake-12.3.3
Bump rake from 10.5.0 to 12.3.3
2020-05-11 22:08:45 -07:00
dependabot[bot]
011d3ac911 Bump rake from 10.5.0 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.5.0...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 22:08:45 -07:00
Suraj N. Kurapati
db605473fb README: use actual Unicode emojis in license blurb 2020-05-11 22:08:03 -07:00
Suraj N. Kurapati
5212aa509d README: Repology.org provides package availability 2019-05-30 23:43:16 -07:00
Suraj N. Kurapati
f3c9a3fd45 README: try install ttf/ fonts on Windows & macOS 2019-05-30 23:43:16 -07:00
Suraj N. Kurapati
5c7b30ce86
Merge pull request #21 from BenRoe/master
added ttf folder and files
2018-11-04 19:31:27 +00:00
BenRoe
e066c9dc64 added ttf folder and files
I converted the .bdf files (not powerline) with the tool called [Bits'N'Picas](https://github.com/kreativekorp/bitsnpicas).
2018-10-18 15:43:20 +02:00
Suraj N. Kurapati
87cf48d8ac extract text in screenshots out into sample.txt 2018-10-15 09:15:50 -07:00
Suraj N. Kurapati
047976a005 drop README.png screenshot; man and tmux suffice 2017-04-01 12:48:01 -07:00
Suraj N. Kurapati
cb472c6ccd README: CommonMark based GitHub Flavored Markdown
https://githubengineering.com/a-formal-spec-for-github-markdown/
2017-04-01 12:48:01 -07:00
Suraj N. Kurapati
3d474b69f4 README: spare a life today (go vegan) to thank me 2017-02-11 13:55:56 -08:00
Suraj N. Kurapati
7ac8586f6e bdf: force ISO10646-1 encoding for Unicode support 2016-07-04 18:30:57 -07:00
Suraj N. Kurapati
c71586b7da README: add more screenshots: showing man and tmux 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
6f46a68e03 README: drop fenced code blocks: be cat(1) friendly 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
4a9f7da064 README: move giant screenshot into correct section 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
86065c106d README: download from official release, not master 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
a207aeb439 README: add installation instructions for Windows 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
d9464fe177 drop *.pdb because Palm OS officially died in 2009 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
36d57b6135 drop *.otb for X11: it's redundant with *.bdf
> X11 (Unix/Linux): The X consortium have
> devised their own format which they call
> "OpenType Bitmap" with extension `.otb`.

https://fontforge.github.io/bitmaponlysfnt.html
2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
8811a461d3 GH-9: drop *.fon files, they don't work under Win7 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
ee2c8d4d64 GH-9: ensure *.fnt embedded font names are unique 2016-07-04 18:30:30 -07:00
Suraj N. Kurapati
bae79897b2 add "Tamsyn" prefix to Git tag names for vN.N trees 2016-07-04 18:30:26 -07:00
Suraj N. Kurapati
19524f348a GH-10: Powerline infused BDFs need ISO10646 charset
Otherwise, URxvt renders Powerline symbols as boxes.
2016-07-02 11:39:18 -07:00
Suraj N. Kurapati
3456973418 README: revise install instructions and formatting 2016-05-24 15:09:17 -07:00
Suraj N. Kurapati
3574e7e921 add "quick brown fox" pangram text to screenshots 2016-05-24 15:09:13 -07:00
Suraj N. Kurapati
da7f8e85fc regenerate for hand-tweaked Powerline, 7x13, PSF 2016-05-24 15:07:52 -07:00