You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow font and detailed style settings for each of timestamps, user names, messages, etc.
Change behavior of font selection for user's name (display_name).
Currently, when display name contains non-ascii characters, a fallback font is forced to be used, regardless of whether the configured message font contains non-ascii glyphs.
As with messages, determine whether the font contains glyphs for each character, and if necessary, allow selection of the processing done in the current code.
Specify the drawing content in tag format.
For example "<timestamp> <badges><displayname>: <message>".
The text was updated successfully, but these errors were encountered:
Checklist
Write your feature request here
Currently, when display name contains non-ascii characters, a fallback font is forced to be used, regardless of whether the configured message font contains non-ascii glyphs.
As with messages, determine whether the font contains glyphs for each character, and if necessary, allow selection of the processing done in the current code.
For example
"<timestamp> <badges><displayname>: <message>"
.The text was updated successfully, but these errors were encountered: