Path: news.mathworks.com!not-for-mail
From: "jay vaughan" <jvaughan5.nospam@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: fontsize of inputdlg box?
Date: Wed, 7 May 2008 22:51:04 +0000 (UTC)
Organization: harvard
Lines: 21
Message-ID: <fvtbon$3vh$1@fred.mathworks.com>
Reply-To: "jay vaughan" <jvaughan5.nospam@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210200664 4081 172.30.248.35 (7 May 2008 22:51:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 7 May 2008 22:51:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1215048
Xref: news.mathworks.com comp.soft-sys.matlab:467263


Hi,

Anyone know how to change the fontsize of an inputdlg box? 

answer = inputdlg('default font too small for my old eyes!');

Reading the help file, I saw there is the possibility of
entering some options, such as options.WindowStyle='normal',
but couldn't find one for fontsize.

Thanks,
J