SlideShare a Scribd company logo
1 of 26
LECTURE 4

THE USES OF TEXT IN MULTIMEDIA

               Prepared by
       Cik Nor Anita Fairos bt Ismail


                                        1
Objective
   Media Types
   What text is
   How text is created and stored in the
    computer
   How text is used in Multimedia Systems
   Advantages and Disadvantages
    of using texts




                                             2
Temporal & Non Temporal Media
    Media
   Refer to Multimedia elements.
   Two Media types:Temporal and Non-Temporal

    Temporal Media
   The media has an associated time aspect. Example: its
    view changes with respect to time.
   Examples: Audio, video, animation, music etc.




                                                            3
Temporal & Non Temporal Media
Non-Temporal Media
 Also known as a static media. It has the same

  representation regardless of time
 Examples: texts, graphics, paintings, book etc




   Multimedia applications are typically composed of both
    media




                                                             4
What is Text
   Basic media for many multimedia systems

   Texts in the form of words, sentences and paragraphs is
    used to communicate thoughts, ideas and facts in nearly
    every aspect of our lives.

   Multimedia products depends on text for many things:
    - to explain how the application work
    - to guide the user in navigating through the application
    - deliver the information for which the application was
      designed

                                                                5
What is Text
   Minimize the texts in multimedia application
   Texts consists of two structures:
       Linear
       Non-Linear




                                                   6
