LuciansHandBitMap-Font
Renders the characters from LuciansHandBitMap Font using a state machine.
Prerequisites
- Please download and install SWI-Prolog for your machine at
https://www.swi-prolog.org/build/
.
1. Install manually
Download this repository, the Languages repository and Cultural Translation Tool.
2. Or Install from List Prolog Package Manager (LPPM)
- Download the LPPM Repository:
mkdir GitHub
cd GitHub/
git clone https://github.com/luciangreen/List-Prolog-Package-Manager.git
cd List-Prolog-Package-Manager
swipl
['lppm'].
lppm_install("luciangreen","LuciansHandBitMap-Font").
halt
Running
In Shell:
cd LuciansHandBitMap-Font
swipl
Load the Split on Phrases program by typing:
['characterbr.pl'].
The algorithm is called in the form:
ctobr0.
This gives the output:
A
[] [] [1,2] [] []
[] [] [1,2] [] []
[] [1] [] [2] []
[] [1] [] [2] []
[] [1,3] [3] [2,3] []
[1] [] [] [] [2]
[1] [] [] [] [2]
[] [] [] [] []
[] [] [] [] []
*
*
* *
* *
***
* *
* *
etc.
Alternatively, the algorithm may be called with:
ctobr('A').
Where
'A'
may be replaced with another character name.
Download Font
You may download LuciansHandBitMap Font.
Authors
Lucian Green - Initial programmer - Lucian Academy
License
I licensed this project under the BSD3 License - see the LICENSE.md file for details