Skip to content

Fluent System Icons (Regular) API

ttkbootstrap_icons_fluent_reg.icon

FluentRegularFontProvider

Bases: BaseFontProvider

Provider for Fluent System Icons - Regular style only.

format_glyph_name(glyph_name) staticmethod

Display friendly name for font name

FluentRegularIcon

Bases: Icon

Convenience icon for the Fluent System Icons (Regular style only).

Resolves the provided name using FluentRegularFontProvider, then initializes the base Icon with the resolved glyph.

Parameters:

Name Type Description Default
name str

Glyph name. May be a friendly name (e.g. "settings-16") or a raw glyph (e.g. "settings-16-regular").

required
size int

Pixel size of the rasterized image (default: 24).

24
color str

Foreground color used to render the glyph (default: "black").

'black'

Raises:

Type Description
ValueError

If the name cannot be resolved.

ttkbootstrap_icons_fluent_reg.provider

FluentRegularFontProvider

Bases: BaseFontProvider

Provider for Fluent System Icons - Regular style only.

format_glyph_name(glyph_name) staticmethod

Display friendly name for font name