Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Also, we can probably use something better than a map (I'm sure qt
has nice hash tables) to store metrics.
Abdelrazak> Or Andre's vector solution. I'll check it out.
Do we really want to use a vector to cache unicode data?
No, a vector to cache width (int) data. This is to replace the map font
width, nothing to do with unicode.
How large
will this vector be?
As large as the number of character width and font as the document use.
Abdel.