Re: [Tutor] Font capture from webpages

2008-04-14 Thread Alan Gauld
"Ashish Sharma" <[EMAIL PROTECTED]> wrote > I want to find the font style,Font size written in webpage without > looking into source code. Do you mean you need to find the actual font used in the browser regardless of the settings in the HTML/CSS source? On Windows you can probably do that by

Re: [Tutor] Font capture from webpages

2008-04-14 Thread linuxian iandsd
> I want to find the font style,Font size written in webpage without looking > > into source code. > > > your best bet would be your eyes. otherwise python will need to parse the source code to tell. ___ Tutor maillist - Tutor@python.org http://mail.p

Re: [Tutor] Font capture from webpages

2008-04-14 Thread Kent Johnson
Ashish Sharma wrote: > Hi , > > I want to find the font style,Font size written in webpage without > looking into source code. Do you mean you don't want to look at the HTML/CSS for the page? If not, I guess you will have to somehow query the browser. Tools for that will be specific to the brow

Re: [Tutor] Font capture from webpages

2008-04-14 Thread W W
beautiful soup would do it. It's still looking into the source, though. On Mon, Apr 14, 2008 at 7:02 AM, Ashish Sharma <[EMAIL PROTECTED]> wrote: > Hi , > > I want to find the font style,Font size written in webpage without > looking into source code. > > Can Any one tell if there is API avalab

[Tutor] Font capture from webpages

2008-04-14 Thread Ashish Sharma
Hi , I want to find the font style,Font size written in webpage without looking into source code. Can Any one tell if there is API avalable for this in python . Thanks in Advance. Ashish Sharma ___ Tutor maillist - Tutor@python.org http://mail.python