Cargo Features

i-slint-common has no features set by default.

[dependencies]
i-slint-common = { version = "1.15.1", features = ["shared-fontique", "color-parsing", "fontconfig-dlopen"] }
shared-fontique

Enables fontique ^0.7.0 and ttf-parser

Affects i-slint-common::sharedfontique

color-parsing

Affects i-slint-common::color_parsing

fontconfig-dlopen

Enables fontconfig-dlopen of optional fontique ^0.7.0

fontique:

Use dlopen to load the fontconfig library. This allows Fontique to compile even if the system does not have fontconfig installed, although the font fallback to system fonts will not work properly in this case (no such fallback will occur)