Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []Enum{ UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Standard, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }
All possible values.
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum byte
Enum holds the text spacing of a font.
const ( UltraCondensed Enum = iota + 1 ExtraCondensed Condensed SemiCondensed Standard SemiExpanded Expanded ExtraExpanded UltraExpanded )
Possible values.
func (Enum) EnsureValid ¶
EnsureValid ensures this is of a known value.
func (Enum) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Enum) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.