Wykres commitów

  • 6e9e934939 V0.33 Add baseline(), fix bug with name check. Peter Hinch 2019-10-17 07:32:27 +0100
  • b854d8f078 Sparse fonts use non-recursive search. Peter Hinch 2019-09-21 05:24:02 +0100
  • 3078e311cd More efficient search in sparse fonts. Peter Hinch 2019-09-10 09:36:41 +0100
  • 8f818db3c6 Refactor. Peter Hinch 2019-09-09 12:01:37 +0100
  • 229ec1ba4b Fixes to docs and code comment. Peter Hinch 2019-09-09 06:51:29 +0100
  • 6f3ed4e66b Corrections to FONT_TO_PY.md. Peter Hinch 2019-09-08 17:37:27 +0100
  • 52d060737d V0.3 Sparse index implemented. Peter Hinch 2019-09-08 17:25:51 +0100
  • dfb80d975d Dual indices. Peter Hinch 2019-09-08 12:55:09 +0100
  • 78b0056713 Docs: minor change to FONT_TO_PY.md Peter Hinch 2019-09-08 06:03:00 +0100
  • 2adc54c417 V0.28 release. Peter Hinch 2019-09-07 11:55:12 +0100
  • d5afb2041a Add extended char set file. Peter Hinch 2019-09-06 09:17:44 +0100
  • ae77904df9 Merge mcauser doc updates Peter Hinch 2019-09-06 09:14:35 +0100
  • a9bafe4663 V0.27 Command line as comment in font file. Peter Hinch 2019-09-06 09:06:23 +0100
  • 311e78bc56
    Merge pull request #16 from mcauser/hx1230 Peter Hinch 2019-08-19 18:26:53 +0100
  • 0ea6d712a1 Update DRIVERS.md to include ref to HX1230 driver. Mike Causer 2019-08-20 00:44:03 +1000
  • bfcbb1350b Update WRITER.md to include ref to HX1230 driver. Mike Causer 2019-08-20 00:43:43 +1000
  • 1bf283b16f Update WRITER.md to include ref to SSD1351 driver. Peter Hinch 2019-06-04 13:31:26 +0100
  • 24e3d2a1a7 Add missing writer_gui.py Peter Hinch 2019-02-03 14:30:50 +0000
  • 55075023f4 Specify utf-8 encoding in file open(). Peter Hinch 2018-09-11 16:41:54 +0100
  • 793c805f4f Add --iterate argument. Peter Hinch 2018-09-06 11:38:52 +0100
  • 6eb8adb31c GUI elements split out to nanogui. Peter Hinch 2018-08-31 11:17:58 +0100
  • 052a882f31 Update cyrillic to include complete charset. Peter Hinch 2018-08-29 07:40:28 +0100
  • b544eff449 Document -k option. Peter Hinch 2018-08-28 11:52:33 +0100
  • 2955368b22 font_to_py.py Add --charset_file option. Peter Hinch 2018-08-28 11:37:21 +0100
  • 32cdb86fed font_to_py.py Now works with latest Freetype V(2, 9, 1). Peter Hinch 2018-08-22 10:43:27 +0100
  • 2097df9bf0 font_to_py: update RAM use figures in docs. Peter Hinch 2018-08-20 13:53:20 +0100
  • 5e3872117c font_to_py.py Update docs. Peter Hinch 2018-08-20 11:54:36 +0100
  • 2c3b1f5327 Fix broken links in docs. Peter Hinch 2018-08-20 11:34:49 +0100
  • e4e33f787b font_to_py.py Fix bug with non-contiguous charset. Peter Hinch 2018-08-20 11:29:29 +0100
  • 7f4f840dda font_to_py.py Add --charset option. Peter Hinch 2018-08-20 07:45:39 +0100
  • c341ee9bd2 Writer version 0.3 Peter Hinch 2018-08-14 17:22:21 +0100
  • 0d4883fa4e Improve docs to clarify frozen bytecode technique. Peter Hinch 2018-07-04 07:38:00 +0100
  • ba3d585162 FONT_TO_PY.md Improve installation instructions. Peter Hinch 2018-06-02 12:03:11 +0100
  • f3f75c56ba Add warning about ttf extended ASCII. Peter Hinch 2018-03-11 11:01:46 +0000
  • 39e167efd5 Merge e8fc2dcf54 into de1e7cc65b Brian Cappello 2017-09-02 06:00:10 +0000
  • de1e7cc65b README.md: include ref to Brian Cappello's fork. Peter Hinch 2017-09-02 06:59:50 +0100
  • 5b4ae0c038 README.md: include ref to Brian Cappello's fork. Peter Hinch 2017-09-02 06:56:21 +0100
  • e8fc2dcf54 update font version for line mapped format Brian Cappello 2017-07-08 21:38:41 -0400
  • 45c247c4df revert get_char to get_ch rename for BC Brian Cappello 2017-07-07 10:18:58 -0400
  • 9da8817f68 add some warnings to font_to_py for unsupported cli flag combinations Brian Cappello 2017-07-04 18:38:43 -0400
  • b6259d81fb add some comments to Writer methods Brian Cappello 2017-07-04 18:37:52 -0400
  • d0f9da0fa5 add color kwarg to display draw_text method Brian Cappello 2017-06-29 17:30:07 -0400
  • 8255391465 add missing color parameter to writer display.line calls Brian Cappello 2017-06-29 16:27:29 -0400
  • b555829618 add support for rendering line mapped fonts to font_test Brian Cappello 2017-06-29 16:24:44 -0400
  • 3e36da26b5 add back original Bitmap.display() function Brian Cappello 2017-06-29 15:07:28 -0400
  • 3cf50e84c0 add arg parser to font_test for testing bitmapped fonts Brian Cappello 2017-06-29 14:51:42 -0400
  • e5bdcbe098 add explanation of line mapping format to DRIVERS doc Brian Cappello 2017-06-29 14:48:09 -0400
  • 90998dd94e allow to specify color to writer Brian Cappello 2017-06-29 14:46:59 -0400
  • 247098465b rename from_bytes to _from_bytes in generated font files Brian Cappello 2017-06-29 11:24:09 -0400
  • 12811b8542 do not display debug output while running font_to_py Brian Cappello 2017-06-29 11:22:02 -0400
  • 2ef0403ed4 add font line mapping format + rendering code Brian Cappello 2017-06-25 19:50:04 -0400
  • 85f90b0900 update writer to support rotation and be ~3x faster Brian Cappello 2017-06-24 09:06:54 -0400
  • 0de8876e67 update font_to_py to support non-sequential charsets Brian Cappello 2017-06-24 09:00:48 -0400
  • c5b9ce159d Fix bug in binary font creation Peter Hinch 2017-01-12 18:00:10 +0000
  • 0de6e1a9af Typo fixed Peter Hinch 2017-01-12 17:07:45 +0000
  • 67aa79b9c9 README updated. Peter Hinch 2017-01-12 16:05:48 +0000
  • 5f1f184518 README updated. Peter Hinch 2017-01-12 16:03:36 +0000
  • 4c966bbdcd Optional support for extended ASCII Peter Hinch 2017-01-12 15:48:26 +0000
  • 5c37366451 README: add font file interface Peter Hinch 2017-01-06 15:16:58 +0000
  • d518b4a772 V0.2 Adapted for improved framebuf module Peter Hinch 2016-12-17 12:16:07 +0000
  • 686d1c92bb Better usage of memoryview reduces heap allocation Peter Hinch 2016-11-26 07:56:06 +0000
  • 67ea344993 Height determination improved. Better user feedback. Peter Hinch 2016-11-20 17:12:32 +0000
  • 4058de707a Precise height determination. Binary file output option. Peter Hinch 2016-11-18 18:10:03 +0000
  • 7fa84269fd Fix code comment error Peter Hinch 2016-11-15 14:05:33 +0000
  • ba0b85d22f Tidy up docs Peter Hinch 2016-11-15 13:58:52 +0000
  • 1bcf06c531 Docs updated Peter Hinch 2016-11-15 12:10:21 +0000
  • bb4c0415d6 get_ch() now returns a memoryview Peter Hinch 2016-11-03 16:57:44 +0000
  • ae49472e90 Initial release. Added font_test.py Peter Hinch 2016-10-29 11:35:13 +0100
  • 3ba89d2e0d Initial version not fully tested Peter Hinch 2016-10-26 17:53:37 +0100
  • ae5b00c7d1 Proposed implementation now passes module name to driver Peter Hinch 2016-10-25 15:20:26 +0100
  • 4287597329 More typos fixed. Recovering from eye operation :) Peter Hinch 2016-10-23 11:16:23 +0100
  • 8ad20bf455 Paragraph on mapping added Peter Hinch 2016-10-23 08:33:47 +0100
  • d8953cd029 PyFont.get_properties enables validation. Bit reversal clarified. Typos fixed. Peter Hinch 2016-10-23 07:24:31 +0100
  • 2480158fc2 PyFont.get_properties enables validation. Bit reversal clarified. Typos fixed. Peter Hinch 2016-10-23 07:22:59 +0100
  • 5fd6f42305 Option to remove advance deleted on grounds of minimal savings Peter Hinch 2016-10-22 13:34:00 +0100
  • e7c2fdf7d5 README links added Peter Hinch 2016-10-22 12:03:15 +0100
  • da5131a4a2 Initial commit of specification Peter Hinch 2016-10-22 11:28:23 +0100
  • cbb76dae92 Initial commit Peter Hinch 2016-10-22 07:50:27 +0100