JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

The FontStyle class represents the style (plain, bold or italic) of a Font object.

Profile: common

This comment needs review.

Attribute Summary

nametypedescription
Public
BOLDFontStyle

The bold style constant.

More: [+]

The bold style constant.

Profile: common

BOLD_ITALICFontStyle

The bold italicized style constant.

More: [+]

The bold italicized style constant.

Profile: common

ITALICFontStyle

The italicized style constant.

More: [+]

The italicized style constant.

Profile: common

PLAINFontStyle

The plain style constant.

More: [+]

The plain style constant.

Profile: common

Protected

Inherited Attributes

Function Summary

public toString() : java.lang.String

Converts this FontStyle object to a String representation.

More: [+]

Converts this FontStyle object to a String representation.

Returns
String

Profile: common

Inherited Functions