HTMLparser.ParseFontSize Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.ParseFontSize Method 

Parses font's tag size param

public static FontSize ParseFontSize(
   string sSize,
   FontSize oCurSize
);

Parameters

sSize
String value of the size param
oCurSize

Return Value

Relative size of the font size or Unknown if it was not determined

See Also

HTMLparser Class | Majestic12 Namespace