B.Sc. Multimedia ComputingMedia Technologies Character Representation & Font Technology.

Slides:



Advertisements
Similar presentations
The Art and Technique of Arranging Type
Advertisements

Graphics 2D 1 Subject:T0934 / Multimedia Programming Foundation Session:6 Tahun:2009 Versi:1/0.
1 LECTURE 4 THE USES OF TEXT IN MULTIMEDIA Prepared by Cik Nor Anita Fairos bt Ismail.
Chapter Concepts Discuss Fonts Understand Fonts
Digital Media Text Text Text in History Text came into use about 6,000 years ago.
Chapter 6 Placing Type in an Image. Chapter Lessons Learn about type and how it is created Change spacing and adjust baseline shift Use the Drop Shadow.
Typography K1066BI – Graphical Design Teppo Räisänen
Chapter 10: TypographyCopyright © 2004 by Prentice Hall 10. Typography In this chapter you will learn about: The basic terminology and concepts of working.
TYPOGRAPHY vasuki belavadi reader dept. of communication s n school university of hyderabad.
Thinking with Type A Critical Guide for Designers, Writers, Editors, & Students ELLEN LUPTON v.
1.01 Investigate typefaces and fonts.
Multimedia & Webpage Design
Harsha Wijayawardhana University of Colombo School of Computing (UCSC)
Categories TYPE of Text is the most essential ingredient in design communication. With type you communicate in two distinct ways. The first message your.
Introduction to Human Language Technologies Tomaž Erjavec Karl-Franzens-Universität Graz Tomaž Erjavec Lecture: Character sets
2.1 Different Text Attributes Font A set of printable or displayable text characters with its style and size specified Arial 16 point bold Arial 32 point.
10. Typography The basic terminology & concepts of working with type
Fall Unit 2. Development Module 8: Typography & Design.
Unit 4 – Multimedia Element: Text
Introduction to Interactive Media 06: Text: Static Interactive Media Component.
Typography 2.01 Investigate typefaces and fonts..
1 CP586 © Peter Lo 2003 Multimedia Communication Font and Text.
Chapter 9 Text. So, chapter 10 is about Photography, now Chapter 9 is about text What should it look like, how big should it be, how do colors contrast,
Text Text. Multimedia Elements u Text u Graphics u Animation u Sound u Video.
Text.
Art 368 WEB Design 1 Spring 2002 Type Two basic families:  Serif and Sans Serif Parts of all type Ascenders, descenders, baseline, etc. Leading= linespacing/paragraph.
Chapter 7 Chapter 7 Characters and Fonts Multimedia Systems.
Text. Table of Content 1.Introduction of text. 2.Text elements. 3.Types of text. 4.Fonts and typefaces. 5.Font Terminology. 6.Classification of fonts.
Typography Terms. o.php?viewkey=d26eb03e91d5741a4a 3b.
Fonts! Week 3 – Intro to Desktop Publishing. Typography Definition: The study of type and its characteristics Type does many things – Conveys the message.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 10 This presentation © 2004, MacAvon Media Productions Characters & Fonts.
Introduction to Typography Type is everywhere It is a fundamental means of communication Origins as a mechanical process Now very much a critical part.
The art of using text to produce professional looking publications.
CHAPTER FIVE TEXT.
© 2000 – All Rights Reserved – Page 1 Graphic Type & Layers Graphic Type & Layers.
Introduction to Interactive Media Interactive Media Components: Text.
Typography (Fonts). Type type = any set of printed characters font = a set of printable or displayable characters with a specific style and size typeface.
Nov 111 Example Program DemoMouseInk.java. Nov 112 Example Program DemoMouseUnistrokes.java.
Chapter 5 Placing Type in an Image. Chapter Lessons Learn about type and how it is created Change spacing and adjust baseline shift Use the Drop Shadow.
Anlab ( ) Kim, Yangjung Characters & Fonts.
Typography Graphic Design Fundamentals
TYPOGRAPHY What is Typography?
Chapter 3 - Text Revamped by Hamzah Asyrani Sulaiman.
Graphic Design  Graphic Design is a form of visual communication.  Communicate a message  Using typography and graphic elements.
Business and Computing Deanery Multimedia Week 7 Text.
Week - 9 Multimedia: Text element. Overview Importance of text in a multimedia presentation. Understanding fonts and typefaces. Using text elements in.
Chapter 6 Placing Type in an Image. Chapter Lessons Learn about type and how it is created Change spacing and adjust baseline shift Use the Drop Shadow.
UNIT 4 - TYPOGRAPHY Digital Communications I. 3-D  an effect that gives the illusion of depth.
What are we interested in? 1. Understand Design 0 2. Digital Image design 3 3. Time-based media Webpage design 2 1.
Typography A Key Element in Design A. Definition of Typography Typography is the appearance and arrangement of the characters that make up text on a page.
Basic Typography By Ashraf Ali. Overview  Review definitions  Basic character study  Explore different typefaces.
Graphic Design Mrs. Lacks. Typography Is the art and skill of arranging text so that language is visible Essentially, all forms of writing are typography.
Typography Usability & Readability
The art of using text to produce professional looking publications.
Characters & Fonts Digital Multimedia, 2nd edition
SCA Introduction to Multimedia
Vocabulary & Guidelines
Multimedia Systems and Applications
Unit 2.1: Identifying design elements when preparing graphics
2.01 Investigate typefaces and fonts.
THE USES OF TEXT IN MULTIMEDIA
2.01 Investigate typefaces and fonts.
Desktop Publishing Terminology
Characters & Fonts Digital Multimedia, 2nd edition
Assist. Lecturer Safeen H. Rasool Collage of Science Department of IT
SCA Introduction to Multimedia
Typography Usability & Readability
SCA Introduction to Multimedia
Layout Terms Visual Hierarchy
SCA Introduction to Multimedia
Presentation transcript:

