Which of the following statements correctly creates a Font object?

a. new Font(34);
b. new Font("Times", 34);
c. Font.font("Times", 34);
d. Font.font("Times", FontWeight.NORMAL, 34);
e. Font.font("Times", FontWeight.NORMAL, FontPosture.ITALIC, 34);

a. new Font(34);
b. new Font("Times", 34);
c. Font.font("Times", 34);
d. Font.font("Times", FontWeight.NORMAL, 34);
e. Font.font("Times", FontWeight.NORMAL, FontPosture.ITALIC, 34);

Computer Science & Information Technology

You might also like to view...

To calculate the mean in Excel, the AVERAGE function is used

Indicate whether the statement is true or false.

Computer Science & Information Technology

Devise a protocol for basic multicast over IP multicast.

What will be an ideal response?

Computer Science & Information Technology