FONT size of Text on the display

userHead anonymous 2022-05-06 16:48:50 596 Views2 Replies

What is the font matrix size for the text displayed on the Husky display?

 

This info will be helpful to determine the line increment to display multiple lines of text, as well as to string characters on a line.

 

Thank You.

2022-05-14 20:39:27

Hi,

I noticed the proportional font use during my testing. I also counted 30 y-pixels after a bunch of tests, vertically. X position ending point is impossible without a lot of experimenting. While you say that the font size is 18 pixels, anything displayed comes with a black background frame around it. The size of that is 30 pixels high, varying in x direction.

 

Here is my suggestion:

Instead of just returning the OK code, return the x and y displacement af the end of the text block displayed (the black box). This will allow the user to immediately concatenate more text at the proper place on the screen: same line or next line.

userHeadPic anonymous
2022-05-07 11:29:55

Hi tguneysu,

 

The font matrix size is 18px. However the font we are using is not Monospaced Font, so the width of the font is dependent on the text itself. For now, just try with your text. Do you have any idea how to improve it? Looking forward for your reply :)

userHeadPic Angelo.Qiao