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

Changing line number font size #29

Open
joonro opened this issue May 10, 2013 · 5 comments
Open

Changing line number font size #29

joonro opened this issue May 10, 2013 · 5 comments

Comments

@joonro
Copy link

joonro commented May 10, 2013

May I ask you how do I change line number font size?

@dsmatter
Copy link
Contributor

You'll have to change the setting for FONT_SIZE (one of the lines beginning with "#define FONT_SIZE" depending on your platform) in create_icons.cpp, compile and run it as described in the first line of the file. This creates new icons in the "icons" dictionary which you can copy to $SUBLIME_HOME/Packages/VintageLines. You might need to restart Sublime Text to apply the changes.

For now, there's no nicer way to do it I think. Correct me if I'm wrong ;)

@joonro
Copy link
Author

joonro commented May 10, 2013

Oh, so the relative numbers are not texts, but icons? I did not know that.
On GNU/Linux it looks fine, but on Windows numbers are too small. I guess the font size will be cumbersome to change the font size until the numbers become texts. May I ask you if this is possible?

@ghost
Copy link

ghost commented Sep 4, 2013

joonro did you manage to get around this problem on Windows? I tried to compile but I am a noob and the first line seems to compile only for unix systems. I will probably just wait until all this mess gets fixed.

@joonro
Copy link
Author

joonro commented Sep 4, 2013

@ErickBarron Not really - I haven't tried it yet.

@JordanTHarris
Copy link

On Windows, I used Cygwin with gcc (g++) to compile this and it works okay. It is kind of hard to get the right size though.

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

No branches or pull requests

3 participants