On Wed, 13 Jun 2012 17:56:55 +0300 Tom Hacohen <tom.haco...@samsung.com> said:

> On 13/06/12 17:56, Carsten Haitzler (The Rasterman) wrote:
> > On Wed, 13 Jun 2012 16:25:23 +0300 Tom Hacohen <tom.haco...@samsung.com>
> > said:
> >> Glyph is an index of a specific char in a font file, don't use it, as
> >> it's not the same for all characters across font files. You should use
> >> Eina_Unicode as did before.
> >
> > no. as this is insufficient. you need. you want an int.
> >
> 
> First of all, as I said, you can't use the glyph index, because as I 

its not the freetype font glyph index - its the codepoint - unicode. call it
whatever u like - it has to be an int. read temrinology's code. it does this
and it works just fine.. between fonts.

> said, it won't work between fonts, so you have to store the unicode 
> value... And if you store the unicode value, why not use Eina_Unicode 
> which was made just for that?

16bits is not enough on windows. at least that's what vincent claims. and there
is no need or DESIRE to abstract this. size matters. we need 32bits of space.
efl works on the notion that int == 32bits. make it an int.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to