Created with www wordle net User Interface Aesthetics

  • Slides: 22
Download presentation
Created with www. wordle. net User Interface Aesthetics COMPSCI 345 / SOFTENG 350 Prepared

Created with www. wordle. net User Interface Aesthetics COMPSCI 345 / SOFTENG 350 Prepared by Safurah Abdul Jalil & Beryl Plimmer 2011

2 Learning Outcomes n Describe the main purposes of text? n Is there the

2 Learning Outcomes n Describe the main purposes of text? n Is there the balance between art fonts and readability? n Explain what makes a font readable (or not)? n What are the characteristics of text that we can control? n Design a Font Scheme?

Human Issues n The Reading Purpose n Continuous process (reading a novel) n Scanning

Human Issues n The Reading Purpose n Continuous process (reading a novel) n Scanning n Reading interface - screen or paper n Paper is more flexible than electronic media n We often rely on our spatial memory when we search for information Place holders

4 Human Issues n Active reading aids comprehension n Using your pen to follow

4 Human Issues n Active reading aids comprehension n Using your pen to follow lines Annotating the text I have done quite a lot of annotation research. Have a look here http: //www. cs. auckland. ac. nz/research/hci/digital_ink/annotation_tools/index. shtml

Text in Interaction Design n Commentary/Instrumental n Commentary text is text that informs. n

Text in Interaction Design n Commentary/Instrumental n Commentary text is text that informs. n Instrumental text is text that works; e. g. hyperlinks, button, labels (this will be covered in the lecture on forms & controls) n Legibility n Can the reader discern the words n Readability n Can the reader easily read the text n Physical Factors n What is the screen resolution, brightness

6 Remember the reading process? n We read lowercase more quickly than UPPERCASE n

6 Remember the reading process? n We read lowercase more quickly than UPPERCASE n Lowercase presentation is more common n Except when people don’t want you to read it Do they want you to read the chocolate bar wrapper?

7 Typography craft and an art n Art Book of Kells (6 th century)

7 Typography craft and an art n Art Book of Kells (6 th century) n Craft n n n Arranging glyphs (letters) Dates from earliest printing presses Its history is evident in the terms we use n Leading … the amount of lead between lines

+ 8 Basic Anatomy of letterforms Image modified from http: //26. media. tumblr. com/tumblr_kx

+ 8 Basic Anatomy of letterforms Image modified from http: //26. media. tumblr. com/tumblr_kx 1 onh. Pp. D 61 qajttoo 1_500. gif

9 Fonts: serif & sans serif http: //www. pixel 77. com/typography-type-and-typefaces/ ‘Sans’ is “without”,

9 Fonts: serif & sans serif http: //www. pixel 77. com/typography-type-and-typefaces/ ‘Sans’ is “without”, therefore sans serif fonts are fonts without serifs n People still argue whether serif (Georgia) or sans serif (Arial) is easier to read on a screen n http: //www. w 3 schools. com/cssref/playit. asp? filename=play css_font-family p. ex 2 { font: 15 px Georgia, serif; } n n http: //www. w 3 schools. com/cssref/playit. asp? filename=play css_font-family Georgia, Verdana, and Trebuchet maintain legibility at small sizes and have been designed to facilitate reading on the Web

