Merged
Conversation
- Introduced a new console command `rus-sumbol` to print the Russian alphabet. - Updated command count in the console to reflect the new command. - Added function declaration for `cmd_rus_sumbol` in `functions.h`. - Implemented the `cmd_rus_sumbol` function in `text.c` to display the Russian alphabet. - Enhanced font management by adding a `unicode_to_glyph_index` function to handle Cyrillic characters and other special symbols. - Modified `fm_get_glyph` to use codepoints instead of characters for better Unicode support. - Updated font management header to reflect changes in function signatures.
- Implemented a Python script `json_to_c_font.py` that converts a JSON font map into C designated initializers. - The script includes command-line arguments for input/output paths, glyph height, trimming options, and codepoint settings. - Added an example JSON input file `json_to_c_font_example_input.json` containing glyph data for testing the conversion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.