Skip to content

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.

License

Notifications You must be signed in to change notification settings

99Anvar99/Font-Converter

Repository files navigation


Logo

Font-Converter

A very fast C++ font converter

Explore the docs »

Report Bug . Request Feature

Downloads Contributors Forks Stargazers Issues License

Table Of Contents

About The Project

Screenshot 2024-01-09 062124

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.

Built With

Programming language

  • C++

Visuals

  • CppWinForms

Getting Started

Open the Font_To_Uint_8t.sln solution file. Build the solution.

Prerequisites

Installation

  • Clone the repo
git clone https://github.com/99Anvar99/Font-Converter.git

Usage

  1. Launch the application.
  2. Click the "Choose File" button.
  3. Select the desired font file.
  4. Click the "Convert" button.

Screenshot 2024-01-09 061945

Contributing

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.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

  • 99Anvar99 - Software Developer - 99Anvar99 - Built C++ Font Converter

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published