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 text font and disabling scaling #27

Open
miandovka opened this issue May 11, 2016 · 2 comments
Open

Changing text font and disabling scaling #27

miandovka opened this issue May 11, 2016 · 2 comments

Comments

@miandovka
Copy link

Hi, I would like to find out where the code font is defined in the program. I think it could be a lot more aesthetically pleasing. I would also like an option to disable the scaling as that distracts from what is happening behind the code!

Thanks!

@darrenmothersele
Copy link
Member

You'll need to look at ofxEditor for the scaling code.

Here's where the scale happens: https://github.com/darrenmothersele/ofxEditor/blob/master/src/EditorBuffer.cpp#L282

The font is defined here:
https://github.com/cyrilcode/cyril/blob/master/src/cyrilApp.h#L69

I think I added a custom build step to move the Droid Mono font into the Resources folder?

@miandovka
Copy link
Author

Thanks, i'll take a look at that :)

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

2 participants