C# HTML Font Tag Parsing -


i need parse large amount of text uses html font tags formatting,

for example:

<font face="fontname" ...>some text</font> 

specifically, need determine characters rendered using each font used in text. need able handle stuff font tags inside font tag.

i need use c# this. there sort of c# parser class make easier? or have write myself?

thanks!

i have not used it, have seen html agility pack mentioned type of thing.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -