Hi,

How does Chromium handling font loading?

For example, the following css, each element has it own font, can you
please point me to the code where chromium loads up each font? And
then use  each font's font matrix (with height/width of each
character) during layout?

h4 { font-family: sans-serif; }

h5 { font-family: serif; }

h6 { font-family: arial; }

For example
<h4> hello </h4> <h5> world </h5>

It needs to calculate where (x,y) of each text 'hello' 'world' begin and end.

I found this thread for Webkit, saying it uses 'libicu'. for Webkit.
http://lists.macosforge.org/pipermail/webkit-dev/2009-April/007430.html
Is it the same as chromium?

Thank you.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to