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

Need better Font config #217

Open
cpboyd opened this issue Sep 26, 2015 · 2 comments
Open

Need better Font config #217

cpboyd opened this issue Sep 26, 2015 · 2 comments

Comments

@cpboyd
Copy link

cpboyd commented Sep 26, 2015

I'm trying to use FontAwesome and WeatherIcons to more easily have scalable icons.

However, the PRCE window seems to report things in the current browser font's characters.
It'd be nicer if unicode characters were simply reported as "\u" + value. (As you can do in the JSON file)
It's impossible to discern what each unknown symbol is.

There also doesn't appear to be any way to remove a secondary config without removing the entire resource.

Lastly, as reported in issue #174 , only ONE config is imported PER font resource.

@Spacerat
Copy link
Contributor

Spacerat commented Oct 6, 2015

Your last two points will be dealt with by PR #224 . As for the first point (about unicode characters), CloudPebble does use the font that you upload, as you can see here:
screen shot 2015-10-06 at 08 36 58
but it doesn't work with WeatherIcons. The reason is that CloudPebble shows you a preview of all of the following characters
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^& *()_+[]{}\\|;:\'"<>?
but WeatherIcons doesn't use any of these code points for its glyphs.

@cpboyd
Copy link
Author

cpboyd commented Oct 6, 2015

@Spacerat I mean the "edit box" for the PRCE expression. Is it possible to put "\uXXXX" instead of the symbol itself there?

Edit: Photo
prce

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