Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Do we really want to use a vector to cache unicode data?
Abdelrazak> No, a vector to cache width (int) data. This is to replace
Abdelrazak> the map font width, nothing to do with unicode.
How large will this vector be?
Abdelrazak> As large as the number of character width and font as the
Abdelrazak> document use.
That was my question: isn't the font supposed to have 2^16 (2^32?)
characters?
Ah, sorry about the misunderstanding. IIRC correctly there was a trick
in Andre solution to avoid that big size. Need to search the archive.
Abdel.