Emitted when the available fonts list cannot be retrieved
URL where the fonts list was attempted to be retrieved from
Emitted when a file fails to open
Name/path of the file that failed to open
Emitted when a required font is not found
Number of entities that require this font
Name of the missing font
Emitted when a font fails to load
Name of the font that failed to load
URL where the font was attempted to be loaded from
Emitted to display a message to the user
The message text to display
The severity/type of the message
Emitted to request opening a file dialog
Emitted during file opening to report progress
Type definition for all events that can be emitted through the global event bus.
This type maps event names to their corresponding payload types, providing type safety for event emission and listening throughout the application.
Event Categories
open-file
,open-file-progress
,failed-to-open-file
font-not-loaded
,failed-to-get-avaiable-fonts
,font-not-found
message