MCPcopy Index your code
hub / github.com/lxn/walk / applyFont

Method applyFont

widget.go:238–242  ·  view source on GitHub ↗
(font *Font)

Source from the content-addressed store, hash-verified

236}
237
238func (wb *WidgetBase) applyFont(font *Font) {
239 wb.WindowBase.applyFont(font)
240
241 wb.RequestLayout()
242}
243
244// Alignment return the alignment ot the *WidgetBase.
245func (wb *WidgetBase) Alignment() Alignment2D {

Callers

nothing calls this directly

Calls 2

applyFontMethod · 0.65
RequestLayoutMethod · 0.65

Tested by

no test coverage detected