How to use two different fonts together

Some characters aren’t available in “Roboto” and I want to get it from “NotoSans”

What MCU/Processor/Board and compiler are you using?

ARM Cortex-M4. Kinetis K22.

What do you want to achieve?

I want to have “Roboto” as default font and get some special characters from “NotoSans”. Some characters, as for example: “ͼ”, aren’t available in “Roboto”, but they are in “NotoSans”. Can I have “Roboto” as default font and, if some characters aren’t found there, they are searched in “NotoSans”?

It should work. You just need to add the two fonts to the font converter at the same time.

Hi and thanks for your answer.

I will try that.

Thanks again!

It works!.

Thank you so much.