Search found 4 matches

by bm_masri
Fri Jun 23, 2006 3:58 am
Forum: General Font Discussions
Topic: Please Help - How to remove Empty characters
Replies: 4
Views: 8670

I'm sorry I do not think i was clear. The problem is that the characters in every font file are not consecutive. For example, I might have symbols from 0x21 to 0x40. Then starting at offset 0x40 to 0x50 the characters DO NOT EXIST (does not show in the font file), then 0x50 to 0x60 have symbols. So ...
by bm_masri
Thu Jun 22, 2006 5:11 am
Forum: General Font Discussions
Topic: Please Help - How to remove Empty characters
Replies: 4
Views: 8670

Please Help - How to remove Empty characters

Hello, :roll: I have about 600 fonts files. They are special fonts. The font starts at offset 0x21 and have symbols. Number of symbol in the font file are random. I need to display the symbol consecutively on the screen in a loop; for example for (int i = 0 ; i < 0x60 ; i++) displayfontcharacter (i)...
by bm_masri
Sun Feb 19, 2006 5:50 pm
Forum: FontCreator - Support
Topic: Please Help
Replies: 2
Views: 4439

thank you Bhikkhu. I used your advise and changed the Bold effect in Vertical direction and it looks much better :D However, I noticed that the horizantal direction has no big effect! But I will keep experimenting. Also, what splindy font and how can i know that my font is splindy and whether it nee...
by bm_masri
Sun Feb 19, 2006 3:48 pm
Forum: FontCreator - Support
Topic: Please Help
Replies: 2
Views: 4439

Please Help

I have a TTF font that displays characters on the screen very thin, I mean the stroke is really very thin. How can I make all the font thicker without doing each one individually characters? Is there an easy way to do that using High Logic? and how? Please say yes! I will give you the greatest mark ...