FontSize Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports the ability to display varying font sizes.

 

C# Example:

<html>Font size:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.FontSize);

%>

</html>

 

See Also:

FontColor Property (.NET)

TextSize Property (.NET)

FontSmoothing Property (.NET)

FontsInstalled Property (.NET)