• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Missing columns other than Title
#10
The font that is used is not a monospace (fixed-width) font. That means that a space character takes up far less space than other characters. A tab character is much smaller for the same reason. I could add an option to use a monospace font for the library screen, but visually it would look quite awful. Alternatively, I could implement custom font drawing where I tokenize on white space and split up each word used a fixed-width spacing, but that would require a fair amount of changes and would certainly render slower than using the default text control. There are other things I would need to ensure I don't break in the process, like right-to-left language support. So I don't have a good answer at the moment unfortunately.

Mike
Reply


Messages In This Thread
Missing columns other than Title - by LtB - 07-12-2021, 07:02 AM
RE: Missing columns other than Title - by LtB - 07-12-2021, 09:28 PM
RE: Missing columns other than Title - by BRX - 07-13-2021, 01:47 AM
RE: Missing columns other than Title - by LtB - 07-13-2021, 03:28 AM
RE: Missing columns other than Title - by BRX - 07-13-2021, 05:20 AM
RE: Missing columns other than Title - by LtB - 07-14-2021, 07:26 AM
RE: Missing columns other than Title - by Zubersoft - 07-14-2021, 11:18 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.