Files
HellionChat/HellionChat/Themes/ThemeTypography.cs
T

9 lines
317 B
C#

namespace HellionChat.Themes;
// Optional per-theme; reserved as an extension point for future theme slots.
// Italic body-size override intentionally omitted (v1.9.0 Typography-Polish).
public sealed record ThemeTypography(
float? OverrideGlobalFontSizePt = null,
float? OverrideSymbolsFontSizePt = null
);