|
4 | 4 | ** Copyright 1999 Brian J. Swetland |
5 | 5 | ** Copyright 1999 Vassilii Khachaturov |
6 | 6 | ** Portions (of vt100.c/vt100.h) copyright Dan Marks |
7 | | -** |
| 7 | +** |
8 | 8 | ** All rights reserved. |
9 | 9 | ** |
10 | 10 | ** Redistribution and use in source and binary forms, with or without |
|
28 | 28 | ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
29 | 29 | ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
30 | 30 | ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
31 | | -** |
32 | | -** Modifications to Tom Thumb for improved readability are from Robey Pointer, |
| 31 | +** |
| 32 | +** Modifications to Tom Thumb for improved readability are from Robey Pointer, |
33 | 33 | ** see: |
34 | 34 | ** http://robey.lag.net/2010/01/23/tiny-monospace-font.html |
35 | | -** |
36 | | -** The original author does not have any objection to relicensing of Robey |
37 | | -** Pointer's modifications (in this file) in a more permissive license. See |
| 35 | +** |
| 36 | +** The original author does not have any objection to relicensing of Robey |
| 37 | +** Pointer's modifications (in this file) in a more permissive license. See |
38 | 38 | ** the discussion at the above blog, and also here: |
39 | 39 | ** http://opengameart.org/forumtopic/how-to-submit-art-using-the-3-clause-bsd-license |
40 | 40 | ** |
|
43 | 43 | ** https://gist.github.com/skelliam/322d421f028545f16f6d |
44 | 44 | ** William Skellenger ([email protected]) |
45 | 45 | ** Twitter: @skelliam |
46 | | -** |
| 46 | +** |
47 | 47 | ** Jan 09, 2020: Bitmaps now compressed, to fix the bounding box problem, |
48 | 48 | ** because non-compressed the calculated text width were wrong. |
49 | 49 | ** Andreas Merkle ([email protected]) |
|
0 commit comments