Re: [webkit-dev] Font Name

2011-05-30 Thread Soheil Servati Beiragh
r, Ontario Canada, N9B 3P4 Phone: 519-253-3000 Ext 3396 Email: serv...@uwindsor.ca From: Eric Seidel To: Mustafizur Rahaman Cc: Soheil Servati ; WebKit Development Sent: Sunday, May 29, 2011 12:59 PM Subject: Re: [webkit-dev] Font Name There are a couple s

Re: [webkit-dev] Font Name

2011-05-29 Thread Eric Seidel
There are a couple steps missing, but this hits most of the important points. I think one could turn such into a blog post with diagrams if so desired. -eric On Sat, May 21, 2011 at 5:55 PM, Mustafizur Rahaman wrote: > Hi, > > When you are drawing some text, you create a RenderText(RenderObjec

Re: [webkit-dev] Font Name

2011-05-22 Thread Antonio Gomes
This should go to webkit.org/articles :) On Sat, May 21, 2011 at 1:55 PM, Mustafizur Rahaman wrote: > Hi, > > When you are drawing some text, you create a RenderText(RenderObject) > which has all the rendering info & the m_style of RenderText has the style > info required to render the text. > >

Re: [webkit-dev] Font Name

2011-05-21 Thread Mustafizur Rahaman
Hi, When you are drawing some text, you create a RenderText(RenderObject) which has all the rendering info & the m_style of RenderText has the style info required to render the text. Let's consider the following style data I have in my html page body.rahaman{ font:30px courier; } Rahaman On

[webkit-dev] Font Name

2011-05-19 Thread Soheil Servati Beiragh
Hi I want to know after webkit parses the html file where does it save the font that is used for text? It definitely won't save a name for the font but there should be some kind of index or sth to tell the rendering engine which font is being used. Thanks in advance    Soheil Servati Beiragh Ph