Home

Awesome

GuiLite Toolkit - Build Font/Bitmap resource

GuiLiteToolkit is 200 lines code for building font lattice & bitmap of GuiLite.

How to build font lattice?

Step 1: Input the charaters you need.

input

Step 2: Choose font type you want.

choose.font

Step 3: Generate CPP files.

generate

Step 4: Add CPP files to your APP project.

addin

How to input charaters in your APP?

It works with unicode(UTF-8), will help your APP support all languages and symbols all over the world.

For Linux Gcc - input unicode charaters directly

e.g: char* my_string = "abc你好"

For Windows Visual studio

Sample Code

Link to HelloFont

How to build bitmap?

Step 1: Import 24 bits bitmap.

import bitmap

Step 2: Generate CPP files.

generate

Step 3: Add CPP files to your APP project.

addin

Know issue

  1. Letter lattice is all black.