JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.av.SubTextEvent.TextFormat Enum Reference

Text formatting. More...

Collaboration diagram for com.jogamp.opengl.util.av.SubTextEvent.TextFormat:

Public Attributes

 ASS
 Multiple ASS formats may be passed, see ASSType. More...
 
 TEXT
 Just plain text. More...
 

Detailed Description

Text formatting.

Definition at line 43 of file SubTextEvent.java.

Member Data Documentation

◆ ASS

com.jogamp.opengl.util.av.SubTextEvent.TextFormat.ASS

Multiple ASS formats may be passed, see ASSType.

Definition at line 45 of file SubTextEvent.java.

◆ TEXT

com.jogamp.opengl.util.av.SubTextEvent.TextFormat.TEXT

Just plain text.

Definition at line 47 of file SubTextEvent.java.


The documentation for this enum was generated from the following file: