A very fast C++ font converter
Explore the docs »
Report Bug
.
Request Feature
A high-speed and straightforward C++ font converter that transforms TrueType (.ttf) and OpenType (.otf) font files into an array of unsigned characters [uint8_t]. Developed in C++ with a user-friendly interface using CppWinForms.
Programming language
- C++
Visuals
- CppWinForms
Open the Font_To_Uint_8t.sln solution file. Build the solution.
- Visual Studio 2022 (https://visualstudio.microsoft.com/vs/)
- Clone the repo
git clone https://github.com/99Anvar99/Font-Converter.git
- Launch the application.
- Click the "Choose File" button.
- Select the desired font file.
- Click the "Convert" button.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- 99Anvar99 - Software Developer - 99Anvar99 - Built C++ Font Converter