How to change font / increase font size of Radio button on Inno Setup CreateInputOptionPage

Viewed 36

I have added a new page - CreateInputOptionPage added a few options.

wpWizardPage.Add('Option A');
wpWizardPage.Add('Option B');
wpWizardPage.Add('Option C');

I want to increase the font size of the radio button list.

I appreciate any help you can provide.

1 Answers
Related