Text Technology
   Based on creating letters, numbers and special
    characters.

   Text elements can be categories into:
      Alphabet characters : A - Z

      Numbers : 0 - 9

      Special characters : Punctuation [. , ; ‘ …] , Sign or

       Symbols [* & ^ % $ £ ! / ~ # @ .…]
      Also known Character Sets




   May also include special icon or drawing symbols,
    mathematical symbols, Greek Letter etc.
                                                                7
Typefaces, Fonts and Points
Typefaces
 The graphic representations of the alphabet, numbers and

  special character.
 Usually vary by type sizes and styles.




Fonts
 Particular size of typefaces

 Usually vary by type sizes and styles.

 The sizes are measured in points

   - One point is 1/72” or 0.0138 inc”
   - Measuring distance from the top of a capital letters (e.g. ‘A or P’) to the
     bottom of a descenders (e.g. ‘y , ‘p’ , ‘q’).


                                                                                   8
Fonts Effects
   A numbers of effects that are useful for bringing viewer’s
    attention to content:

       Case: UPPER and lower letter
       Bold, Italic, Underline, superscript or subscript
       Embossed or Shadow
       Colours
       Strikethrough
        b




                                                                 9
Types of Fonts
   Two classes of fonts: Serif or Sans Serif

   Serif fonts use decorative tips or flags at the ends of a
    letter strokes

   Sans Serif fonts don’t have these features

   Serif fonts are usually used for documents or screens
    that have large quantities of text
     - This is because the serif helps guide the reader’s eye
        along the text
                                                                10
Types of Fonts
   For computer displays, Sans Serif fonts considered
    better because of the sharper contrast.

                                  Examples of San Serif fonts

        Times New Roman              Century Gothic
        Bookman                      Arial
        R oc kw ell Lig h t          Comic Sans MS
        Courier New                  Impact
        Century                      Tahoma

        Examples of Serif fonts

                                                                11
Text Characteristics
        This example shows the Times New Roman font

                                                 Ascender
   Capital Height            x-Height




FD xhp
Point size        Serif        p -Height
                                            Descender
                                                            12
Tracking, Kerning and Leading




Av
 Unkerned
                   AvKerned
                                13
Tracking, Kerning and Leading

                       Reading Line One
      Leading
                       Reading Line One
   Ascender    : an upstroke on a character
   Descender   : the down stroke below the baseline of a character
   Leading     : spacing above and below a font or Line spacing
   Tracking    : spacing between characters
   Kerning     : space between pairs of characters, usually as an overlap
                 for improvement appearance


                                                                             14
Bitmapped and vector fonts
   Fonts can either be stored as bitmapped or vector
    graphics

   Bitmaps font depend to the size and the pixel numbers
    - File size increases as more sizes are added

   Vector fonts can draw any size by scaling the vector
    drawing primitives mathematically
     - File size is much smaller than bitmaps
     - TrueType and PostScript are vector font formats


                                                            15
Bitmapped and vector fonts




A bitmapped font   A vector font
                                   16
Jaggies and Antialiasing
   Jaggies are the jagged edges you see when a
    bitmapped image is resized

   It is a consequence of the underlying array of pixels from
    which the image is composed

   Antialiasing is a technique that can be used to eliminate
    jagged edges

   It substitutes additional pixels in other colours to fool the
    brain into thinking it is seeing continuous lines
                                                                    17
Jaggies and Antialiasing
   The technique is used to blend the font into the
    background by transitioning the colour from the font
    colour to background.

   This technique minimizes the jagged edges making for a
    smoother overall appearance.




                                                             18
Jaggies and Antialiasing




                           19
Text Data Files
   The common data encoding schemes for text are:

   Plain text (ASCII) is text in an electronic format that can
    be read and interpreted by humans

   Rich text is similar but it also embeds special control
    characters into the text to provide additional features

   Hypertext is an advance on rich text which allows the
    reader to jump to different sections within the document
    or even jump to a new document
                                                                  20
Text Data Files
Plain text
This is plain text. It is readable by humans. It can contains numbers
(01234) and punctuation (.,#@*&) since it uses the ASCII character set.

Rich text
This is <bold>rich text</bold>.<br><center>It is also readable by
humans but contains additional tags which control the presentation of
the text.</center>

Hypertext
This is <a href=“http://www.w3c.org/”>hypertext</a>. It uses the rich
text format shown above but adds the ability to hyperlink to other
documents.<hr><img src=“logo.gif”>
                                                                          21
Working With Text
   Considerations and guidelines when we are working with
    text:

       Be Concise
       Use the appropriate typefaces and fonts
       Make it readable
       Consider type styles and colors
       Use restraint and be consistent




                                                             22
How text can be used effectively
   Communicating Data
    - Customer names and address
    - Pricing information of products

   Explaining concepts and ideas
    - A company mission statement
    - A comparison of medical procedures

   Clarifying other media
    - Labels on button, icons and screens
    - Captions and callouts for graphics

                                            23
Advantages and Disadvantages
            of using texts
   Advantages
      Is relatively inexpensive to produce

      Present abstract ideas effectively

      Clarifies other media

      Provides confidentiality

      Is easily changed or updated




   Disadvantages
      Is less memorable than other visual media

      Requires more attention from the user than other

       media
      Can be cumbersome

                                                          24
Summary
   Multimedia applications and presentations invariably rely
    to some extent on the use of text to convey their
    message to users

   Text has many characteristics that the developer can
    modify to enhance the user experience
     - size, weight, typeface, style, colour, kerning, tracking,
       etc.

   Antialiasing is a technique that can be used to improve
    the readability of text


                                                                   25
Next lecture...

We will looking at images
 The different types of image

 How we capture images

 Generating and editing images




                                  26

More Related Content

Viewers also liked

Lecturestacks 110802115132-phpapp02
Lecturestacks 110802115132-phpapp02Lecturestacks 110802115132-phpapp02
Lecturestacks 110802115132-phpapp02Jay Patel
 
Assignment 2(web)
Assignment 2(web)Assignment 2(web)
Assignment 2(web)Jay Patel
 
Web01 091024130908-phpapp01
Web01 091024130908-phpapp01Web01 091024130908-phpapp01
Web01 091024130908-phpapp01Jay Patel
 
Applicationsofstack 110805072322-phpapp01
Applicationsofstack 110805072322-phpapp01Applicationsofstack 110805072322-phpapp01
Applicationsofstack 110805072322-phpapp01Jay Patel
 
Assignment 2(web)
Assignment 2(web)Assignment 2(web)
Assignment 2(web)Jay Patel
 
Unit 3(rdbms)
Unit 3(rdbms)Unit 3(rdbms)
Unit 3(rdbms)Jay Patel
 
Unit 3(rdbms)
Unit 3(rdbms)Unit 3(rdbms)
Unit 3(rdbms)Jay Patel
 
Inline function(oops)
Inline function(oops)Inline function(oops)
Inline function(oops)Jay Patel
 
Hypertext and hypermedia
Hypertext and hypermediaHypertext and hypermedia
Hypertext and hypermediaJay Patel
 
Chapter19 multimedia-091006115642-phpapp02 (1)
Chapter19 multimedia-091006115642-phpapp02 (1)Chapter19 multimedia-091006115642-phpapp02 (1)
Chapter19 multimedia-091006115642-phpapp02 (1)Jay Patel
 
1 unit (oops)
1 unit (oops)1 unit (oops)
1 unit (oops)Jay Patel
 
Mutlimedia authoring tools
Mutlimedia authoring toolsMutlimedia authoring tools
Mutlimedia authoring toolsJay Patel
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software toolsJay Patel
 

Viewers also liked (13)

Lecturestacks 110802115132-phpapp02
Lecturestacks 110802115132-phpapp02Lecturestacks 110802115132-phpapp02
Lecturestacks 110802115132-phpapp02
 
Assignment 2(web)
Assignment 2(web)Assignment 2(web)
Assignment 2(web)
 
Web01 091024130908-phpapp01
Web01 091024130908-phpapp01Web01 091024130908-phpapp01
Web01 091024130908-phpapp01
 
Applicationsofstack 110805072322-phpapp01
Applicationsofstack 110805072322-phpapp01Applicationsofstack 110805072322-phpapp01
Applicationsofstack 110805072322-phpapp01
 
Assignment 2(web)
Assignment 2(web)Assignment 2(web)
Assignment 2(web)
 
Unit 3(rdbms)
Unit 3(rdbms)Unit 3(rdbms)
Unit 3(rdbms)
 
Unit 3(rdbms)
Unit 3(rdbms)Unit 3(rdbms)
Unit 3(rdbms)
 
Inline function(oops)
Inline function(oops)Inline function(oops)
Inline function(oops)
 
Hypertext and hypermedia
Hypertext and hypermediaHypertext and hypermedia
Hypertext and hypermedia
 
Chapter19 multimedia-091006115642-phpapp02 (1)
Chapter19 multimedia-091006115642-phpapp02 (1)Chapter19 multimedia-091006115642-phpapp02 (1)
Chapter19 multimedia-091006115642-phpapp02 (1)
 
1 unit (oops)
1 unit (oops)1 unit (oops)
1 unit (oops)
 
Mutlimedia authoring tools
Mutlimedia authoring toolsMutlimedia authoring tools
Mutlimedia authoring tools
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software tools
 

Similar to Lecture6 text

Similar to Lecture6 text (20)

Lecture 4 text
Lecture 4   textLecture 4   text
Lecture 4 text
 
Text
TextText
Text
 
Chapter 3 - Text.pptsdg
Chapter 3 - Text.pptsdgChapter 3 - Text.pptsdg
Chapter 3 - Text.pptsdg
 
Unit 2 graphics
Unit 2 graphicsUnit 2 graphics
Unit 2 graphics
 
Multimedia Design Chapter 2
Multimedia Design Chapter 2Multimedia Design Chapter 2
Multimedia Design Chapter 2
 
Typography
TypographyTypography
Typography
 
Chap7
Chap7Chap7
Chap7
 
Std 11 Computer Chapter 1 Introduction to Multimedia (Part 1)
Std 11 Computer Chapter 1  Introduction to Multimedia (Part 1)Std 11 Computer Chapter 1  Introduction to Multimedia (Part 1)
Std 11 Computer Chapter 1 Introduction to Multimedia (Part 1)
 
Multimedia chapter 2
Multimedia chapter 2Multimedia chapter 2
Multimedia chapter 2
 
Multimedia chapter 2
Multimedia chapter 2Multimedia chapter 2
Multimedia chapter 2
 
Multimedia-Lecture-3.pptx
Multimedia-Lecture-3.pptxMultimedia-Lecture-3.pptx
Multimedia-Lecture-3.pptx
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 2 : TEXT
Chapter 2 : TEXTChapter 2 : TEXT
Chapter 2 : TEXT
 
Chapter 5 Text
Chapter 5 TextChapter 5 Text
Chapter 5 Text
 
Saw13 ch02-ppt
Saw13 ch02-pptSaw13 ch02-ppt
Saw13 ch02-ppt
 
Text
TextText
Text
 
Typography
TypographyTypography
Typography
 
Graphic Design first class (1).pptx
Graphic Design first class (1).pptxGraphic Design first class (1).pptx
Graphic Design first class (1).pptx
 
Chapter Five
Chapter FiveChapter Five
Chapter Five
 
textinformationandmedia-190522081153.pptx
textinformationandmedia-190522081153.pptxtextinformationandmedia-190522081153.pptx
textinformationandmedia-190522081153.pptx
 

More from Jay Patel

More from Jay Patel (12)

Assignment 1(web)
Assignment 1(web)Assignment 1(web)
Assignment 1(web)
 
Cursor
CursorCursor
Cursor
 
Anchored data type
Anchored data typeAnchored data type
Anchored data type
 
Selection sort
Selection sortSelection sort
Selection sort
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software tools
 
Lecture6 text
Lecture6   textLecture6   text
Lecture6 text
 
Sound
SoundSound
Sound
 
Images
ImagesImages
Images
 
Cursor
CursorCursor
Cursor
 
Codd rules
Codd rulesCodd rules
Codd rules
 
Codd rules
Codd rulesCodd rules
Codd rules
 
Presentation1
Presentation1Presentation1
Presentation1
 

Recently uploaded

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Lecture6 text

  • 1. LECTURE 4 THE USES OF TEXT IN MULTIMEDIA Prepared by Cik Nor Anita Fairos bt Ismail 1
  • 2. Objective  Media Types  What text is  How text is created and stored in the computer  How text is used in Multimedia Systems  Advantages and Disadvantages of using texts 2
  • 3. Temporal & Non Temporal Media Media  Refer to Multimedia elements.  Two Media types:Temporal and Non-Temporal Temporal Media  The media has an associated time aspect. Example: its view changes with respect to time.  Examples: Audio, video, animation, music etc. 3
  • 4. Temporal & Non Temporal Media Non-Temporal Media  Also known as a static media. It has the same representation regardless of time  Examples: texts, graphics, paintings, book etc  Multimedia applications are typically composed of both media 4
  • 5. What is Text  Basic media for many multimedia systems  Texts in the form of words, sentences and paragraphs is used to communicate thoughts, ideas and facts in nearly every aspect of our lives.  Multimedia products depends on text for many things: - to explain how the application work - to guide the user in navigating through the application - deliver the information for which the application was designed 5
  • 6. What is Text  Minimize the texts in multimedia application  Texts consists of two structures:  Linear  Non-Linear 6
  • 7. Text Technology  Based on creating letters, numbers and special characters.  Text elements can be categories into:  Alphabet characters : A - Z  Numbers : 0 - 9  Special characters : Punctuation [. , ; ‘ …] , Sign or Symbols [* & ^ % $ £ ! / ~ # @ .…]  Also known Character Sets  May also include special icon or drawing symbols, mathematical symbols, Greek Letter etc. 7
  • 8. Typefaces, Fonts and Points Typefaces  The graphic representations of the alphabet, numbers and special character.  Usually vary by type sizes and styles. Fonts  Particular size of typefaces  Usually vary by type sizes and styles.  The sizes are measured in points - One point is 1/72” or 0.0138 inc” - Measuring distance from the top of a capital letters (e.g. ‘A or P’) to the bottom of a descenders (e.g. ‘y , ‘p’ , ‘q’). 8
  • 9. Fonts Effects  A numbers of effects that are useful for bringing viewer’s attention to content:  Case: UPPER and lower letter  Bold, Italic, Underline, superscript or subscript  Embossed or Shadow  Colours  Strikethrough b 9
  • 10. Types of Fonts  Two classes of fonts: Serif or Sans Serif  Serif fonts use decorative tips or flags at the ends of a letter strokes  Sans Serif fonts don’t have these features  Serif fonts are usually used for documents or screens that have large quantities of text - This is because the serif helps guide the reader’s eye along the text 10
  • 11. Types of Fonts  For computer displays, Sans Serif fonts considered better because of the sharper contrast. Examples of San Serif fonts Times New Roman Century Gothic Bookman Arial R oc kw ell Lig h t Comic Sans MS Courier New Impact Century Tahoma Examples of Serif fonts 11
  • 12. Text Characteristics This example shows the Times New Roman font Ascender Capital Height x-Height FD xhp Point size Serif p -Height Descender 12
  • 13. Tracking, Kerning and Leading Av Unkerned AvKerned 13
  • 14. Tracking, Kerning and Leading Reading Line One Leading Reading Line One  Ascender : an upstroke on a character  Descender : the down stroke below the baseline of a character  Leading : spacing above and below a font or Line spacing  Tracking : spacing between characters  Kerning : space between pairs of characters, usually as an overlap for improvement appearance 14
  • 15. Bitmapped and vector fonts  Fonts can either be stored as bitmapped or vector graphics  Bitmaps font depend to the size and the pixel numbers - File size increases as more sizes are added  Vector fonts can draw any size by scaling the vector drawing primitives mathematically - File size is much smaller than bitmaps - TrueType and PostScript are vector font formats 15
  • 16. Bitmapped and vector fonts A bitmapped font A vector font 16
  • 17. Jaggies and Antialiasing  Jaggies are the jagged edges you see when a bitmapped image is resized  It is a consequence of the underlying array of pixels from which the image is composed  Antialiasing is a technique that can be used to eliminate jagged edges  It substitutes additional pixels in other colours to fool the brain into thinking it is seeing continuous lines 17
  • 18. Jaggies and Antialiasing  The technique is used to blend the font into the background by transitioning the colour from the font colour to background.  This technique minimizes the jagged edges making for a smoother overall appearance. 18
  • 20. Text Data Files  The common data encoding schemes for text are:  Plain text (ASCII) is text in an electronic format that can be read and interpreted by humans  Rich text is similar but it also embeds special control characters into the text to provide additional features  Hypertext is an advance on rich text which allows the reader to jump to different sections within the document or even jump to a new document 20
  • 21. Text Data Files Plain text This is plain text. It is readable by humans. It can contains numbers (01234) and punctuation (.,#@*&) since it uses the ASCII character set. Rich text This is <bold>rich text</bold>.<br><center>It is also readable by humans but contains additional tags which control the presentation of the text.</center> Hypertext This is <a href=“http://www.w3c.org/”>hypertext</a>. It uses the rich text format shown above but adds the ability to hyperlink to other documents.<hr><img src=“logo.gif”> 21
  • 22. Working With Text  Considerations and guidelines when we are working with text:  Be Concise  Use the appropriate typefaces and fonts  Make it readable  Consider type styles and colors  Use restraint and be consistent 22
  • 23. How text can be used effectively  Communicating Data - Customer names and address - Pricing information of products  Explaining concepts and ideas - A company mission statement - A comparison of medical procedures  Clarifying other media - Labels on button, icons and screens - Captions and callouts for graphics 23
  • 24. Advantages and Disadvantages of using texts  Advantages  Is relatively inexpensive to produce  Present abstract ideas effectively  Clarifies other media  Provides confidentiality  Is easily changed or updated  Disadvantages  Is less memorable than other visual media  Requires more attention from the user than other media  Can be cumbersome 24
  • 25. Summary  Multimedia applications and presentations invariably rely to some extent on the use of text to convey their message to users  Text has many characteristics that the developer can modify to enhance the user experience - size, weight, typeface, style, colour, kerning, tracking, etc.  Antialiasing is a technique that can be used to improve the readability of text 25
  • 26. Next lecture... We will looking at images  The different types of image  How we capture images  Generating and editing images 26

Editor's Notes

  1. SCA3103 - Introduction to Multimedia Sesi 2003/04 Sem II Lecture 4