Spec-Zone .ru
спецификации, руководства, описания, API

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

Profile: desktop, common

Overview

Specifies whether the font is italicized

Profile: common

Field Summary

access name type description
public static final ITALIC FontPosture

represents italic.

public static final REGULAR FontPosture

represents regular.

Inherited Variables

Method Summary

public static FontPosture findByName(java.lang.String name)

Returns FontPosture by its name.

Returns FontPosture by its name.

Parameters
name

name of the FontPosture

Returns
FontPosture

Profile: common

 
public static FontPosture valueOf(java.lang.String name)
Parameters
name
Returns
FontPosture
 
public static FontPosture[] values()
Returns
FontPosture[]
 

Inherited Functions