Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
spikenaylor1
Creator
Creator

button font

I have a button that I want to show the title and then below show a formula

it all works

but I need to have different font size for the formula line than for the title line

I have achieved this through using a transparent button over two objects showing the title and formulas

but when editing I have to move the transparent button to get to the underlying objects

is there a format code that can be used in the formula similar to the number formatting #,##0  etc

many thanks for looking

6 Replies
jharke
Creator
Creator

Hello Michael

What you want is not possible in one button. Though there are several work-arounds that might help you: see e.g. these threads:

Different fonts in the the same textbox

different font color in text object

Anil_Babu_Samineni

I am not sure i understand your issue

Are you looking for something like this

='TitleHere' & Num(Expression, '#,##0')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable

is it what you want?

you can Change the caption font on tab caption , button font

you can Change the formula font on tab Font

dineshm030
Creator III
Creator III

Hi Michael,

Yes We can. In Caption Tab We can change the font style of button title text. In Font Tab we can change the font style of button content.

Regards,

Dinesh Kumar M

eromiyasimon
Creator II
Creator II

hi ,

you can change the font style as well size and color in button properties FONT tab,

Attached the screenshot for your reference.

but there's no font code except the font names,

you change the caption name font in the caption tab (refer the second screenshot)

Capture.PNGCapture 2.PNG

regards,

Simon

Anonymous
Not applicable

I think this is what he expecting.