[webkit-dev] SVG Fonts in webkit

Rob Buis rwlbuis at gmail.com
Tue May 24 15:20:51 PDT 2011


Hello Saba,

On 24 May 2011 17:16, Saba Taseer <stehseen at hotmail.com> wrote:
> I was trying to study fonts rendering in Webkit. I was successfully able to
> see the path html text tag follows to be drawn in inlinetextbox.cpp. Then I
> tried to study SVG fonts rendering in webkit, but I didnot reach any of
> SVGFont element related calls. Can some one please explain how SVG fonts are
> handled in Webkit? I have ENABLE_SVG switch enabled in my webkit, do I have
> to enable SVG fonts seperately?

You can find the code by grepping in Source/WebCore for SVG_FONTS.
AFAIK it is disabled when SVG is enabled. Hope that helps!
Cheers,

Rob.


More information about the webkit-dev mailing list