From e76132cadb991c9dfe3f514cf4478c53e18be5f1 Mon Sep 17 00:00:00 2001 From: Anton Mukhin Date: Fri, 18 Jul 2025 17:57:19 +0300 Subject: [PATCH] Update Readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 68e5c52..ac01b19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ McFLY's Bit Font and Image Editor Download in the [Releases](https://gitea.mcflyer.ru/McFLY/McBitFont/releases) section! -Features: +Library example instructions to implement to STM32 code: [mctext](STM32_HAL_Lib/README.md) + +**Features:** - Generate a project based on a font installed in the system - Basic pixel manipulations: shift, flip, invert, etc... - Import an image @@ -14,11 +16,11 @@ Features: - Export to a PNG image showing all the characters in a table - Test your font in special dialog -Requires: +**Requires:** - Windows 7+ - .NET 9 -Some basic hints on the interface: +**Some basic hints on the interface:** - Mouse 1 to mark a pixel black - Mouse 2 to mark a pixel white - Drag the mouse holding a button to draw pixels @@ -31,8 +33,6 @@ Some basic hints on the interface: - Alt + Scroll to change painting brush size - When Rectangle selection tool is active hold Ctrl+Alt to temporary disable it to be able to draw -Library example instructions to implement to STM32 code: [mctext](STM32_HAL_Lib/README.md) - #### Important: **Since v2.0 new save file format is implemented. You can use [McBitFont v1.7](https://gitea.mcflyer.ru/McFLY/McBitFont/releases/tag/v1.7) to convert old saved files to the new format.**