B.Sc. Multimedia ComputingMedia Technologies Character Representation & Font Technology

Agenda Character Sets Standards (ASCII) Unicode and ISO Fonts Accessing Fonts Classification and Choice Terminology Font Technology

Text – Nature and Aesthetic Visual representation of a language Graphical symbols with visual aesthetics Characteristics Shape Spacing Structure Layout

Characters and Representation The quick brown fox jumps over the lazy dog (courier) T he quick brown fox jumps over the lazy dog (Garamond)

Characters and Representation ‘ Content is part of the text that carries its meaning or semantics, while the appearance is a surface attribute that may affect how easy it is to read, or how pleasant it is to look at.’ Chapman & Chapman (2004) Abstract character - content Graphical representation - appearance

Abstract Characters Grouped into alphabets Alphabets describe written form of a given language Upper and lower case require different symbols A, B, C, …Z, and a, b, c, …z Punctuation marks :;,. ! Numerals and operator symbols 0, 1, 2, 3… + - x ^ =

Digital Representation Set of abstract characters for a given language is called the ‘Character Repertoire’. Each maps to a distinct ‘code point’. Map each abstract character of the given language to a code stored in a computer. Representation of the English alphabet would require 2 * 26 = 52 codes, and 0..9 for numerals, and punctuation marks etc. An 8-bit computer gives 2 8 = 256 possible codes. OK for English. Other languages would require more codes.

Representation Totals 256 possible codes ( )

Digital Representation - ASCII American Standard Code for Information Interchange Dominant since the 1970s Uses 7 bits to store each code value, giving 128 code points. ASCII repertoire only comprises 95 characters code Values 0 to 31, and 127 mapped to control characters, form-feed, carriage return, and delete etc.

Text Encoding Standards 256 code points not sufficient for many languages 32 - bit encoding scheme prescribed by ISO gives structured access to full range of languages and sub-encodings e.g. ASCII Unicode 16–bit character set also developed in parallel providing code values for all ‘major’ languages. ISO and Unicode standardized in early 1990s See Chapman & Chapman Ch.10 p319-p324

Font Technology Each stored character value mapped to a visual display called a glyph. Glyphs arranged in collections called fonts Concept of fonts as collection of glyphs visually related and design to work together dates back to pre-digital era. Some font designs originate from fifteenth century.

Accessing Fonts Font shape (glyph) visual representation of encoded text. Fonts only available on local system – can’t guarantee audience will have fonts on their local system ‘System’ fonts may vary across platforms e.g. Windows and Mac Need to embed font shapes with text thereby delivering fonts to audience Embedded fonts will increase file sizes

Font Classification and Choice Thousands of fonts available! Major distinction is between monospace and proportional monospace - each letter occupies the same amount of horizontal space - has typewriter look - this is courier - designed by IBM Proportional - Each letter occupies an amount of horizontal space proportional to the width of the glyph. Has the appearance of book text.

Fonts: Sans Serif Sans Serif fonts lack the tiny strokes known as serifs and tend to have a plain appearance H Comic Sans, for example

Font Classification and Choice Specific modification of font style such as Italic or bold will require further font set to achieve this effect.

Font Terminology Finest grained unit of measurement is the point (pt). Digital typography 1point = 1/72 of an inch ~= 0.36mm. The ‘point’ is unit used to describe dimensions of small objects such as typeset characters. Larger quantities such as distance between lines is measured in Picas, I Pica = 12pt = 1/6 in =~4.23 mm. A font’s size is quoted in points, ‘12 point Times Roman’ or ‘10pt Arial’.

Font Terminology x-height cap height baseline descender ascender body size

Font adjustments: Kerning Kerning – when spacing between individual font characters requires adjustment through layout effects, or by virtue of the fonts style. The Title space requires ‘kerning’

Digital Font Technology Glyphs stored as bitmaps or vector graphics (bitmap fonts & outline fonts) respectively. Bitmap fonts lose resolution when scaled Fonts are predominately of the outline variety Adobe Type 1 (Postscript) and Truetype Newly developed format Opentype, based on Unicode standard, provides for better cross-platform font support.

Font Examples

Using Fonts Fonts libraries loaded at system start Too many installed fonts will degrade system performance Where possible create graphical representation of desired fonts - e.g for webpage deployment etc. Embed fonts when deploying media such as Flash or Director Artwork normally supplied with fonts for further preparing or presentation.

References Digital Multimedia Chapman & Chapman 2004