theme/font/style.go
Functions
func String
func (s Style) String() string {
if int(s) < len(styleNames) {
return styleNames[s]
}
return "Unknown"
}
func (s Style) String() string {
if int(s) < len(styleNames) {
return styleNames[s]
}
return "Unknown"
}
String returns the human-readable name for the font style.