IdreesInc/Monocraft

Bold does not match Minecraft

Open

#167 opened on Sep 4, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (113 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,423 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The bold type should look like this In Minecraft bold text is rendered by drawing each character twice: once at its normal position and again one pixel to the right. This technique creates the appearance of thicker, bolder text without modifying the font itself.

You simply double everything this way and it's all you gotta do

Contributor guide