AntTweakBar icon indicating copy to clipboard operation
AntTweakBar copied to clipboard

Some characters on ATB

Open ghost opened this issue 5 years ago • 3 comments

Hi there, I am working on a project using anttweakbar in it, my project language is Turkish. As far I see, AntTweakBar does not supports most of Turkish letters. Is there a way to fix atb for Turkish letters?

Thanks.

ghost avatar Nov 10 '20 14:11 ghost

Yes, The fonts are in pgm files in directory \TweakBar\compile\res saved. Create a pgm file for your language and add it to the code e.g. spanish, norwegian, cyrillic, indonesian, arrabic, devanagari, etc.

lucifer602288 avatar Jan 09 '21 14:01 lucifer602288

An alternative approach for the less artistic engineer could be to replace bitmap font handling with something that renders standard vector fonts, this way supporting any character therein (or at least the ones on the Unicode's BMP).

tschw avatar Mar 24 '21 23:03 tschw

Hmm, thanks for answers.

ghost avatar Apr 06 '21 18:04 ghost