+ 10 Fonts for title vs. body Decorative/Display fonts n Decorative fonts (sometimes called

+ 10 Fonts for title vs. body Decorative/Display fonts n Decorative fonts (sometimes called display fonts or title fonts) n n n suitable for titles and headings strong personality: n grab people’s attention n reinforce the message of the word. May not be installed on all machines – in which case you need to have a default! n Neutral looking fonts such Georgia or Arial are more suitable as body copy (easier to read)

+ 11 Fonts for title vs. body

+ 11 Fonts for title vs. body

12 Fonts: proportional & monospaced http: //library. kiwix. org: 4201/A/Typeface. html n A proportional

12 Fonts: proportional & monospaced http: //library. kiwix. org: 4201/A/Typeface. html n A proportional font has variable-width: ioioio n A monospaced font has fixed-width ioioio http: //www. w 3 schools. com/cssref/playit. asp? filename=playcss_font-family

Font Size n Factors that affect perceived font size: n Reading Distance—Greater distances require

Font Size n Factors that affect perceived font size: n Reading Distance—Greater distances require larger text. n Screen Resolution—Smaller text requires greater resolution to keep the characters clear and legible. n Text/Background Contrast—Positive contrast is optimal (black type on a white background). n Visual Acuity of User—Not all users have 20/20 vision. n Purpose —Text can be scanned, read word by word, or read character by character

14 Font Size n Fonts for body copy usually don't work well when set

14 Font Size n Fonts for body copy usually don't work well when set too large, they tend to become inelegant and clunky. n The opposite is the case when setting titling fonts too small – the title/heading will lose its dominance and the page looks bland.

15 Font Size n Fonts of the same size, say 11 pt, will sometimes

15 Font Size n Fonts of the same size, say 11 pt, will sometimes look different in size due to their different x-heights. http: //www. pixel 77. com/typography-type-and-typefaces/ n These fonts are all in the same size (36 pt): a a Looks bigger Looks smaller n http: //www. w 3 schools. com/cssref/tryit. asp? filename=try css_font with p. ex 1 { font: 15 px Times New Roman, serif; } p. ex 2 { font: 15 px Book Antiqua, serif; }

Weight & Style n Weight n Bold When two fonts differ in weight, they

Weight & Style n Weight n Bold When two fonts differ in weight, they form a strong and vibrant visual contrast. e. g. between heading, and body – as we have on this page n Style n n Italics Underline n Underlines will be mistaken as a hyperlink n so don’t use except for links n Besides emphasizing points, creating contrast by varying weight and style can contribute to a dramatic and eye-catching look to an interface. It guarantees that your page will not look dull. n However, use with restraint and be consistent. n too many weight and styles on one screen gets confusing.

Spacing Vertical line spacing n n The spacing between lines of text (single spacing,

Spacing Vertical line spacing n n The spacing between lines of text (single spacing, double spacing, etc. ) is called leading or line height Increasing spacing improves reading speed n n n But takes more screen space Different languages need different amounts of leading n Korean needs lots more because letters are stacked Examples: http: //www. w 3 schools. com/cssref/tryit. asp? filename=trycss_line-height http: //www. w 3 schools. com/cssref/playit. asp? filename=playcss_line-height

18 Alignment n n Use left or justified Right and centre are harder to

18 Alignment n n Use left or justified Right and centre are harder to read because can’t easily find beginning of the line This is a paragraph of writing. This is a paragraph of writing.

Spacing & Alignment Line length n n Line length affects reading performance but not

Spacing & Alignment Line length n n Line length affects reading performance but not comprehension Lines of greater length are read more quickly n n n Up to a limit People prefer medium line lengths http: //www. w 3 schools. com/cssref/playit. asp? filename= playcss_max-width Margin width n n n Shorter lines— 4 inches—with large margins increased reading performance Maximal use of white space http: //www. w 3 schools. com/cssref/playit. asp? filename= playcss_padding-left

20 Learning Outcomes n Rhe main purposes of text? n Reading n n Reading

20 Learning Outcomes n Rhe main purposes of text? n Reading n n Reading versus scanning Commentary/Instrumental n Output versus interactive n Is there the balance between ‘art’ fonts and readability? n What makes a font readable (or not)?

21 Learning outcomes n What are the characteristics of text that we can control?

21 Learning outcomes n What are the characteristics of text that we can control? n Font n n n Size n n Increased line height makes it easier to read – but takes more screen real estate Alignment n n n Italics and underline (links only) bring focus Spacing n n Bold emphasise and increases dominance Style n n Bigger is dominant and easier to read – but takes more screen real estate Weight n n Serif, san serif Proportional, mono space Left or justified is easiest to read. Small margins make it easier to read. Design a font scheme (in your assignment)?

22 References n Tidwell, J. (2010) Designing Interfaces, Second Edition: Patterns for Effective Interaction

22 References n Tidwell, J. (2010) Designing Interfaces, Second Edition: Patterns for Effective Interaction Design. O'Reilly Media. n html 5 & css 3… with no images http: //www. onextrapixel. com/examples/html 5 css 3 -website-layout/ n fun with text http: //v 1. jontangerine. com/silo/ Prepared by Safurah Abdul Jalil & Beryl Plimmer 2012