Share via


HtmlFont.new Method

Initializes a new instance of the Object class.

Syntax

public void new(
   [str TypeFace, 
    int PointSize, 
    int Style, 
    int TextColor, 
    int BackColor])

Run On

Client

Parameters

  • TypeFace
    Type: str
  • PointSize
    Type: int
  • Style
    Type: int
  • TextColor
    Type: int
  • BackColor
    Type: int

See Also

Reference

HtmlFont Class