We're tasked with designing text in the following format:
Text in English XXX Text in English XXX Text in English.
The XXX placeholders need to be replaced with images that have the same height as the English text.
Is there a better solution for this design challenge? Let me know your thoughts.
Thank you
//////// Update ////////////////
The XXX placeholders actually represent text translated into other languages.
For example, given the sentence:
Apple, Orange, and Banana.
We are required to modify the line to:
Apple (XXX), Orange (XXX), and Banana (XXX).
Here, XXX represents translations of different fruits in foreign languages. The decision to use images instead of text in unicode is to ensure user-friendly viewing without requiring different character sets.