Skip to content

PanVena/blocky-25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocky 2.5 Font

A compact 5-line FIGlet font Blocky 2.5, created for the game Dungeon Revizor: The Game.

Features

  • 5 lines height — ideal for terminal interfaces with limited space.
  • Full language support:
    • Basic Latin.
    • Cyrillic (Ukrainian: А-Я, Ґ, Є, І, Ї; Belarusian: Ў, Ё, Ы, Э, І).
    • Latin Extended (Polish: Ą, Ć, Ę, Ł, Ń, Ó, Ś, Ź, Ż).
  • Specific kerning: 1 space between letters, 2 spaces for the space character.

Examples

English

English Example

Ukrainian

Ukrainian Example

Belarusian

Belarusian Example

Polish

Polish Example

Files

  • blocky_25.flf — font file in FIGlet format.
  • install.py — script to install into the system pyfiglet directory.
  • demo.py — quick demonstration of the font.

Installation

pip install pyfiglet
python install.py

Test:

pyfiglet -f blocky_25 "Hello"

Use in code

import pyfiglet

# Temporary .flf file connection
pyfiglet.FigletFont.installFonts("blocky_25.flf")
print(pyfiglet.Figlet(font="blocky_25").renderText("Hello"))

License

This font is distributed under the MIT license (see LICENSE). Author: Pan Vena (Lazy AIs), 2026.


🎮 Check out Dungeon Revizor: The Game!

This font was originally created to be used in Dungeon Revizor: The Game. If you enjoy our open-source tools and assets, please consider supporting our team by adding the game to your Steam Wishlist! Your support helps us create more awesome stuff!

About

Compact 5-line FIGlet font supporting Latin, Ukrainian, Belarusian, and Polish alphabets. Created for Dungeon Revizor: The Game.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages