TextTrackFontGenericFamily enum
Represents generic font families for text tracks in Google Cast.
These values correspond to the CSS generic font families that can be used for styling text tracks (captions/subtitles) in Cast media.
Values
- sansSerif → const TextTrackFontGenericFamily
-
Sans-serif fonts (e.g., Arial, Helvetica).
- monospacedSansSerif → const TextTrackFontGenericFamily
-
Monospaced sans-serif fonts (e.g., Courier New).
- serif → const TextTrackFontGenericFamily
-
Serif fonts (e.g., Times New Roman, Georgia).
- monospacedSerif → const TextTrackFontGenericFamily
-
Monospaced serif fonts.
- casual → const TextTrackFontGenericFamily
-
Casual or informal fonts.
- cursive → const TextTrackFontGenericFamily
-
Cursive or script fonts.
- smallCapitals → const TextTrackFontGenericFamily
-
Small capitals variant fonts.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TextTrackFontGenericFamily> - A constant List of the values in this enum, in order of their declaration.