sdushantha / fontpreview

Highly customizable and minimal font previewer written in bash
MIT License
909 stars 39 forks source link

I want to display English and Korean together. Which file should I modify? #34

Closed opqriu closed 4 years ago

sdushantha commented 4 years ago

Hi @opqriu 😊

I dont think I fully understand what you are asking help for.

Do you want the preview image to show both Korean and English? If that's what you are asking for, then you can do this:

Add this to your .bashrc or zshrc

export FONTPREVIEW_PREVIEW_TEXT="Hello\n여보세요"

If the above does not answer your question, please do let me know and I will try to help you out

opqriu commented 4 years ago

It was solved. Thank you!! :)