Font sizes for kiosk applications?

hi,
I'm currently making an interactive for a kiosk. I'm
wondering if anyone knows of any good resources, rules of thumb or
research on choosing a good font size for that type of situation
where the hardware spec is fixed.
TIA,
John

John,
The Kiosk Podcast episode is up....you can go directly to our
webpage to
listen to it or listen to it in Itunes. Here is a link to the
show:
http://www.magicgate.com/podcast/kiosk/
The section you are looking for is the "Kiosk Resource Of The
Week"
Hope this helps!
SKIP
"j_f" <[email protected]> wrote in message
news:e2o0vm$la2$[email protected]:
> Thanks Skip,
>
> I look forward to hearing that when it becomes
available. In the meantime I've
> found this paper from Loughborough University in the UK
saying that 16pt is the
> minimum which should be considered. Seems a bit vague as
it doesn't mention
> screen resolution.
>
> Thanks again,
> John
>
>
http://ui4all.ics.forth.gr/UI4ALL-97/maguire.pdf

Similar Messages

  • Setting a Pre determined Font size for an Application.

    I have a Swing application that is running on Windows and the FONT size
    expands on the GUI if I change the Appearance of the Font in Windows XP
    This normally should not happen as the appearances of the Windows Font size
    should have no impact on the application that is running.
    But to be on a safer side,can can I use any method that will have a predetermined
    FONT size when the Swing application executes:
    like : setFont(new Font("Courier", Font.PLAIN, 12));
    The code below is the starting point of the application.
    public class RFApp extends SingleFrameApplication {
         private RFMainFrame mainFrame;
         @Override
         protected void startup() {
              mainFrame = new RFMainFrame();
              setMainFrame(mainFrame);
              show(mainFrame);
    public class MainFrame extends JFrame {
         private final ToolBar toolBar = new ToolBar(this);
         private final StatusBar statusBar = new StatusBar(this);
         private final MainPanel mainPanel = new MainPanel(this);
         public MainFrame() {
              super("Main Frame"); // This has a BIG FONT increase
              initComponents();
         private void initComponents() {
              setLayout(new BorderLayout());
              getContentPane().add(toolBar, BorderLayout.NORTH);
              getContentPane().add(mainPanel, BorderLayout.CENTER);
              getContentPane().add(statusBar, BorderLayout.SOUTH);
    }

    Since you really need to change foreground and etc. Use the following code to list all the resources that may set the font colors you want (the example only excludes background color resource, so it may set more than what you want, you need to pin point specific color resouces from the print out to suit your own need).
    UIDefaults defaults = UIManager.getLookAndFeelDefaults();
    for(Iterator i = defaults.keySet().iterator(); i.hasNext();) {
    String name = (String)i.next();
    Object value = defaults.get(name);
    if (value instanceof ColorUIResource && !name.endsWith("Background")
    && !name.endsWith("background")) {
    System.out.println(name);
    UIManager.put(name, new ColorUIResource(Color.red));
    }

  • Set global font size for the whole application.

    Is there a way of setting a font globally
    What I mean I want to set a font size for the whole application.
    Is this posable ??
    Thanks Craig

    After posting over 300 questions I would think you would be passed the "New to Java TechnologY" stage.
    The answer for Swing applications is yes this can be done.
    I don't know how to do it for AWT components.
    Since you posted the question in this forum (as oppose to the Swing forum for Swing related problems), I'm assuming this is an AWT related question and therefore I can't help you.

  • How to change font size for lyrics for Ipod in the IPad 2?

    Just bought an IPad 2 and need to increase the font size for lyrics I have added to ITunes/IPod. Is there a way to do this or an application that will do it?
    Thanks in advance for your help!

    Nope. Sorry.
    http://www.apple.com/feedback/ipad.html
    -SM

  • "Preview," how to change font size for when you "fill in the blanks" in a pdf file?

    In the pdf reader, "PREVIEW,"
    I specifically want to find out how to change the font size for "fill in the blanks" information. They're usually huge and i just simply want to make them smaller. 
    As a complete aside, is there a keyboard shortcut for being on google chrome or safari, then immediately opening the window for "preview." I'm typing notes out on preview while listening to a video lecture on my web browser, usually chrome, and i'd like to switch back and forth.
    Thank you, I'd greatly appreciate any advice.

    HI Velders,
    Can't answer your first question but can offer some information regarding your 'aside.'
    Command-tab will move the focus to the most recent previous application. If repeated, it will step through the pen applications from most to least recent. In your described case, you could use command-tab to toggle between Preview and Safari.
    Command-~ runs you through the open windows in the same application. As with command-tab, the steps are from most to least recent.
    Regards,
    Barry

  • Set custom font size for one column

    hey guys! I am trying to decrease the font-size for one column based on an lov and used
    style="font-size:8pt"It does not work though! Do you have a hint?
    brgds,
    seb

    Hello Seb,
    >> Might it be important whether the column is of type "...based on lov"?
    If by "...based on lov" you mean “Display as Text (based on LOV, does not save state)” the answer is yes. This type of column is not treated as an updatable column (the implementation is by using a regular <td> tag and not the <input> tag) so the Apex engine ignores the Element Attributes field.
    As far as I can tell, this column can only be styled in the query itself (and you need to implement the LOV yourself).
    Another option is to use a select list and disabled it, but the column will appear in gray, and with small font size it doesn’t look that good.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • Can the font size for Nokia 3250 be increased for ...

    Sir,
    I am having Nokia 3250. The font size in the mobile looks very small. I would like to know if there is any way we can increase the font size for viewing either by changing its setting or by putting any software in it.
    Pls help.
    Regards
    [email protected]
    INDIA

    You need to download and install an additional program to make the fonts bigger, it does not cost much (€9.95):
    http://shop.psiloc.com/en/Application,262290,Psiloc+Font+Magnifier

  • Increasing font size for texts

    how do I increase the font size for text messages on my droid 2 global?

    Not possible in the stock sms message application. Perhaps one of the replacement sms apps in the Android Market does. Handcent SMS app or Go SMS app are available in the market.

  • How do you specify a minimum font size for incoming mail?

    Is there a way to specify a minimum font size for incoming mail messages? Mail I get from others is almost unreadable and I always have to manually (apple +) increase the size.
    As a test, a friend on a PC (most mail I get comes from Windows) kept increasing the size he sent me, but when I received it there was no change in size on my end.
    I can't find anything in Mail's menus and preferences to change this behavior.
    Mail 2.07; OS 10.4.6.
    Thanks,
    Cathy

    if i had the problem then i'd make a backup copy of
    my ~/library/preferences/com.appple.mail.plist file,
    open the original in property list editor, look for
    any likely elements that have small or negative font
    sizes and set them to, say, 12, save the changes and
    see if that helped
    Found the file; couldn't open it (tried Text Edit?) to make any changes.
    You can use the following trick to force Mail to
    always use a larger minimum font size on received
    messages - some HTML messages might not look exactly
    as intended but at least you can now read them:
    1. Quit Mail
    2. Open the Terminal
    (/Applications/Utilities/Terminal) and type in the
    following:
    defaults write com.apple.mail
    MinimumHTMLFontSize 13
    3. Restart Mail.app and your HTML messages are
    readable.
    Of course you can set the point size to whatever you
    like.
    Found file; was not comfortable inputing text as this simple task did not behave properly.
    PC friend said other Mac user reported this same anomally with receiving small text from him. I have over a dozen different PC users that I correspond with where I have this problem. It seems to be on the Mac end.
    -Cathy

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How to change font size for certain domains in Safari

    I want to increase the font size for a few websites that have font's sizes I can't read. I already use a CSS file that changes my link colors so I can modify that files if that helps.
    Here's a website I need to change http://www.boxofficeguru.com/weekend.htm. Whenever I go to this page I have to increase the font size and when I go to a different site I have to make the font size smaller. Any ideas?

    If there are really only a few sites that you have problems with, just go to the site, and click the Command key along with the plus key.    This will temporarily increase the size of the type. 
    Command and the minus(-)  key makes type smaller.  These commands will work on a per site basis.
    You might also want to check out the "Posts Like This" list to the left. >>>>>>>>>>>

  • How to change font size for tracks in Songs view, iTunes 11?

    I'm wondering which field in TextStyles.plist for the new iTunes 11 (I've gotten rid of Helvetica for Lucida Grande thanks to another forum on here!) - controls the font size for track title, time, artist, album, etc. as seen here - I would like to have it smaller, and have been playing around on several forums and not found the magical field to get that exact thing smaller. Many thanks in advance.

    You're going to love me forever:
    <key>9002</key>
    <dict>
    <key>- loc hint -</key>
    <string>List Contents (Small)</string>
    <key>font</key>
    <string>HelveticaNeue</string>
    <key>size</key>
    <integer>12</integer>
    </dict>
    It's that interger "12" that's determines the size. Adjust it until you're happy—provided that it's an interger.
    I actually go with "HelveticaNeue" with a size of 11. I like to see lots of tabular information at once, horizontally, without changing my resolution… within reason, e.g. Fiona Apple album titles still have ellipses.
    An unfortunate aspect to this is that the row height isn't altered unless the font size specified is greater than 12—the font takes the row height along for the ride when it's bigger, but the row doesn't come along for the ride when the font gets smaller. It's likely you could change the minimum row height to be lower, in some other plist—search for something like "list contents (small)" or "list (small)" or whatever—but I don't know where that would be found, or if it could be found at all.
    Nonetheless, this should address your query.

  • Maximum font size for auto-sized form text

    You need to let the user select a maximum font size for automatically sized text. If most of your fields are set at 10pt type, but you have one field for which you want the text to resize automatically, it looks stupid if that cell contains a small amount of text that’s set at 16pt or whatever. If you could set the maximum font size to 10pt for that field, then the text would be consistent with the text in the other fields unless there is so much text that it needs to scale down.

    Can anyone please advise?
    Cheers

  • How can you change the font size in the application and system headers?

    How can you change the font size in the application and system headers?  I searched the system and finder prefs to no avail.  Changing the screen density is not a good option.
    Thanks

    I downloaded Tinkertool.  Found the font section and increased the size of most selections.  The only thing that changed that I can see is the window label.  The apple line, bookmarks line, the tool bar in safari are all the same---font size of about 4.  Found the finder "show view options" but that didn't seem to change anything either.  I'll keep working.  Restarted all apps after changes as well.

  • What is the best font size for text when making a book in iBooks Author? My present font is Baskerville at 20 pt.

    What is the best font size for text when making a book in iBooks Author? My present font is Baskerville at 20 pt.

    For what audience? What reading level? Which Flesch-Kincaid index? What type of content? How much white space? What language(s)?

Maybe you are looking for

  • E-Mail client for UNIX

    I want to develop an E-Mail client like ThunderBird, Edura in Java for UNIX,. If any one of you developed such project than please guide me. My email address is [email protected] Thank you.

  • Mouse/keyboard issues

    my macbook keyboard has started behaving very erratically, it drags items without clicking on them, sometimes when typing, the icon jumps so i end up typing in the middle of a word ive already typed, it selects items randomly, ive done a full restore

  • How to create a scheduler for Batch  in MDM ?

    Hi , I am working on MDM 2.0.1.4 . I have a batch called D1-IMD for auto-transition of one IMD state to another state I am able to run the batch manually (i.e Non-Timed Interval). So please suggest me how to proceed with some Timed Interval of schedu

  • Safari has turned unusable: crash, crash, crash...

    Suddenly (soon after downloading the massive Apple's 09/28/07 update, which may or maynot be related), my Safari has turned unusable. It seems to be ok upon opening, but attempting surfing results in immediate crashing. First I encounter a Syndicatio

  • For composite editing, does DVCPRO yield better quality than AVCHD in FCE4?

    Hi folks, From what I understand, DVCPRO is much less compressed than AVCHD. If so, then, would it also be true that FCE4 would output a "cleaner" end product (i.e. for DVD, after undergoing significant composite editing/rendering) if I used DVCPRO r