Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Font selection #47

Open
BleuLlama opened this issue Aug 25, 2016 · 3 comments
Open

Support Font selection #47

BleuLlama opened this issue Aug 25, 2016 · 3 comments

Comments

@BleuLlama
Copy link

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

@sunglim
Copy link
Member

sunglim commented Sep 4, 2016

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

@sunglim sunglim self-assigned this Sep 4, 2016
@sunglim
Copy link
Member

sunglim commented Sep 12, 2016

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.

@sunglim sunglim changed the title Font selection Support Font selection Sep 12, 2016
@sunglim sunglim added WIP and removed WIP labels Sep 19, 2016
@bryeung
Copy link

bryeung commented Nov 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants