Closed arunyava closed 3 months ago
Please follow the README.
while clicking the link it shows "not found".
its downloaded sir. thanks a lot for your valuable support
how can we select ttf file for custom font creation. Is same font map file can be used for different size letter ,means normal ,bold etc. How can implement that? please help.
how can we select ttf file for custom font creation.
All the information you need is written in the readme.
Please read the readme carefully.
hi sir, How can make the letter bold
Please check bold.
Hi Sir,
I am facing one more issue. if i set color as yellow but the font letters are in blue.
GetFontx(0, buffer, &fontWidth, &fontHeight);
lcdFillScreen(&dev, BLACK);
lcdSetFontDirection(&dev, 3);
color = YELLOW;
strcpy((char )ascii, "123456789101234567");
lcdDrawString(&dev, (fontHeight1)-1,CONFIG_HEIGHT-12, ascii, color);
what was the issue ? Can you please help me?
Is BLUE displayed correctly?
strcpy((char )ascii, "123456789101234567");
lcdDrawString(&dev, (fontHeight1)-1,CONFIG_HEIGHT-12, ascii, BLUE);
no , it changed as yellow
There are no problems with this project.
It's a problem with your code.
You need to share the entire project, not just a piece of code.
Sorry sir , its not your project issue. Its my project issue . I need help to rectify the issue. Thanks in advance. I'm working in LPC1768 board.
I don't have LPC1768 board.
The issues of creating a custom font has been resolved, so I close it.
Hi, please help to create custom font .I look fontfx.exe .but it's not found .Can you please explain the steps. I am new in this field