Kenechukwu Akubue
Kenechukwu Akubue
@HeaTTheatR I actually meant `.ttf` and `.otf` files, not images. And yes they might be more than enough but it still limited to a specific design, I might want an...
@HeaTTheatR I simply mean expose the `markup` property to use external `.ttf` files
@HeaTTheatR But can't use it in Buttons that include icons because the markup is not exposed
@HeaTTheatR yes but the style or shape of the icon might not be exactly what some developer needs. Well if the point is not convincing, then the feature can be...
@Neizvestnyj I don't think you get the point. You are only pointing to MDLabel, but the issue is pointing to all kivymd widget using MDIcon for example MDFlatIconButton, MDIconButton etc......
@Neizvestnyj that is re-inventing the wheel, when there is already made similar widget. The best option is to improve it
I did not set any custom origin on the shadow. I just defined a normal MDCard like this: ```yaml MDCard: elevation: 10 orientation: "vertical"
@Guhan-SenSam if you can make that image CD to be rotating while it is playing, that will be really awesome(just suggesting)
with the latest version of kivy(master branch 2.2.0.dev0), I can confirm that kivy actually renders colored emojis using `sdl2` as the text provider. code ```python from kivy.app import App from...
there are issues though, the font_size does not respond and the text does not render with color on `TextInput` widget