carbonkivy.factory_registers

Attributes

register

Registers custom components to the Kivy Factory.

font_register

Registers custom fonts to the Kivy LabelBase.

ibmplexsansregular

ibmplexsansbold

ibmplexsansitalic

ibmplexsansbolditalic

Module Contents

carbonkivy.factory_registers.register[source]

Registers custom components to the Kivy Factory.

This code registers each component within the “uix” directory to the Kivy Factory. Once registered, the components can be used without explicitly importing them elsewhere in the kvlang files.

carbonkivy.factory_registers.font_register[source]

Registers custom fonts to the Kivy LabelBase.

Once registered, the fonts can be used without explicitly importing them elsewhere in the kvlang files.

carbonkivy.factory_registers.ibmplexsansregular[source]
carbonkivy.factory_registers.ibmplexsansbold[source]
carbonkivy.factory_registers.ibmplexsansitalic[source]
carbonkivy.factory_registers.ibmplexsansbolditalic[source]