Java java.awt.font TextAttribute fields, constructors, methods, implement or subclass

Example usage for Java java.awt.font TextAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.font TextAttribute.

The text is from its open source code.

Field

TextAttributeFAMILY
Attribute key for the font name.
TextAttributeWEIGHT
Attribute key for the weight of a font.
FloatWEIGHT_EXTRA_LIGHT
The lightest predefined weight.
FloatWEIGHT_LIGHT
The standard light weight.
FloatWEIGHT_DEMILIGHT
An intermediate weight between WEIGHT_LIGHT and WEIGHT_STANDARD .
FloatWEIGHT_REGULAR
The standard weight.
FloatWEIGHT_SEMIBOLD
A moderately heavier weight than WEIGHT_REGULAR .
FloatWEIGHT_DEMIBOLD
A moderately lighter weight than WEIGHT_BOLD .
FloatWEIGHT_BOLD
The standard bold weight.
FloatWEIGHT_HEAVY
A moderately heavier weight than WEIGHT_BOLD .
FloatWEIGHT_EXTRABOLD
An extra heavy weight.
TextAttributePOSTURE
Attribute key for the posture of a font.
FloatPOSTURE_REGULAR
The standard posture, upright.
FloatPOSTURE_OBLIQUE
The standard italic posture.
TextAttributeSIZE
Attribute key for the font size.
TextAttributeSUPERSCRIPT
Attribute key for superscripting and subscripting.
IntegerSUPERSCRIPT_SUPER
Standard superscript.
IntegerSUPERSCRIPT_SUB
Standard subscript.
TextAttributeFONT
Attribute key used to provide the font to use to render text.
TextAttributeCHAR_REPLACEMENT
Attribute key for a user-defined glyph to display in lieu of the font's standard glyph for a character.
TextAttributeFOREGROUND
Attribute key for the paint used to render the text.
TextAttributeBACKGROUND
Attribute key for the paint used to render the background of the text.
TextAttributeUNDERLINE
Attribute key for underline.
IntegerUNDERLINE_ON
Standard underline.
TextAttributeSTRIKETHROUGH
Attribute key for strikethrough.
BooleanSTRIKETHROUGH_ON
A single strikethrough.
TextAttributeINPUT_METHOD_HIGHLIGHT
Attribute key for input method highlight styles.
IntegerUNDERLINE_LOW_ONE_PIXEL
Single pixel solid low underline.
TextAttributeNUMERIC_SHAPING
Attribute key for converting ASCII decimal digits to other decimal ranges.
TextAttributeKERNING
Attribute key to request kerning.
IntegerKERNING_ON
Request standard kerning.
TextAttributeLIGATURES
Attribute key for enabling optional ligatures.
IntegerLIGATURES_ON
Request standard optional ligatures.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.