ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
163 stars 34 forks source link

Add and use Russian font #178

Closed stavtexno closed 2 years ago

stavtexno commented 2 years ago

Hello Calvin!!! Thank you for this project! Answer please, how i can use Russian font?

Pconti31 commented 2 years ago

@stavtexno you are welcome. I should note Calvin doesn't generally answer here since I wrote and support the builder. Calvin's baby is the GUIslice API.

I have tried to describe all font information in the user guide including how to add your own.

Now for any new font the choices depend greatly upon your target hardware, Arduino?, ESP32, something else... So what hardware are you planning to use? Paul--

stavtexno commented 2 years ago

I use ESP -32 and TFT-eSPI

Pconti31 commented 2 years ago

@stavtexno In that case read the UserGuide 5.7 Adding Fonts looking at how I added a Chinese VLW font for ESP32 and TFT_eSPI driver then look closely at Appendix G - Creating VLW Fonts. If you run into any problem just ask. Paul--