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

Use a different font #35

Open
miquelfire opened this issue Oct 16, 2014 · 6 comments
Open

Use a different font #35

miquelfire opened this issue Oct 16, 2014 · 6 comments

Comments

@miquelfire
Copy link
Member

Recently, I needed to copy a password on another device, but couldn't because the password had characters the default font made it hard to know what it was.

When I get home, I'll link to a tutorial that may be useful if needed.

I'm thinking something like source code pro.

@tasermonkey
Copy link
Member

So system avilability there seems to be only 3 fonts...

 normal (Droid Sans), serif (Droid Serif), and monospace (Droid Sans Mono).

http://developer.android.com/reference/android/graphics/Typeface.html

So were you suggesting then me adding a font, Source Code Pro to the application and using that?

I'm not a UI expert, but I know limiting the number of fonts in use is a good design practice. Do you then suggest all Editable TextViews be Source Code Pro?

I think I can get that from http://www.google.com/fonts/specimen/Source+Code+Pro

I think I could do that. Depending on what I am doing tonight, I can probably get it done then, if not by the end of the weekend.

@miquelfire
Copy link
Member Author

It might be good to use on all the editable views. I was going to suggest only the character set and generated password ones, but all would be better.

@miquelfire
Copy link
Member Author

I'll try to do the same with the online version as well this weekend.

@tasermonkey
Copy link
Member

Shoot, I forgot to do this, this weekend, so much else was going on. Still in my mind though.

@tasermonkey
Copy link
Member

Great, after updating to the newer OSX my dev environment for android is all screwed up.

@tasermonkey
Copy link
Member

Finally got that issue fixed up... Now its getting too late to work on this... So I guess tomorrow morning I will get this.

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