HTMLparser.IsBiggerFont Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.IsBiggerFont Method 

Checks if first font is bigger than the second

public static bool IsBiggerFont(
   FontSize oFont1,
   FontSize oFont2
);

Parameters

oFont1
Font #1
oFont2
Font #2

Return Value

True if Font #1 bigger than the second, false otherwise

See Also

HTMLparser Class | Majestic12 Namespace