Block Letter Comments
A handy script for creating block header comments in code.
Posted on: 220102
/**********************************************************************/ /*** #####, ## #### ####_ ## # ## ###### ###### **********/ /*** ##___# ## ##` # ## ` ##__# ## ##___ ## **********/ /*** ##^^^x ## ##, .# ## _ ##^^# ## ##^^^ ## **********/ /*** #####* ###### #### ####` ## # ###### ###### ## **********/ /**********************************************************************/
I wrote this PHP function some time ago to create block header comments like the one pictured above. Comes with the typefaces: 6, 5, 5l, 4l, 4xl, 3, 3l, 3xl. All of the typesets are 4 lines tall—the number refers to the width of the characters.
Only letters, numbers, spaces and hyphens are allowed in the quote. All other characters are substituted with hyphens. The function also only outputs upper-case characters. Lower-case will be converted. The script exists in both Javascript and PHP, and both sources can be found on the Github page for this project posted at the bottom of this article.
Try the live version below and change the parameters to whatever you want...
...
Github link:
https://github.com/Motekye/Blocklet