retenza Posted March 3, 2015 Report Share Posted March 3, 2015 I need to create my font, but you did not work fontconverter online. How can this be done? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 3, 2015 Report Share Posted March 3, 2015 It looks like the font converter got missing during updating the website. We will add it back tonight (within a few hours).We are sorry for the inconvenience.~ Tectu Link to comment Share on other sites More sharing options...
retenza Posted March 5, 2015 Author Report Share Posted March 5, 2015 Thank you, but the input field Character Filter: can't edit Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 5, 2015 Report Share Posted March 5, 2015 If you want to filter a custom range of glyphs, please select "Custom Range" in the dropdown menu on the right side. Two new fields will show up in which you can type in the actual glyphs.~ Tectu Link to comment Share on other sites More sharing options...
retenza Posted March 6, 2015 Author Report Share Posted March 6, 2015 Thank you for your help. Another question. In my project must use 4 my font. How can this be done? Or I can use only one userfont? Link to comment Share on other sites More sharing options...
inmarket Posted March 6, 2015 Report Share Posted March 6, 2015 In your userfonts.h file #include each of the font files generated by the font converter.Eg in userfonts.h#include "font1.h"#include "font2.h" Link to comment Share on other sites More sharing options...
Dvor_nik Posted March 6, 2015 Report Share Posted March 6, 2015 Can I set two range? For example for Cyrillic and Latin symbols together.Something like: 32-126,300-333Or merge two .c files into one file? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 6, 2015 Report Share Posted March 6, 2015 I'm not sure if I understand your question properly. If you want to use both, Cyrillic and Latin fonts you need two fonts anyway. Therefore it is no problem setting a different range for the two as you generate them. Then use the method to use multiple user fonts as by the method that inmarket showed.~ Tectu Link to comment Share on other sites More sharing options...
inmarket Posted March 6, 2015 Report Share Posted March 6, 2015 If you need two ranges from the font file there are a few ways of doing this... 1. Find an original font that only has those ranges in it and then don't filter when converting, or2. Convert the font twice with different ranges and then treat them as separate fonts in ugfx (see the above post).3. Alter the mcufont library to allow the font converter to accept multiple ranges. If you go to the trouble to do this we would love a copy of the modified conversion utility. Link to comment Share on other sites More sharing options...
Dvor_nik Posted March 10, 2015 Report Share Posted March 10, 2015 Thank you for solutions! I'll take a look on mcufont and try first variant. I'm not sure if I understand your question properlyI have both (cyrillic and latin) symbol in one label. It' work fine with full version of font, but font is too big. I can split it into two label and use two different font, but I wanted to do it the "right way" Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 10, 2015 Report Share Posted March 10, 2015 Sounds like you are building some serious application there. Do you have some pictures that we could put in the demos section of the website?~ Tectu Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now