macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

unable to adjust font size in macvim #1476

Closed slferris closed 5 months ago

slferris commented 5 months ago

Steps to reproduce

set guifont=Monaco:h20 in .gvimrc; saved (size 14 is too small for me to read comfortably)

Expected behaviour

increased font size

Version of Vim and architecture

VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jan 4 2024 03:08:50) macOS version - arm64

Environment

macOS Sonoma 14.2.1 zsh 5.9 (arm-apple-darwin22.1.0)

How MacVim was installed

downloaded from macvim website; installed from package

Logs and stack traces

No response

Vim configuration where issue is reproducable

No response

Issue has been tested with given configuration

Issue has been tested with no configuration

Other conditions

ychin commented 5 months ago

Seems to work for me? How does it not work for you exactly? What does set guifont? show? What about just manually calling :set guifont=Monaco:h20 in MacVim?

What do you mean by "unable to adjust font size" anyway? You mean not able to set font at all right?

slferris commented 5 months ago

Thanks for your quick response.

When I change set guifont=Monaco:h14 in ~/.gvimrc to a larger number, it reads, for example, set guifont=Monaco:h24, but the size of the font does not get any bigger. Is there somewhere else I need to change the font?

On Jan 10, 2024, at 7:25 PM, Yee Cheng Chin @.***> wrote:

Seems to work for me? How does it not work for you exactly? What does set guifont? show?

What do you mean by "unable to adjust font size" anyway? You mean not able to set font at all right?

— Reply to this email directly, view it on GitHub https://github.com/macvim-dev/macvim/issues/1476#issuecomment-1886098144, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRHVVNYISMNUCFE4EOLDEDYN5ES5AVCNFSM6AAAAABBVW6IKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBWGA4TQMJUGQ. You are receiving this because you authored the thread.

slferris commented 5 months ago

Sorry, ignore my last email. It tried it again, and now the font size seems to be working OK. Thanks again for responding.

On Jan 10, 2024, at 7:25 PM, Yee Cheng Chin @.***> wrote:

Seems to work for me? How does it not work for you exactly? What does set guifont? show?

What do you mean by "unable to adjust font size" anyway? You mean not able to set font at all right?

— Reply to this email directly, view it on GitHub https://github.com/macvim-dev/macvim/issues/1476#issuecomment-1886098144, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRHVVNYISMNUCFE4EOLDEDYN5ES5AVCNFSM6AAAAABBVW6IKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBWGA4TQMJUGQ. You are receiving this because you authored the thread.

ychin commented 5 months ago

Good to know. I'll just close the issue then. One reason that might have happened is you have "Quickstart" enabled in the Advanced setting, which would mean it has an old version of your vimrc preloaded.