Fonts in Containers

Mac OSX specific forum
SalG
New User
New User
Posts: 4
Joined: Fri Jun 07, 2013 8:03 pm

Fonts in Containers

Post by SalG »

Hi,
I test at this time the beta version (5.20) of PB Mac OSX, because in 5.11 I miss many things. I discover in PB 5.20 too, that the fontsize in column views, don't appears in the column titles but only in columntext. The columns titles are hard to read on hi-res Monitors (on NoteBooks-monitors too) and mismatch with the appearance of the other text in the columns, witch can set to a bigger font. The Windows title cannot be changed too, here I miss a possibility to set a font for the whole objects in the window! This is not true in PB beta 5.20 for windows, at least on column titles which can set to desired fontsize. There are a mismatch between PB for Windows and PB for Mac, at least, in opposition as how stated in your FAQ! May be, there are other possibilities, wich I don't knows? :cry:
SalG
Fred
Administrator
Administrator
Posts: 18226
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Fonts in Containers

Post by Fred »

Unfortunately, it doesn't seems to be possible to change the height of the listicongadget() header on Cocoa (changing the cell font works, but the header height isn't changed, which makes it look clipped). May be wilbert will find a way to do it ;)
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Fonts in Containers

Post by wilbert »

@Fred, maybe you can subclass NSTableHeaderCell to create your own header.
http://stackoverflow.com/questions/4753 ... ers-on-mac
I don't know an easier solution.
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply