Document V0.41.

pull/48/head
peterhinch 2023-01-30 18:11:24 +00:00
rodzic aa6f67157a
commit b5580b7100
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -11,7 +11,12 @@ resource-limited targets: the font file may be incorporated into a firmware
build such that it occupies flash memory rather than scarce RAM. Python code
built into firmware is known as frozen bytecode.
## 1.1 Recent revisions
## 1.1 Revision history
30 Jan 2023 V0.41 With thanks to @ferrolive (Igor Oliveira) who supplied the
charset file.
1. Charset file enables Chinese, Japanese and Korean glyphs to be specified.
2. Now allows much larger output files: sparse index is now 24 bit.
1 Feb 2021 V0.4 With thanks to @enigmaniac for the suggestion and code ideas.
1. Now supports `bdf` and `pcf` font files for better results at small sizes.

Wyświetl plik

@ -11,7 +11,7 @@
# The MIT License (MIT)
#
# Copyright (c) 2016-2021 Peter Hinch
# Copyright (c) 2016-2023 Peter Hinch
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal