Font Clustering and Classification in Document Images *

Total Page:16

File Type:pdf, Size:1020Kb

Font Clustering and Classification in Document Images * FONT CLUSTERING AND CLASSIFICATION IN DOCUMENT IMAGES * Serdar Öztürk1, Bülent Sankur1, A. Toygar Abak2 1 %R÷D]LoL 8QLYHUVLW\ 'HSDUWPHQW RI (OHFWULFDO(OHFWURQLF (QJLQHHULQJ Bebek, Istanbul, TURKEY {oztuserd, sankur}@boun.edu.tr 2 Marmara Research Center, Information Technologies Research Institute Gebze, Kocaeli, TURKEY [email protected] ABSTRACT 2 PRELIMINARIES: FONTS AND TYPEFACES Clustering and identification of fonts in document images A font can be modeled by the following attributes[2, 9]: impacts on the performance of optical character recognition The font family like “Times”, “Helvetica” and (OCR). Therefore font features and their clustering “Courier”. tendency are investigated. Font clustering is implemented The size expressed in typographic points. both from shape similarity and from OCR performance The weight of the font, having one of the following points of view. A font recognition algorithm is developed to values: light, normal or bold. identify the font group with which a given text was created. The slope indicating the orientation of the letters main strokes. A font could be roman or italic. 1 INTRODUCTION The spacing mode specifying the pitch of the characters. The increasing diversity of font styles is a factor limiting The fonts we have considered belong to 28 different the performance of general-purpose OCR systems. In fact font families and together with weight and slope varieties new computer-generated fonts are being added to the their total number amounts to 65 as listed in the Appendix. existing fonts in the printing industry, their total running The fonts, are referred to in the paper via their associated into hundreds. The detection of font style of a text is an ID number. obvious way to improve the performance of optical We assume that the font attributes of spacing mode and recognition algorithms. size have been normalized as follows: The spacing mode We investigate the clustering behavior of fonts and uniformized via the bounding boxes of characters; the size propose a method for font/font class identification. One is normalized via bilinear interpolation to a standard size of application of font clustering is the design of a more robust 32 x 32. Thus the font variables that remain are font family, OCR system. The underlying scheme here is that the slope and weight. For each font we considered the 68 character recognition system will consist of a font cluster different characters, consisting of the lowercase letters, identifier unit followed by an OCR unit specific to each uppercase letters and numerals. A total of 68 x 65 = 4420 font group. A second application is the identification of character images of different fonts were prepared using a individual fonts when reproduction of a document in its computer graphics program. original appearance is desired. In addition font recognition There are several possible feature sets to be extracted aids in the recognition of logical structures of documents. from characters for recognition and clustering purposes [5]. Finally it is also conjectured that for many of these tasks it In this paper we tested the following features: bitmaps, may suffice to find out the font cluster to which a specific DCT coefficients, eigencharacters and Fourier descriptors. text belongs, so that the cluster centroid can be used as the representative font. The goals of the study can be itemized 3 FEATURES of CHARACTERS AND FONTS as follows: To find the minimal set of clusters that provides 3.1 Character Bitmaps adequate OCR performance across all fonts. To determine the representative font for each font The 1024-dimensional binary pattern of a character is cluster indicated by the lexicographic ordering of its 32 x 32 To develop an algorithm to detect the font type or bitmap. Any jitter, due to the finite resolution grid or cluster in a document. interpolation, can be mitigated by considering four other There have been few studies on font recognition. templates in one pixel: up, down, right, left shift positions. Notably R. Morris [10] has considered classification of The maximum of the match scores is considered for digital typefaces using spectral signatures. Khoubyari and classification. Hall in [1] have considered a scheme based on the identification function words e.g., “the”, “and”. Zramdini 3.2 Fourier Descriptors [5] and Ingold [2, 9] consider a font identification approach based on the projection profiles. Our contribution is in the The cosinusoidal and sinusoidal components of the x and y investigation of the clustering behavior of fonts and it's – projections of character chain codes have been used. For n impact on the OCR performance. * This study was supported by Bogazici University Research Fund under project "Low Level Image Processing for OCR" number of harmonics the total feature set contains 4 x n interfont distances. We have considered the mean distance, features for each character. the centroid distance, the nearest-neighbor distance and finally the mean Hamming distance. For example the mean 3.3 Eigencharacters distance was defined as: N N 1 rs D (cluster ,cluster ) = ∑∑D( font , font ) The subspace features often prove to be more efficient in mean r s p q Nr Ns p==11q the classification task and for dimension m = 2 the For features other than bitmaps, (Fourier descriptors, DCT visualization of the multivariate data scatter becomes coefficients and eigenfeatures), the above font and font useful. The subspace features for a character are obtained cluster distance definitions remain valid if Euclidean by projecting the original features on the subspace defined instead of Hamming distance is used, i.e.: by the m principal eigenvectors [7]. The large dimensional m = − 2 (e.g., 1024) eigenvalue problem is solved by a method H (c pk ,c qk ) ∑(c pk (i) cqk (i)) described in [4]. i=1 th if cpk denotes the k character feature vector in font p. 3.4 DCT Features 4.2 Cluster Centroids Features can be extracted by considering the low order DCT transform coefficients of the 32 x 32 character block. Using interfont distances the centroidal font can be defined Alternatively one can consider the juxtaposition of the as the font having the smallest sum of feature distances to selected DCT coefficients of the sub-blocks of the character all other fonts. We compared three centroid definitions, images. For example for sub-block size 8, if one selects the that is font feature centroids, juxtaposition of individual first 4 coefficients of each block DCT, one obtains a 4 x (32 character centroids, and averaging-thresholding of character / 8)2 = 64 element feature vector for each character. bitmaps. The first two methods proved to be equally good choices. 3.5 Font Features 4.3 Clustering Algorithms Font feature vectors are constructed by serial juxtaposition of the character feature vectors in some order. Thus if the We have experimented with three clustering algorithms, bold characters denote symbolically the respective feature namely, the linkage algorithm, the mean-square distance vectors, the font feature vector appears as φ = [a … z A ... based algorithm and finally with the Ward's algorithm. Z 0 … 9]T The dimensionality of the font feature vector In the linkage algorithm the font pairs having minimum adds up then to d = K x m, where K is the number of average distance in the font proximity matrix are merged characters and m is the number of features per character. and new clusters are formed iteratively. However as clusters become sizeable, the single linkage method suffers from 4 CLUSTERING OF FONTS false merges and the disparateness in the groups increases. In the second method the mean square Hamming We investigate in this section the distance functions of distance between clusters defined as: 1 character feature vectors and comparative evaluation of the K N N 1 r s 2 clustering methods. D(cluster ,cluster ) = r s ∑[D (c ,c )]2 r s + mean k k Nr N s K k=1 4.1 Distance Functions where Nr and Ns denote the respective font cluster populations. An illustrative output of this method is shown in Fig. 1. Thirdly a sample result of the Ward's algorithm is Let cpk(i,j) represent the bitmap at coordinates (i, j) of the kth character in the pth font style. The weighted Hamming shown in Fig. 2. Recall that Ward’s algorithm aims to distance between any two character images k created in minimize the within-cluster variation and this action is fonts p and q respectively is calculated as follows: equivalent to maximizing the between-cluster variation [3]. 32 The organization and clear separation of the 10 font clusters = ⊕ H(cpk ,cqk ) ∑[w(i, j)[cpk (i, j) cqk (i, j) ] using Ward's algorithm are shown in Fig. 3. i,j where the weights w(i,j) from 1 to 4 are assigned proportional to the number of neighbors (weight 1 also for isolated pixels). An F x F proximity matrix can be constituted for each character, averaged, F being the number of fonts considered. Averaging font-to-font proximity matrices over each of the K characters, we obtain the general F x F "font proximity" matrix, where the (p, q) cell has: K = D( font p , font q ) ∑ P(chark )H (chark / font p ,chark / fontq ) Figure 1 Clustering with average mean square Hamming distance k =1 using bitmap features; the cluster centroids are shown on the right. K = ∑ P(ck )H (c pk ,cqk ) k=1 P being the character occurrence probability. Finally the distance between clusters can be defined in terms of cross-performance table proves the importance of font recognition. Table 1: Correct recognition percentages with template based recognition on fonts different than the text font (only the first three font results are shown) Template Template Template Template font #1 Font #2 Font #3 font #4 Figure 2: Clustering with Ward’s algorithm using 20 principal components of the bitmap features Text font #1 89.6 55.6 71.8 78.6 Text font #2 64.4 98.6 20.6 58.2 Text font #3 69.0 39.2 100.0 77.2 Text font #4 74.4 76.2 83.4 100.0 Text font #5 93.2 52.0 94.8 81.4 Text font #6 64.6 88.0 74.8 91.6 Text font #7 84.6 64.2 64.4 81.2 Text font #8 64.4 71.6 37.2 76.2 Text font #9 59.4 34.6 58.8 73.8 Text font #10 40.6 70.4 41.0 64.4 Similarly we considered the intra-cluster variation of the OCR performance.
Recommended publications
  • Supreme Court of the State of New York Appellate Division: Second Judicial Department
    Supreme Court of the State of New York Appellate Division: Second Judicial Department A GLOSSARY OF TERMS FOR FORMATTING COMPUTER-GENERATED BRIEFS, WITH EXAMPLES The rules concerning the formatting of briefs are contained in CPLR 5529 and in § 1250.8 of the Practice Rules of the Appellate Division. Those rules cover technical matters and therefore use certain technical terms which may be unfamiliar to attorneys and litigants. The following glossary is offered as an aid to the understanding of the rules. Typeface: A typeface is a complete set of characters of a particular and consistent design for the composition of text, and is also called a font. Typefaces often come in sets which usually include a bold and an italic version in addition to the basic design. Proportionally Spaced Typeface: Proportionally spaced type is designed so that the amount of horizontal space each letter occupies on a line of text is proportional to the design of each letter, the letter i, for example, being narrower than the letter w. More text of the same type size fits on a horizontal line of proportionally spaced type than a horizontal line of the same length of monospaced type. This sentence is set in Times New Roman, which is a proportionally spaced typeface. Monospaced Typeface: In a monospaced typeface, each letter occupies the same amount of space on a horizontal line of text. This sentence is set in Courier, which is a monospaced typeface. Point Size: A point is a unit of measurement used by printers equal to approximately 1/72 of an inch.
    [Show full text]
  • Typography One Typeface Classification Why Classify?
    Typography One typeface classification Why classify? Classification helps us describe and navigate type choices Typeface classification helps to: 1. sort type (scholars, historians, type manufacturers), 2. reference type (educators, students, designers, scholars) Approximately 250,000 digital typefaces are available today— Even with excellent search engines, a common system of description is a big help! classification systems Many systems have been proposed Francis Thibaudeau, 1921 Maximillian Vox, 1952 Vox-ATypI, 1962 Aldo Novarese, 1964 Alexander Lawson, 1966 Blackletter Venetian French Dutch-English Transitional Modern Sans Serif Square Serif Script-Cursive Decorative J. Ben Lieberman, 1967 Marcel Janco, 1978 Ellen Lupton, 2004 The classification system you will learn is a combination of Lawson’s and Lupton’s systems Black Letter Old Style serif Transitional serif Modern Style serif Script Cursive Slab Serif Geometric Sans Grotesque Sans Humanist Sans Display & Decorative basic characteristics + stress + serifs (or lack thereof) + shape stress: where the thinnest parts of a letter fall diagonal stress vertical stress no stress horizontal stress Old Style serif Transitional serif or Slab Serif or or reverse stress (Centaur) Modern Style serif Sans Serif Display & Decorative (Baskerville) (Helvetica) (Edmunds) serif types bracketed serifs unbracketed serifs slab serifs no serif Old Style Serif and Modern Style Serif Slab Serif or Square Serif Sans Serif Transitional Serif (Bodoni) or Egyptian (Helvetica) (Baskerville) (Rockwell/Clarendon) shape Geometric Sans Serif Grotesk Sans Serif Humanist Sans Serif (Futura) (Helvetica) (Gill Sans) Geometric sans are based on basic Grotesk sans look precisely drawn. Humanist sans are based on shapes like circles, triangles, and They have have uniform, human writing.
    [Show full text]
  • Basic Styles of Lettering for Monuments and Markers.Indd
    BASIC STYLES OF LETTERING FOR MONUMENTS AND MARKERS Monument Builders of North America, Inc. AA GuideGuide ToTo TheThe SelectionSelection ofof LETTERINGLETTERING From primitive times, man has sought to crude or garish or awkward letters, but in communicate with his fellow men through letters of harmonized alphabets which have symbols and graphics which conveyed dignity, balance and legibility. At the same meaning. Slowly he evolved signs and time, they are letters which are designed to hieroglyphics which became the visual engrave or incise cleanly and clearly into expression of his language. monumental stone, and to resist change or obliteration through year after year of Ultimately, this process evolved into the exposure. writing and the alphabets of the various tongues and civilizations. The early scribes The purpose of this book is to illustrate the and artists refi ned these alphabets, and the basic styles or types of alphabets which have development of printing led to the design been proved in memorial art, and which are of alphabets of related character and ready both appropriate and practical in the lettering readability. of monuments and markers. Memorial art--one of the oldest of the arts- Lettering or engraving of family memorials -was among the fi rst to use symbols and or individual markers is done today with “letters” to inscribe lasting records and history superb fi delity through the use of lasers or the into stone. The sculptors and carvers of each sandblast process, which employs a powerful generation infl uenced the form of letters and stream or jet of abrasive “sand” to cut into the numerals and used them to add both meaning granite or marble.
    [Show full text]
  • Sig Process Book
    A Æ B C D E F G H I J IJ K L M N O Ø Œ P Þ Q R S T U V W X Ethan Cohen Type & Media 2018–19 SigY Z А Б В Г Ґ Д Е Ж З И К Л М Н О П Р С Т У Ф Х Ч Ц Ш Щ Џ Ь Ъ Ы Љ Њ Ѕ Є Э І Ј Ћ Ю Я Ђ Α Β Γ Δ SIG: A Revival of Rudolf Koch’s Wallau Type & Media 2018–19 ЯREthan Cohen ‡ Submitted as part of Paul van der Laan’s Revival class for the Master of Arts in Type & Media course at Koninklijke Academie von Beeldende Kunsten (Royal Academy of Art, The Hague) INTRODUCTION “I feel such a closeness to William Project Overview Morris that I always have the feeling Sig is a revival of Rudolf Koch’s Wallau Halbfette. My primary source that he cannot be an Englishman, material was the Klingspor Kalender für das Jahr 1933 (Klingspor Calen- dar for the Year 1933), a 17.5 × 9.6 cm book set in various cuts of Wallau. he must be a German.” The Klingspor Kalender was an annual promotional keepsake printed by the Klingspor Type Foundry in Offenbach am Main that featured different Klingspor typefaces every year. This edition has a daily cal- endar set in Magere Wallau (Wallau Light) and an 18-page collection RUDOLF KOCH of fables set in 9 pt Wallau Halbfette (Wallau Semibold) with woodcut illustrations by Willi Harwerth, who worked as a draftsman at the Klingspor Type Foundry.
    [Show full text]
  • Choosing Fonts – Quick Tips
    Choosing Fonts – Quick Tips 1. Choose complementary fonts – choose a font that matches the mood of your design. For business cards, it is probably best to choose a classic font. *Note: These fonts are not available in Canva, but are in the Microsoft Office Suite. For some good Canva options, go to this link – https://www.canva.com/learn/canva-for-work-brand-fonts/ Examples: Serif Fonts: Sans Serif Fonts: Times New Roman Helvetica Cambria Arial Georgia Verdana Courier New Calibri Century Schoolbook 2. Establish a visual hierarchy – Use fonts to separate different types of information and guide the reader - Use different fonts, sizes, weights (boldness), and even color - Example: Heading (Helvetica, SZ 22, Bold) Sub-heading (Helvetica, SZ 16, Italics) Body Text (Garamond, SZ 12, Regular) Captions (Garamond, SZ 10, Regular 3. Mix Serifs and Sans Serifs – This is one of the best ways to add visual interest to type. See in the above example how I combined Helvetica, a sans serif font, with Garamond, a serif font. 4. Create Contrast, Not Conflict: Fonts that are too dissimilar may not pair well together. Contrast is good, but fonts need a connecting element. Conflict Contrast 5. Use Fonts from the Same Family: These fonts were created to work together. For example, the fonts in the Arial or Courier families. 6. Limit Your Number of Fonts: No more than 2 or 3 is a good rule – for business cards, choose 2. 7. Trust Your Eye: These are not concrete rules – you will know if a design element works or not! .
    [Show full text]
  • Background a Short Introduction to Font Characteristics
    fonts: background A short introduction to font characteristics Maarten Gelderman Hardly anyone will dispute the statement that proporion- ally spaced fonts are more beautiful and legible than mono- abstract spaced designs. In a monospaced design the letter i takes as Almost anyone who develops an interest in fonts is bound to much space as a letter m or W. Consequently, some char- be overwelmed by the bewildering variety of letterforms acters look simply too compressed, whereas around oth- available. The number of fonts available from commercial ers too much white space is found. Monospaced fonts are suppliers like Adobe, URW, LinoType and others runs into the simply not suited for body text. Only in situations where it thousands. A recent catalog issued by FontShop [Truong et al., is important that all characters are of equal width, e.g., in 1998] alone lists over 25.000 different varieties.1 And listings of computer programs, where it may be important somehow, although the differences of the individual letters are that each individual character can be discerned and where hardly noticable, each font has its own character, its own the layout of the program may depend on using mono- personality. Even the atmosphere elucided by a text set from spaced fonts, can the usage of a monospaced font be de- Adobe Garamond is noticably different from the atmosphere of the same text set from Stempel Garamond. Although fended. In most other situations, they should simply be decisions about the usage of fonts, will always remain in the avoided. realm of esthetics, some knowledge about font characteristics may nevertheless help to create some order and to find out Romans, italics and slant A second typeface character- why certain design decisions just do not work.
    [Show full text]
  • Vision Performance Institute
    Vision Performance Institute Technical Report Individual character legibility James E. Sheedy, OD, PhD Yu-Chi Tai, PhD John Hayes, PhD The purpose of this study was to investigate the factors that influence the legibility of individual characters. Previous work in our lab [2], including the first study in this sequence, has studied the relative legibility of fonts with different anti- aliasing techniques or other presentation medias, such as paper. These studies have tested the relative legibility of a set of characters configured with the tested conditions. However the relative legibility of individual characters within the character set has not been studied. While many factors seem to affect the legibility of a character (e.g., character typeface, character size, image contrast, character rendering, the type of presentation media, the amount of text presented, viewing distance, etc.), it is not clear what makes a character more legible when presenting in one way than in another. In addition, the importance of those different factors to the legibility of one character may not be held when the same set of factors was presented in another character. Some characters may be more legible in one typeface and others more legible in another typeface. What are the character features that affect legibility? For example, some characters have wider openings (e.g., the opening of “c” in Calibri is wider than the character “c” in Helvetica); some letter g’s have double bowls while some have single (e.g., “g” in Batang vs. “g” in Verdana); some have longer ascenders or descenders (e.g., “b” in Constantia vs.
    [Show full text]
  • A Collection of Mildly Interesting Facts About the Little Symbols We Communicate With
    Ty p o g raph i c Factettes A collection of mildly interesting facts about the little symbols we communicate with. Helvetica The horizontal bars of a letter are almost always thinner than the vertical bars. Minion The font size is approximately the measurement from the lowest appearance of any letter to the highest. Most of the time. Seventy-two points equals one inch. Fridge256 point Cochin most of 50the point Zaphino time Letters with rounded bottoms don’t sit on the baseline, but slightly below it. Visually, they would appear too high if they rested on the same base as the squared letters. liceAdobe Caslon Bold UNITED KINGDOM UNITED STATES LOLITA LOLITA In Ancient Rome, scribes would abbreviate et (the latin word for and) into one letter. We still use that abbreviation, called the ampersand. The et is still very visible in some italic ampersands. The word ampersand comes from and-per-se-and. Strange. Adobe Garamond Regular Adobe Garamond Italic Trump Mediaval Italic Helvetica Light hat two letters ss w it cam gue e f can rom u . I Yo t h d. as n b ha e rt en ho a s ro n u e n t d it r fo w r s h a u n w ) d r e e m d a s n o r f e y t e t a e r b s , a b s u d t e d e e n m t i a ( n l d o b s o m a y r S e - d t w A i e t h h t t , h d e n a a s d r v e e p n t m a o f e e h m t e a k i i l .
    [Show full text]
  • The Selnolig Package: Selective Suppression of Typographic Ligatures*
    The selnolig package: Selective suppression of typographic ligatures* Mico Loretan† 2015/10/26 Abstract The selnolig package suppresses typographic ligatures selectively, i.e., based on predefined search patterns. The search patterns focus on ligatures deemed inappropriate because they span morpheme boundaries. For example, the word shelfful, which is mentioned in the TEXbook as a word for which the ff ligature might be inappropriate, is automatically typeset as shelfful rather than as shelfful. For English and German language documents, the selnolig package provides extensive rules for the selective suppression of so-called “common” ligatures. These comprise the ff, fi, fl, ffi, and ffl ligatures as well as the ft and fft ligatures. Other f-ligatures, such as fb, fh, fj and fk, are suppressed globally, while making exceptions for names and words of non-English/German origin, such as Kafka and fjord. For English language documents, the package further provides ligature suppression rules for a number of so-called “discretionary” or “rare” ligatures, such as ct, st, and sp. The selnolig package requires use of the LuaLATEX format provided by a recent TEX distribution, e.g., TEXLive 2013 and MiKTEX 2.9. Contents 1 Introduction ........................................... 1 2 I’m in a hurry! How do I start using this package? . 3 2.1 How do I load the selnolig package? . 3 2.2 Any hints on how to get started with LuaLATEX?...................... 4 2.3 Anything else I need to do or know? . 5 3 The selnolig package’s approach to breaking up ligatures . 6 3.1 Free, derivational, and inflectional morphemes .
    [Show full text]
  • Brand Manual the NEW BRAND DESIGN GUIDELINES for “LIPSUS”, a PRODUCT by SHAHAK-TEC LTD
    AppleBay Media [email protected] Uziya Street 15/10 www.applebaymedia.com Jerusalem 9314315 Company Representative +972 50 990 2285 David Metzler Brand Manual THE NEW BRAND DESIGN GUIDELINES FOR “LIPSUS”, A PRODUCT BY SHAHAK-TEC LTD. March 2019 BRAND DESIGN MANUAL V1 PREPARED FOR LIPSUS Address Phone & Fax Online Shahak-Tec Ltd. Email 1: [email protected] 1 Avshalom Road, P.O. Box 166 Phone: +972 4 624 4444 Email 2: [email protected] Zikhron Yaaqov 3095101 Israel Fax: +972 4 635 0999 Website: www.shahaktec.com Brand Identity? Have a Look when Image meets Design. Lipsus Corporate Brand Guidelines Version: v1 // 2019 Table of content Brand Design Manual SECTION 1 | INTRODUCTION .........................................................................PAGE 04 SECTION 2 | BRAND LOGO ............................................................................PAGE 06 SECTION 3 | BRAND TYPOGRAPHY ..................................................................PAGE 10 SECTION 4 | BRAND COLOR SYSTEM ...............................................................PAGE 14 These guidelines describe the visual and verbal elements that represent Lipsus´ brand identity. welcome4 // 16 1. INTRODUCTION // Introduction THE DESIGN GUIDELINES These guidelines describe the visual and verbal elements that represent the corporate identity of Lipsus. This includes our name, logo and other elements such as color, type and graphics. Sending a consistent and controlled message of who you are is essential to presenting a strong, unified image of your company. These guidelines should reflect Lipsus’ commitment to quality, consitency and style. The Lipsus brand, including the logo, name, colors and identifying elements, are valuable company assets. Each of you is responsible for protecting the company’s interests by preventing unauthorized or incorrect use of the Lipsus name and marks. DAVID METZLER AppleBay Media welcome5 // 16 The Logo • Introduction • Elements • Versions • Dimensions • Applications 6 // 16 2.
    [Show full text]
  • Zapfcoll Minikatalog.Indd
    Largest compilation of typefaces from the designers Gudrun and Hermann Zapf. Most of the fonts include the Euro symbol. Licensed for 5 CPUs. 143 high quality typefaces in PS and/or TT format for Mac and PC. Colombine™ a Alcuin™ a Optima™ a Marconi™ a Zapf Chancery® a Aldus™ a Carmina™ a Palatino™ a Edison™ a Zapf International® a AMS Euler™ a Marcon™ a Medici Script™ a Shakespeare™ a Zapf International® a Melior™ a Aldus™ a Melior™ a a Melior™ Noris™ a Optima™ a Vario™ a Aldus™ a Aurelia™ a Zapf International® a Carmina™ a Shakespeare™ a Palatino™ a Aurelia™ a Melior™ a Zapf book® a Kompakt™ a Alcuin™ a Carmina™ a Sistina™ a Vario™ a Zapf Renaissance Antiqua® a Optima™ a AMS Euler™ a Colombine™ a Alcuin™ a Optima™ a Marconi™ a Shakespeare™ a Zapf Chancery® Aldus™ a Carmina™ a Palatino™ a Edison™ a Zapf international® a AMS Euler™ a Marconi™ a Medici Script™ a Shakespeare™ a Zapf international® a Aldus™ a Melior™ a Zapf Chancery® a Kompakt™ a Noris™ a Zapf International® a Car na™ a Zapf book® a Palatino™ a Optima™ Alcuin™ a Carmina™ a Sistina™ a Melior™ a Zapf Renaissance Antiqua® a Medici Script™ a Aldus™ a AMS Euler™ a Colombine™ a Vario™ a Alcuin™ a Marconi™ a Marconi™ a Carmina™ a Melior™ a Edison™ a Shakespeare™ a Zapf book® aZapf international® a Optima™ a Zapf International® a Carmina™ a Zapf Chancery® Noris™ a Optima™ a Zapf international® a Carmina™ a Sistina™ a Shakespeare™ a Palatino™ a a Kompakt™ a Aurelia™ a Melior™ a Zapf Renaissance Antiqua® Antiqua® a Optima™ a AMS Euler™ a Introduction Gudrun & Hermann Zapf Collection The Gudrun and Hermann Zapf Collection is a special edition for Macintosh and PC and the largest compilation of typefaces from the designers Gudrun and Hermann Zapf.
    [Show full text]
  • Vademecum Logo+Font
    Vademecum per l’uso di logotipo e font Logotipo Il logo Mosaico+ è disponibile in due versioni: logotipo completo e pittogramma con o senza payoff 1. logotipo completo (MOSAICO+) da utilizzare in ogni contesto istituzionale come: · lettere · documenti legali · firme email · presentazioni · cataloghi · progetti · listini · offerte · ... 2. pittogramma (M+) da utilizzare all’interno di: · sito e canali social di Mosaico+ in cui il profilo stesso si chiami Mosaico+ · presentazioni o strumenti che già riportino il logo completo · su immagini fotografiche e realizzazioni da ricondurre al brand · laddove lo spazio sia estremamente piccolo da rendere il logo completo illeggibile · ... 3. Il pittogramma può essere accompagnato dal payoff (Shaping mosaics) solo se leggibile. Logotipo e pittogramma sono disponibili esclusivamente in: · nero per tutte le comunicazioni istituzionali · bianco per cover o per brandizzare immagini Non si modificano il colore, le proporzioni e la direzione del logo. Nelle immagini il logo viene posizionato in basso a destra. Le immagini di collezione sono parte integrande della comunicazione del brand, pertanto non è possibile apporvi loghi diversi da quello ufficiale. Font ufficiali 4. Per tutte le comunicazioni istituzionali o commerciali: · Helvetica light 45 o Helvetica heavy 85 per i grassetti (in alternativa Helvetica regular o Helvetica bold per i grassetti) Per testi tecnici o lunghi testi contrattuali o legali · Trade gothic condensed 18 o Trade gothic condensed 20 per i grassetti. Per ogni chiarimento o specifica esigenza, vi preghiamo di contattare preventivamente l’ufficio marketing: [email protected] 1. logotipo completo lettera catalogo Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    [Show full text]