Chapter 2 Multimedia
Chapter 2 Multimedia
Multimedia Applications
Chapter 2
Text
Overview
• Importance of text in a multimedia
presentation.
• Understanding fonts and typefaces.
• Using text elements in a multimedia
presentation.
• Computers and text.
• Font editing and design tools.
• Multimedia and hypertext.
Text in History
• Text came into use about 6,000 years
ago in the Mediterranean Fertile
Crescent, Mesopotamia, Egypt, etc.
when the first meaningful marks
were scraped onto mud tablets and
left to harden in the sun.
Revolution in Communication
• Using symbols for communication
relatively recent - 6,0000 years old
• 15th Century- Johann Gutenburg
printing press revolutionized
information
• Recently - another revolution - the
World Wide Web and its native language
- HTML
The Power of Meaning and the
Importance of Text
•Words must be chosen carefully
•Words appear in:
Titles
Menus
Navigational aids
Bold
Underlined
Leading and Kerning
Computers can leading
• adjust the line spacing (called leading)
• Overall spacing between characters Is called
tracking and the kerning is the space
between pairs of characters
– Regular
– Condensed (tightly tracked)
– Expanded (loosely tracked)
Fonts and Faces
• PostScript, TrueType and Master
fonts can be altered
• Bitmap fonts cannot be altered
• The computer draws or rasterizes a
letter on the screen with pixels or
dots.
Cases
• When type was set by hand, the type
for a font was kept in a drawer or case,
• The upper drawer held the capital
letters, and the lower drawer held the
smaller letters
• From this we get the terms uppercase
and lowercase
Case Sensitive
• Password, and paths in a URL are case
sensitive ( that is “home” is different from
“HOME”)
• It is easier to read words that have a
mixture of upper and lower case letters
rather than all upper case
• Computer terms use an intercap for
readability as in FileMaker, PageMaker, or
LastName
Serif and Sans Serif
• Type either has a little decoration at the
end of the letter - called a serif
• or it doesn’t - sans serif ( “sans” from
the French meaning without)
• Examples ( Times - serif “T” )
( Arial - sans serif “T”)
• Use what is appropriate to convey your message as
serif fonts are traditionally used for body text
• Sans serif are used for headlines and bold statements
Using Text In Multimedia
• WYSIWYG - What you see is what
you get!
• Aim for a balance between too much
text and too little
• Make web pages no more than
1 to 2 screenfuls of text
• Bring the user to the destination with
as few actions as possible
Text Font Design Tips
• Use the most legible font available
• Use as few different faces as possible ( too
many called “ransom-note” typography”
• Use bold and italics to convey meaning
• Adjust line spacing ( leading)
• Adjust the spacing between letters in
headings to remove gaps
• Use colors and background to make type
stand out
• Use meaningful word for links and menus
Text Font Design Tips
•Using too many fonts on the same page is called
ransom-note typography
•Lines too tightly packed are difficult to read.
•In large-size headlines, adjust the spacing between
letters (kerning) so that the spacing feels right.
•To make your type stand out or be more legible, use
foreground and background colors.
Text Font Design Tips
• Use anti-aliased text where you want a gentle and
blended look for titles and headlines. This can
give a more professional appearance.
• Anti-aliasing blends the colors along the edges of
the letters (called dithering) to create a soft
transition between the letter and its background.
More Text Font Design Tips
• Experiment with shadows
• Surround headlines with white space
landscape
portrait
HTML Documents
• Standard document format on the web is
called Hypertext Markup Language ( HTML)
• Originally designed for text not multimedia
- now being redesigned as Dynamic HTML
( DHTML), which uses CSS (Cascading
Style sheets) and permits defining text
choices.
• Specify typefaces, sizes colors and
properties by “marking up” the text with
tags (such as <B>, </B>)
HTML Documents
• The Font tag is used to specify the
font to be displayed (if present)