SUMMARY The 'counter' generator has no way to adjust the text attributes, and the default attributes don't always work will with a project. STEPS TO REPRODUCE 1. Project bin, right click, pick 'Generators -> Counter' 2. Select 'clock' as 'counter style' [the same issue occurs with every counter style] 3. Note that there is no way to set character attributes OBSERVED RESULT 4. A counter .mlt file is produced but only the default font attributes are used EXPECTED (DESIRED) RESULT 5. A menu in the counter generator to set font attributes (font, size, weight, and so on) SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: * Linux Mint 21.3 / Cinnamon 6.0.4 KDE Plasma Version: KDE Frameworks Version: Qt Version: * qt5 ADDITIONAL INFORMATION mlt does have a text filter which provides for text attributes, but I have no idea if it is in any way applicable here https://www.mltframework.org/plugins/FilterText/
The producer (https://github.com/mltframework/mlt/blob/master/src/modules/plus/producer_count.c) doesn't have any reference to the font used. Perhaps there is a possibility to include that and make it a parameter in the Counter dialog window.