Is there a way to set a fallback secondary font fo...
# compose-android
s
Is there a way to set a fallback secondary font for custom unicodes that are not in the first main font?
I have 2 ttf files. main.ttf and custom_symbols.ttf. I want to use the main font for normal characters and the symbols fonts for the custom unicode charachters. Right now i am doing it using AnnotatedStrings. But i thought it should be possible to use the custom symbol font as a fallback for missing unicodes from the main font