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 modify font #148

Open
Kinmfer opened this issue Aug 8, 2021 · 8 comments
Open

Support modify font #148

Kinmfer opened this issue Aug 8, 2021 · 8 comments
Assignees
Labels
feature New feature

Comments

@Kinmfer
Copy link

Kinmfer commented Aug 8, 2021

Could you add a function to support modify font?Thank you very much

@kingToolbox
Copy link
Owner

Currently you can change the font by modifying the text.default in the scheme.theme file. Please read this comment for details. The setting interface will be implemented in subsequent versions. Thank you.

@Kinmfer
Copy link
Author

Kinmfer commented Aug 9, 2021

Currently you can change the font by modifying the text.default in the scheme.theme file. Please read this comment for details. The setting interface will be implemented in subsequent versions. Thank you.

okok ,thank you very much,I like windTerm!

@almas1992
Copy link

Does it support font ligatures features?

@kingToolbox
Copy link
Owner

Yes, font ligatures is supported. But this feature is disabled internally.

In order to support drawing very long lines, such as 1GB single line, WindTerm/WindEdit uses an efficient algorithm to calculate the text width of each line, and font ligatures will bring more complicated rules to the calculation, such as judging whether each character can be combined with the next character. This will greatly reduce calculating performance, so this feature is disabled.

If there is a need, WindTerm/WindEdit can provide an option to enable the font ligatures feature when needed, after all, most of the time there is no need to deal with very long lines.

@kingToolbox kingToolbox self-assigned this Aug 17, 2021
@kingToolbox kingToolbox added the feature New feature label Aug 17, 2021
@kingToolbox
Copy link
Owner

kingToolbox commented Oct 10, 2021

The new prerelease version WindTerm_2.2.0_Prerelease_2 has been released. This version provides a setting interface to set the default fonts very conveniently, Menubar - Session - Preferences - Settings - Text - Font.

Please download and check it, thank you.

@Kinmfer
Copy link
Author

Kinmfer commented Oct 10, 2021

Nice,I will try. Thank you very very much

@kingToolbox
Copy link
Owner

@Kinmfer
My pleasure. 😄

@sTiKyt
Copy link

sTiKyt commented Sep 21, 2023

The new prerelease version WindTerm_2.2.0_Prerelease_2 has been released. This version provides a setting interface to set the default fonts very conveniently, Menubar - Session - Preferences - Settings - Text - Font.

Please download and check it, thank you.

Doesn't let me use ligatures tho

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

No branches or pull requests

4 participants