Font style combo shows text, font size combo not

General TRichView support forum. Please post your questions here
Post Reply
Prismax
Posts: 7
Joined: Wed Mar 28, 2007 6:59 pm

Font style combo shows text, font size combo not

Post by Prismax »

Hello,

I've added two lists to my RV edit : one for the font style and one for the font size.

The font style combobox seems to work perfectly and the font style actually changes when I choose another style out of the combobox.

However, the same combobox (but then for font size) shows no font sizes at all.

What can be the cause of this weird situation?

Thx in advance!
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

TRVFontSizeComboBox shows font sizes only after its FontName property is assigned. It shows only font sizes available for the given font (or a predefined set of sizes fo TrueType fonts)
Post Reply