beagleterm / beagle-term

Beagle Term for Serial Communication
BSD 3-Clause "New" or "Revised" License
58 stars 26 forks source link

Support Font selection #47

Open BleuLlama opened 8 years ago

BleuLlama commented 8 years ago

Can there be some way to select a default font/the font to use?

sunglim commented 8 years ago

It's possible. I'll write a document when I find a time

sunglim commented 7 years ago

Sorry. it's impossible for now. there could be hacky way to do that ([link])(https://chromium.googlesource.com/apps/libapps/+/master/nassh/doc/FAQ.md#How-do-I-change-the-font-face). but now Beagleterm doesn't have option page. so officially Beagleterm doesn't support it.

bryeung commented 4 years ago

Here are more precise directions for changing the font (size) from ChromeOS:

Open Beagle Term Open Chrome > Settings > Extensions Go to the Beagle Term App settings, and click "Details" Click on "index.html" from the "Inspect Views" section

In the Javascript console that pops up, you can enter settings by running Javascript like this: hterm.defaultStorage.setItem("/hterm/profiles/opt_profileName/font-size", 30)

And check here for the list of possible settings: https://chromium.googlesource.com/apps/libapps/+/master/hterm/js/hterm_preference_manager.js