problem in Balloon True type support

Prabhakar katlakunta katlakunta.prabhakar at gmail.com
Tue Aug 9 10:26:25 UTC 2005


hi every one,

To be more specific. Lets say there is  an glyph at location 123. 
And i am able to view whole glyphs using 
                  
                        TTFontReader openTTFFile:'xyz.ttf'.

But when i am trying to view the individual glyphs by giving the
ascii. i am unable to view the glyph properly, an blank box is
appearing instead of glyph at that particular location. This problem
is not with all the glyphs .The code used to view the individual
glyphs is:
  
a_ TTFontDescription addFromTTFile:'c:\eenadu.ttf'.
b_ TTSampleStringMorph font: a.
b string:(Character value:123)asString.
b openInWorld. 

i will be very greatfull if any suggestions or pointers provided.
Thanking you,

K.Prabhakar,
CITE, IIIT,
Hyderabad,
India.



More information about the Squeak-dev mailing list