Skip to content

Releases: drdnar/FontLibC

Release 7 June 2019

07 Jun 22:35
ac6ade9
Compare
Choose a tag to compare

This release adds built-in support for scrolling a text window up and down.

An off-by-one bug in ClearEOL has also been fixed.

Release 2 May 2019

03 May 07:18
Compare
Choose a tag to compare

This version is fully functional. Italic text support is still untested, but everything else has at least received cursory testing.

Send fontlibc.8xv to your device. Copy fontlibc.h into your CEdev/include folder to be able to use FontLibC in your project. Don't forget to get convfont and add it to your CEdev/bin folder so you can make fonts.

Release 14 March 2019

19 Mar 00:30
Compare
Choose a tag to compare
Release 14 March 2019 Pre-release
Pre-release

This release corresponds to the version first incorporated into the CE Development tool chain. This version is approaching feature completeness.

New beta adding some newline control options

09 Mar 08:20
Compare
Choose a tag to compare

This release adds additional functions for dealing with newlines. You can now control wrapping behavior. Perhaps more importantly, at the end of a line of text, you can have it erase the remaining unused space to the right. Alternatively, you can ask it to preclear the next line of text before you start printing.

First public beta

08 Mar 22:17
Compare
Choose a tag to compare
First public beta Pre-release
Pre-release

This is the first functioning public beta of FontLibC. To run the test program, copy fontlibc.8xv and FONTTEST.8xp to your calculator. To test FontLibC in your own programs, copy fontlibc.h to your CEdev\include directory. Look at the source code in src/testprgm/src for the example code.

fontlibc1