Versions in this module Expand all Collapse all v1 v1.0.6 Apr 10, 2025 v1.0.5 Apr 10, 2025 v1.0.4 Apr 10, 2025 v1.0.3 Apr 10, 2025 v1.0.2 Apr 10, 2025 v1.0.1 Apr 10, 2025 v1.0.0 Apr 10, 2025 Changes in this version + var BorderRadiusExtraLarge = NewSideValues(units.Dp(28)) + var BorderRadiusExtraLargeTop = NewSideValues(units.Dp(28), units.Dp(28), units.Zero(), units.Zero()) + var BorderRadiusExtraSmall = NewSideValues(units.Dp(4)) + var BorderRadiusExtraSmallTop = NewSideValues(units.Dp(4), units.Dp(4), units.Zero(), units.Zero()) + var BorderRadiusFull = NewSideValues(units.Dp(1_000_000_000)) + var BorderRadiusLarge = NewSideValues(units.Dp(16)) + var BorderRadiusLargeEnd = NewSideValues(units.Zero(), units.Dp(16), units.Dp(16), units.Zero()) + var BorderRadiusLargeTop = NewSideValues(units.Dp(16), units.Dp(16), units.Zero(), units.Zero()) + var BorderRadiusMedium = NewSideValues(units.Dp(12)) + var BorderRadiusSmall = NewSideValues(units.Dp(8)) + var DefaultScrollbarWidth = units.Dp(10) + var FontSizePoints = map[string]float32 + var FontStretchNames = []string + var FontStyleNames = []string + var FontWeightNameValues = []FontWeights + var FontWeightNames = []string + var FontWeightToNameMap = map[FontWeights]string + var LineHeightNormal = units.Dp(-1) + var PrefFontFamily = "Roboto" + var SettingsFont *string + var SettingsMonoFont *string + func AlignFactor(al Aligns) float32 + func AlignPos(align Aligns, inner, outer float32) float32 + func ClampMax(v, mx float32) float32 + func ClampMaxVector(v, mx math32.Vector2) math32.Vector2 + func ClampMin(v, mn float32) float32 + func ClampMinVector(v, mn math32.Vector2) math32.Vector2 + func FixFontMods(fn string) string + func FontNameFromMods(basenm string, str FontStretch, wt FontWeights, sty FontStyles) string + func FontNameToMods(fn string) (basenm string, str FontStretch, wt FontWeights, sty FontStyles) + func ObjectSizeFromFit(fit ObjectFits, obj, box math32.Vector2) math32.Vector2 + func SetClampMax(v *float32, mx float32) + func SetClampMaxVector(v *math32.Vector2, mx math32.Vector2) + func SetClampMin(v *float32, mn float32) + func SetClampMinVector(v *math32.Vector2, mn math32.Vector2) + func SetStylePropertiesXML(style string, properties *map[string]any) + func SidesAreSame[T comparable](s Sides[T]) bool + func SidesAreZero[T comparable](s Sides[T]) bool + func StylePropertiesXML(properties map[string]any) string + func SubProperties(prp map[string]any, selector string) (map[string]any, bool) + func ToCSS(s *Style, idName, htmlName string) string + type AlignSet struct + Content Aligns + Items Aligns + Self Aligns + func (as *AlignSet) Defaults() + type Aligns int32 + const AlignsN + const Auto + const Baseline + const Center + const End + const SpaceAround + const SpaceBetween + const SpaceEvenly + const Start + func AlignsValues() []Aligns + func ItemAlign(parItems, self Aligns) Aligns + func (i *Aligns) SetInt64(in int64) + func (i *Aligns) SetString(s string) error + func (i *Aligns) UnmarshalText(text []byte) error + func (i Aligns) Desc() string + func (i Aligns) Int64() int64 + func (i Aligns) MarshalText() ([]byte, error) + func (i Aligns) String() string + func (i Aligns) Values() []enums.Enum + type BaselineShifts int32 + const BaselineShiftsN + const ShiftBaseline + const ShiftSub + const ShiftSuper + func BaselineShiftsValues() []BaselineShifts + func (i *BaselineShifts) SetInt64(in int64) + func (i *BaselineShifts) SetString(s string) error + func (i *BaselineShifts) UnmarshalText(text []byte) error + func (i BaselineShifts) Desc() string + func (i BaselineShifts) Int64() int64 + func (i BaselineShifts) MarshalText() ([]byte, error) + func (i BaselineShifts) String() string + func (i BaselineShifts) Values() []enums.Enum + type Border struct + Color Sides[image.Image] + Offset SideValues + Radius SideValues + Style Sides[BorderStyles] + Width SideValues + func (bs *Border) ToDots(uc *units.Context) + type BorderStyles int32 + const BorderDashed + const BorderDotted + const BorderDouble + const BorderGroove + const BorderInset + const BorderNone + const BorderOutset + const BorderRidge + const BorderSolid + const BorderStylesN + func BorderStylesValues() []BorderStyles + func (i *BorderStyles) SetInt64(in int64) + func (i *BorderStyles) SetString(s string) error + func (i *BorderStyles) UnmarshalText(text []byte) error + func (i BorderStyles) Desc() string + func (i BorderStyles) Int64() int64 + func (i BorderStyles) MarshalText() ([]byte, error) + func (i BorderStyles) String() string + func (i BorderStyles) Values() []enums.Enum + type Directions int32 + const Column + const DirectionsN + const Row + func DirectionsValues() []Directions + func (d Directions) Dim() math32.Dims + func (d Directions) Other() Directions + func (i *Directions) SetInt64(in int64) + func (i *Directions) SetString(s string) error + func (i *Directions) UnmarshalText(text []byte) error + func (i Directions) Desc() string + func (i Directions) Int64() int64 + func (i Directions) MarshalText() ([]byte, error) + func (i Directions) String() string + func (i Directions) Values() []enums.Enum + type Displays int32 + const Custom + const DisplayNone + const DisplaysN + const Flex + const Grid + const Stacked + func DisplaysValues() []Displays + func (i *Displays) SetInt64(in int64) + func (i *Displays) SetString(s string) error + func (i *Displays) UnmarshalText(text []byte) error + func (i Displays) Desc() string + func (i Displays) Int64() int64 + func (i Displays) MarshalText() ([]byte, error) + func (i Displays) String() string + func (i Displays) Values() []enums.Enum + type Fill struct + Color image.Image + Opacity float32 + Rule FillRules + func (fs *Fill) ToDots(uc *units.Context) + func (pf *Fill) Defaults() + type FillRules int32 + const FillRuleEvenOdd + const FillRuleNonZero + const FillRulesN + func FillRulesValues() []FillRules + func (i *FillRules) SetInt64(in int64) + func (i *FillRules) SetString(s string) error + func (i *FillRules) UnmarshalText(text []byte) error + func (i FillRules) Desc() string + func (i FillRules) Int64() int64 + func (i FillRules) MarshalText() ([]byte, error) + func (i FillRules) String() string + func (i FillRules) Values() []enums.Enum + type Font struct + Decoration TextDecorations + Face *FontFace + Family string + Shift BaselineShifts + Size units.Value + Stretch FontStretch + Style FontStyles + Variant FontVariants + Weight FontWeights + func (fs *Font) Defaults() + func (fs *Font) InheritFields(parent *Font) + func (fs *Font) SetDecoration(deco ...TextDecorations) + func (fs *Font) SetStyleProperties(parent *Font, properties map[string]any, ctxt colors.Context) + func (fs *Font) SetUnitContext(uc *units.Context) + func (fs *Font) StyleFromProperties(parent *Font, properties map[string]any, ctxt colors.Context) + func (fs *Font) ToDots(uc *units.Context) + type FontFace struct + Face font.Face + Metrics FontMetrics + Name string + Size int + func NewFontFace(nm string, sz int, face font.Face) *FontFace + func (fs *FontFace) ComputeMetrics() + type FontMetrics struct + Ch float32 + Em float32 + Ex float32 + Height float32 + type FontRender struct + Background image.Image + Color image.Image + Opacity float32 + func (fr *FontRender) Defaults() + func (fr *FontRender) InheritFields(parent *FontRender) + func (fr *FontRender) SetStyleProperties(parent *FontRender, properties map[string]any, ctxt colors.Context) + func (fs *FontRender) StyleRenderFromProperties(parent *FontRender, properties map[string]any, ctxt colors.Context) + type FontStretch int32 + const FontStrCondensed + const FontStrExpanded + const FontStrExtraCondensed + const FontStrExtraExpanded + const FontStrNarrower + const FontStrNormal + const FontStrSemiCondensed + const FontStrSemiExpanded + const FontStrUltraCondensed + const FontStrUltraExpanded + const FontStrWider + const FontStretchN + func FontStretchValues() []FontStretch + func (i *FontStretch) SetInt64(in int64) + func (i *FontStretch) SetString(s string) error + func (i *FontStretch) UnmarshalText(text []byte) error + func (i FontStretch) Desc() string + func (i FontStretch) Int64() int64 + func (i FontStretch) MarshalText() ([]byte, error) + func (i FontStretch) String() string + func (i FontStretch) Values() []enums.Enum + type FontStyles int32 + const FontNormal + const FontStylesN + const Italic + const Oblique + func FontStylesValues() []FontStyles + func (i *FontStyles) SetInt64(in int64) + func (i *FontStyles) SetString(s string) error + func (i *FontStyles) UnmarshalText(text []byte) error + func (i FontStyles) Desc() string + func (i FontStyles) Int64() int64 + func (i FontStyles) MarshalText() ([]byte, error) + func (i FontStyles) String() string + func (i FontStyles) Values() []enums.Enum + type FontVariants int32 + const FontVarNormal + const FontVarSmallCaps + const FontVariantsN + func FontVariantsValues() []FontVariants + func (i *FontVariants) SetInt64(in int64) + func (i *FontVariants) SetString(s string) error + func (i *FontVariants) UnmarshalText(text []byte) error + func (i FontVariants) Desc() string + func (i FontVariants) Int64() int64 + func (i FontVariants) MarshalText() ([]byte, error) + func (i FontVariants) String() string + func (i FontVariants) Values() []enums.Enum + type FontWeights int32 + const FontWeightsN + const Weight100 + const Weight200 + const Weight300 + const Weight400 + const Weight500 + const Weight600 + const Weight700 + const Weight800 + const Weight900 + const WeightBlack + const WeightBold + const WeightBolder + const WeightExtraBold + const WeightExtraLight + const WeightLight + const WeightLighter + const WeightMedium + const WeightNormal + const WeightSemiBold + const WeightThin + func FontWeightsValues() []FontWeights + func (i *FontWeights) SetInt64(in int64) + func (i *FontWeights) SetString(s string) error + func (i *FontWeights) UnmarshalText(text []byte) error + func (i FontWeights) Desc() string + func (i FontWeights) Int64() int64 + func (i FontWeights) MarshalText() ([]byte, error) + func (i FontWeights) String() string + func (i FontWeights) Values() []enums.Enum + type LineCaps int32 + const LineCapButt + const LineCapCubic + const LineCapQuadratic + const LineCapRound + const LineCapSquare + const LineCapsN + func LineCapsValues() []LineCaps + func (i *LineCaps) SetInt64(in int64) + func (i *LineCaps) SetString(s string) error + func (i *LineCaps) UnmarshalText(text []byte) error + func (i LineCaps) Desc() string + func (i LineCaps) Int64() int64 + func (i LineCaps) MarshalText() ([]byte, error) + func (i LineCaps) String() string + func (i LineCaps) Values() []enums.Enum + type LineJoins int32 + const LineJoinArcs + const LineJoinArcsClip + const LineJoinBevel + const LineJoinMiter + const LineJoinMiterClip + const LineJoinRound + const LineJoinsN + func LineJoinsValues() []LineJoins + func (i *LineJoins) SetInt64(in int64) + func (i *LineJoins) SetString(s string) error + func (i *LineJoins) UnmarshalText(text []byte) error + func (i LineJoins) Desc() string + func (i LineJoins) Int64() int64 + func (i LineJoins) MarshalText() ([]byte, error) + func (i LineJoins) String() string + func (i LineJoins) Values() []enums.Enum + type ObjectFits int32 + const FitContain + const FitCover + const FitFill + const FitNone + const FitScaleDown + const ObjectFitsN + func ObjectFitsValues() []ObjectFits + func (i *ObjectFits) SetInt64(in int64) + func (i *ObjectFits) SetString(s string) error + func (i *ObjectFits) UnmarshalText(text []byte) error + func (i ObjectFits) Desc() string + func (i ObjectFits) Int64() int64 + func (i ObjectFits) MarshalText() ([]byte, error) + func (i ObjectFits) String() string + func (i ObjectFits) Values() []enums.Enum + type Overflows int32 + const OverflowAuto + const OverflowHidden + const OverflowScroll + const OverflowVisible + const OverflowsN + func OverflowsValues() []Overflows + func (i *Overflows) SetInt64(in int64) + func (i *Overflows) SetString(s string) error + func (i *Overflows) UnmarshalText(text []byte) error + func (i Overflows) Desc() string + func (i Overflows) Int64() int64 + func (i Overflows) MarshalText() ([]byte, error) + func (i Overflows) String() string + func (i Overflows) Values() []enums.Enum + type Paint struct + Display bool + FillStyle Fill + FontStyle FontRender + Off bool + PropertiesNil bool + StrokeStyle Stroke + StyleSet bool + TextStyle Text + Transform math32.Matrix2 + UnitContext units.Context + VectorEffect VectorEffects + func (pc *Paint) CopyStyleFrom(cp *Paint) + func (pc *Paint) Defaults() + func (pc *Paint) FromStyle(st *Style) + func (pc *Paint) InheritFields(parent *Paint) + func (pc *Paint) SetStyleProperties(parent *Paint, properties map[string]any, ctxt colors.Context) + func (pc *Paint) SetUnitContextExt(size image.Point) + func (pc *Paint) ToDots() + func (pc *Paint) ToDotsImpl(uc *units.Context) + type Shadow struct + Blur units.Value + Color image.Image + Inset bool + OffsetX units.Value + OffsetY units.Value + Spread units.Value + func BoxShadow0() []Shadow + func BoxShadow1() []Shadow + func BoxShadow2() []Shadow + func BoxShadow3() []Shadow + func BoxShadow4() []Shadow + func BoxShadow5() []Shadow + func (s *Shadow) BasePos(startPos math32.Vector2) math32.Vector2 + func (s *Shadow) BaseSize(startSize math32.Vector2) math32.Vector2 + func (s *Shadow) HasShadow() bool + func (s *Shadow) Margin() SideFloats + func (s *Shadow) Pos(startPos math32.Vector2) math32.Vector2 + func (s *Shadow) Size(startSize math32.Vector2) math32.Vector2 + func (s *Shadow) ToDots(uc *units.Context) + type SideColors struct + func NewSideColors(vals ...color.RGBA) SideColors + func (s *SideColors) SetAny(a any, base color.Color) error + func (s *SideColors) SetString(str string, base color.Color) error + type SideFloats struct + func BoxShadowMargin(shadows []Shadow) SideFloats + func NewSideFloats(vals ...float32) SideFloats + func (sf SideFloats) Add(other SideFloats) SideFloats + func (sf SideFloats) Max(other SideFloats) SideFloats + func (sf SideFloats) Min(other SideFloats) SideFloats + func (sf SideFloats) MulScalar(s float32) SideFloats + func (sf SideFloats) Pos() math32.Vector2 + func (sf SideFloats) Round() SideFloats + func (sf SideFloats) Size() math32.Vector2 + func (sf SideFloats) Sub(other SideFloats) SideFloats + func (sf SideFloats) ToValues() SideValues + type SideIndexes int32 + const Bottom + const Left + const Right + const SideIndexesN + const Top + func SideIndexesValues() []SideIndexes + func (i *SideIndexes) SetInt64(in int64) + func (i *SideIndexes) SetString(s string) error + func (i *SideIndexes) UnmarshalText(text []byte) error + func (i SideIndexes) Desc() string + func (i SideIndexes) Int64() int64 + func (i SideIndexes) MarshalText() ([]byte, error) + func (i SideIndexes) String() string + func (i SideIndexes) Values() []enums.Enum + type SideValues struct + func NewSideValues(vals ...units.Value) SideValues + func (sv *SideValues) ToDots(uc *units.Context) SideFloats + func (sv SideValues) Dots() SideFloats + type Sides struct + Bottom T + Left T + Right T + Top T + func NewSides[T any](vals ...T) *Sides[T] + func (s *Sides[T]) Set(vals ...T) *Sides[T] + func (s *Sides[T]) SetAll(val T) *Sides[T] + func (s *Sides[T]) SetAny(a any) error + func (s *Sides[T]) SetBottom(bottom T) *Sides[T] + func (s *Sides[T]) SetHorizontal(val T) *Sides[T] + func (s *Sides[T]) SetLeft(left T) *Sides[T] + func (s *Sides[T]) SetRight(right T) *Sides[T] + func (s *Sides[T]) SetString(str string) error + func (s *Sides[T]) SetTop(top T) *Sides[T] + func (s *Sides[T]) SetVertical(val T) *Sides[T] + func (s *Sides[T]) Zero() *Sides[T] + type Stroke struct + Cap LineCaps + Color image.Image + Dashes []float32 + Join LineJoins + MinWidth units.Value + MiterLimit float32 + Opacity float32 + Width units.Value + func (ss *Stroke) ApplyBorderStyle(bs BorderStyles) + func (ss *Stroke) Defaults() + func (ss *Stroke) ToDots(uc *units.Context) + type Style struct + Abilities abilities.Abilities + ActualBackground image.Image + Align AlignSet + Background image.Image + Border Border + BoxShadow []Shadow + Col int + ColSpan int + Color image.Image + Columns int + Cursor cursors.Cursor + Direction Directions + Display Displays + FillMargin bool + Font Font + Gap units.XY + Grow math32.Vector2 + GrowWrap bool + Justify AlignSet + Margin SideValues + Max units.XY + MaxBorder Border + MaxBoxShadow []Shadow + Min units.XY + ObjectFit ObjectFits + ObjectPosition units.XY + Opacity float32 + Overflow XY[Overflows] + Padding SideValues + Pos units.XY + RenderBox bool + Row int + RowSpan int + ScrollbarWidth units.Value + State states.States + StateColor image.Image + StateLayer float32 + Text Text + UnitContext units.Context + VirtualKeyboard VirtualKeyboards + Wrap bool + ZIndex int + var StyleDefault Style + func NewStyle() *Style + func (s *Style) AbilityIs(able abilities.Abilities) bool + func (s *Style) AddBoxShadow(shadow ...Shadow) + func (s *Style) BoxShadowMargin() SideFloats + func (s *Style) BoxShadowToDots(uc *units.Context) + func (s *Style) BoxSpace() SideFloats + func (s *Style) CenterAll() + func (s *Style) ComputeActualBackground(pabg image.Image) + func (s *Style) ComputeActualBackgroundFor(bg, pabg image.Image) image.Image + func (s *Style) Defaults() + func (s *Style) FontRender() *FontRender + func (s *Style) HasBoxShadow() bool + func (s *Style) InheritFields(parent *Style) + func (s *Style) Is(st states.States) bool + func (s *Style) IsFlexWrap() bool + func (s *Style) IsReadOnly() bool + func (s *Style) LayoutDefaults() + func (s *Style) LayoutToDots(uc *units.Context) + func (s *Style) MaxBoxShadowMargin() SideFloats + func (s *Style) ResizeImage(img image.Image, box math32.Vector2) image.Image + func (s *Style) SetAbilities(on bool, able ...abilities.Abilities) + func (s *Style) SetEnabled(on bool) *Style + func (s *Style) SetMono(mono bool) + func (s *Style) SetNonSelectable() + func (s *Style) SetReadOnly(ro bool) + func (s *Style) SetState(on bool, state ...states.States) *Style + func (s *Style) SetTextWrap(wrap bool) + func (s *Style) StyleFromProperty(parent *Style, key string, val any, cc colors.Context) + func (s *Style) ToDots() + func (s *Style) ToDotsImpl(uc *units.Context) + func (s *Style) TotalMargin() SideFloats + type Text struct + Align Aligns + AlignV Aligns + Anchor TextAnchors + Direction TextDirections + Indent units.Value + LetterSpacing units.Value + LineHeight units.Value + OrientationHoriz float32 + OrientationVert float32 + ParaSpacing units.Value + TabSize int + UnicodeBidi UnicodeBidi + WhiteSpace WhiteSpaces + WordSpacing units.Value + WritingMode TextDirections + func (ts *Text) AlignFactors() (ax, ay float32) + func (ts *Text) Defaults() + func (ts *Text) EffLineHeight(fontHeight float32) float32 + func (ts *Text) HasPre() bool + func (ts *Text) HasWordWrap() bool + func (ts *Text) InheritFields(parent *Text) + func (ts *Text) ToDots(uc *units.Context) + type TextAnchors int32 + const AnchorEnd + const AnchorMiddle + const AnchorStart + const TextAnchorsN + func TextAnchorsValues() []TextAnchors + func (i *TextAnchors) SetInt64(in int64) + func (i *TextAnchors) SetString(s string) error + func (i *TextAnchors) UnmarshalText(text []byte) error + func (i TextAnchors) Desc() string + func (i TextAnchors) Int64() int64 + func (i TextAnchors) MarshalText() ([]byte, error) + func (i TextAnchors) String() string + func (i TextAnchors) Values() []enums.Enum + type TextDecorations int64 + const DecoBackgroundColor + const DecoBlink + const DecoDottedUnderline + const DecoNone + const DecoParaStart + const DecoSub + const DecoSuper + const LineThrough + const Overline + const TextDecorationsN + const Underline + func TextDecorationsValues() []TextDecorations + func (i *TextDecorations) HasFlag(f enums.BitFlag) bool + func (i *TextDecorations) SetFlag(on bool, f ...enums.BitFlag) + func (i *TextDecorations) SetInt64(in int64) + func (i *TextDecorations) SetString(s string) error + func (i *TextDecorations) SetStringOr(s string) error + func (i *TextDecorations) UnmarshalText(text []byte) error + func (i TextDecorations) BitIndexString() string + func (i TextDecorations) Desc() string + func (i TextDecorations) Int64() int64 + func (i TextDecorations) MarshalText() ([]byte, error) + func (i TextDecorations) String() string + func (i TextDecorations) Values() []enums.Enum + type TextDirections int32 + const LR + const LRTB + const LTR + const RL + const RLTB + const RTL + const TB + const TBRL + const TextDirectionsN + func TextDirectionsValues() []TextDirections + func (i *TextDirections) SetInt64(in int64) + func (i *TextDirections) SetString(s string) error + func (i *TextDirections) UnmarshalText(text []byte) error + func (i TextDirections) Desc() string + func (i TextDirections) Int64() int64 + func (i TextDirections) MarshalText() ([]byte, error) + func (i TextDirections) String() string + func (i TextDirections) Values() []enums.Enum + type UnicodeBidi int32 + const BidiBidiOverride + const BidiEmbed + const BidiNormal + const UnicodeBidiN + func UnicodeBidiValues() []UnicodeBidi + func (i *UnicodeBidi) SetInt64(in int64) + func (i *UnicodeBidi) SetString(s string) error + func (i *UnicodeBidi) UnmarshalText(text []byte) error + func (i UnicodeBidi) Desc() string + func (i UnicodeBidi) Int64() int64 + func (i UnicodeBidi) MarshalText() ([]byte, error) + func (i UnicodeBidi) String() string + func (i UnicodeBidi) Values() []enums.Enum + type VectorEffects int32 + const VectorEffectNonScalingStroke + const VectorEffectNone + const VectorEffectsN + func VectorEffectsValues() []VectorEffects + func (i *VectorEffects) SetInt64(in int64) + func (i *VectorEffects) SetString(s string) error + func (i *VectorEffects) UnmarshalText(text []byte) error + func (i VectorEffects) Desc() string + func (i VectorEffects) Int64() int64 + func (i VectorEffects) MarshalText() ([]byte, error) + func (i VectorEffects) String() string + func (i VectorEffects) Values() []enums.Enum + type VirtualKeyboards int32 + const KeyboardEmail + const KeyboardMultiLine + const KeyboardNone + const KeyboardNumber + const KeyboardPassword + const KeyboardPhone + const KeyboardSingleLine + const KeyboardURL + const VirtualKeyboardsN + func VirtualKeyboardsValues() []VirtualKeyboards + func (i *VirtualKeyboards) SetInt64(in int64) + func (i *VirtualKeyboards) SetString(s string) error + func (i *VirtualKeyboards) UnmarshalText(text []byte) error + func (i VirtualKeyboards) Desc() string + func (i VirtualKeyboards) Int64() int64 + func (i VirtualKeyboards) MarshalText() ([]byte, error) + func (i VirtualKeyboards) String() string + func (i VirtualKeyboards) Values() []enums.Enum + type WhiteSpaces int32 + const WhiteSpaceNormal + const WhiteSpaceNowrap + const WhiteSpacePre + const WhiteSpacePreLine + const WhiteSpacePreWrap + const WhiteSpacesN + func WhiteSpacesValues() []WhiteSpaces + func (i *WhiteSpaces) SetInt64(in int64) + func (i *WhiteSpaces) SetString(s string) error + func (i *WhiteSpaces) UnmarshalText(text []byte) error + func (i WhiteSpaces) Desc() string + func (i WhiteSpaces) Int64() int64 + func (i WhiteSpaces) MarshalText() ([]byte, error) + func (i WhiteSpaces) String() string + func (i WhiteSpaces) Values() []enums.Enum + type XY struct + X T + Y T + func (xy *XY[T]) Dim(d math32.Dims) T + func (xy *XY[T]) Set(v ...T) + func (xy *XY[T]) SetDim(d math32.Dims, val T) + func (xy *XY[T]) String() string