Opentype Old-Style Figures

Total Page:16

File Type:pdf, Size:1020Kb

Opentype Old-Style Figures TUGboat, Volume 26 (2005), No. 3 215 Example 1: Plain X TE EX OpenType and AAT font Fonts selection with old-style figures. \font\fonta="Adobe Garamond Pro:+onum" at 12pt Advanced font features with X TE EX \fonta OpenType old-style figures: 0123456789 — the fontspec package∗ \font\fontb="Apple Chancery: Will Robertson Number Style=Old Styles" at 12pt \fontb AAT old-style figures: 0123456789 Abstract This paper describes the fontspec package for the OpenType old-style figures: X TE EX–LATEX format. This package provides a high level interface for font selection and configuration of AAT old-style figures: 0123456789 OpenType and other fonts. 1 Introduction 2 Motivation X TE EX is an extended TEX program written by Jon- athan Kew, and has been introduced recently in this With X TE EX, users have easy access to a multitude journal [4]. It is currently available only on Apple’s of typefaces in Plain TEX. But writing the font def- Mac OS X, but there is considerable interest (and inition files for LATEX was cumbersome and proved much work to be done!) in making it a cross-platform a fair obstacle for day-to-day use. I started working application. The main advantages it holds over its on a solution, which was originally simply to cre- contemporaries are support for Unicode input and di- ate the .fd files necessary to access every Mac OS X rect access to fonts installed in the operating system. font in LATEX, but I quickly tired of the tedium, No additional support files are necessary in order to disenchanted with this non-general solution to the install such fonts, which are accessed via an extended problem. Furthermore, the scope of font features pro- \font primitive. This primitive also provides access vided by feature-rich fonts quickly demonstrated the to rich font features available in either the Open- NFSS2 insufficient for the task of incorporating every Type format, or the ‘Apple Advanced Typography’ permutation of font features a user might desire. (AAT) format.1 A typical example, in plain X TE EX, Secondly, AAT font features are accessed by of choosing a font with old-style figures in these two referring to a specific string defined on a per-font formats is shown in example 1. basis, with consistency between fonts kept between The fontspec package is an implementation of ‘feature codes’ rather than the value of the string. a high level interface for LATEX users of X TE EX to For example, example 1 uses the strings ‘Number access feature-rich fonts in the framework of the Style’ and ‘Old Styles’ to select lowercase numbers in familiar NFSS. Furthermore, it obviates the need for Apple Chancery, but for Hoefler Text one would write custom-written font definition files required for font ‘Number Case=Lowercase numbers’. Note that such installation. a system works well in a graphical program in which This paper will introduce the fontspec package font features are selected interactively from a list; with some side commentary on the advanced font for- each feature may be described exactly as the font mats it supports. The first half of the paper will cover designer would wish (and this is indeed an advantage the user interface, covering font installation, font se- for more esoteric features). Unfortunately, for a batch lection, and font feature selection. The second half program like X TE EX, this flexibility is a burden. discusses the implementation details, shortcomings, Finally, after version 0.8, X TE EX began using the and future of the package. ICU renderer3 to support OpenType font features in addition to the Mac OS X-native features it supported from the beginning. Now the poor users had to cope with not only a different system for applying font features, but also OpenType’s cryptic abbreviations ∗ Version 1.9 of the package was under construction while this paper was finalised; some additions may yet make it into for them. At this time, fontspec was able to provide the final version, in which case I apologise in advance for the incomplete information here. The package documentation will 2 NFSS, the ‘new font selection scheme’ for LATEX, isn’t always be up to date, of course. actually that new. For readers unfamiliar with its concepts, 1 The AAT format may be considered to be approximately the documentation file fntguide reveals all [12]. equivalent to a combination of the Multiple Master and Open- 3 International Components for Unicode, http://icu. Type formats. sourceforge.net 216 TUGboat, Volume 26 (2005), No. 3 a unified and consistent interface to fonts and their Example 2: NFSS family selection features in both formats, and offer a few other niceties along the way. \fontspec{Hoefler Text} This is an example typeset in Hoefler Text. 3 Font installation \textit{Here is italic.} \textbf{And now bold.} To install a font in Mac OS X, the font file must {\bfseries\itshape Bold italic, of course.} be placed in one of the computer’s Fonts folders \scshape Small caps, if available. \itshape And italic small caps. (user, system, or network). Once a font is installed in \bfseries Even bold italic small caps! Mac OS X it is immediately available to X TE EX. No additional font support files of any kind are required This is an example typeset in Hoefler Text. Here is A for it to be loaded by a \font command. (A LTEX italic. And now bold. Bold italic,of course. user would still need .fd files for loading it with S!"## $"%&, '( ")"'#"*#+. A!" #$%&#' ()%&& '%*(. classical NFSS techniques.) Ease of font access is E!"# $%&' ()*&(+ ,-*&& +*.,! one of X TE EX’s attractions, but no manipulation of the font properties can occur between the stages of obtaining the font and actually using it. Example 3: Choosing the default font families. Compare this to the method TEX and its siblings uses, in which sub-optimal glyphs or kerning in the \setromanfont{Baskerville} font may be rectified with customised font metrics \setsansfont[Scale=MatchLowercase]{Skia} and virtual fonts. In X TE EX, it is much simpler for \setmonofont[Scale=MatchLowercase]{Monaco} a user to install a new font, but it is less flexible if The \textsf{fontspec} package defines greater output quality is desired than the font alone the \verb|\fontspec| command. gives and the user cannot, or may not (due to license restrictions), edit the font file itself. The fontspec package defines the \fontspec command. It has always been a good idea, however, to use a suitably high-quality font from the beginning in order to avoid such hassles. More usefully, the default document fonts (ro- 4 Font selection man, sans serif, and typewriter), are chosen with the following commands, which have the same inter- One of the trickier topics a new user to LATEX faces is font selection, although progress has been made face as \fontspec itself. They are \setromanfont, with the PostScript NFSS bundle [11], and other \setsansfont, and \setmonofont, and provide a freely available fonts, that provide simple4 packages more intuitive interface than such methods as to select them. X TE EX and the fontspec package make \renewcommand\rmdefault{family} . things similarly easy by referring to a font with its Related commands are also available for specifying display name, rather than the cryptic ‘Karl Berry’ the text fonts for use in maths environments (i.e., abbreviation, unnecessary in many cases these days. \mathrm and others). On an individual basis, \fontspec selects font The use of the default-font commands in exam- families: ple 3 also demonstrates the feature for automatic \fontspec[font features]{font name} font scaling, which in this case keeps the lowercase letter heights consistent. Further explanation of the This command loads the specified typeface and de- Scale feature occurs in section 5.1. fines an NFSS family as appropriate with bold, italic, The fontspec package attempts to identify the and small caps shapes (if available) for access with accompanying small caps, bold, and italic faces for a the familiar font-shape changing commands such as selected font, but in the case that it fails or that more \itshape, \textsc, etc.5 An example of selecting the than one is available for use, they may be selected ‘Hoefler Text’ family with these methods is shown in explicitly, with individual font features if desired. example 2. ‘Old-fashioned’ 8-bit fonts with separate small caps 4 Indeed, too simple in some cases. The helvet package may be defined as a complete family in this way, as allows a scaling factor to load the font at any relative size, shown in example 4, which also demonstrates how but almost all other font packages skip this sometimes-vital a Multiple Master font instance can be conveniently ingredient. defined for the bold series. 5 Code inspired by Philipp Lehman’s The Font Installation Guide [6] allows the combination of both italic and small caps Finally, commands may be defined for efficiently shapes. switching between fonts: TUGboat, Volume 26 (2005), No. 3 217 Example 4: Choosing accompanying fonts. Example 5: Selecting number styles by context. \fontspec[SmallCapsFont = {Minion MM Small Caps \fontspec[Numbers={Proportional,OldStyle}] & Oldstyle Figures}, {Skia} BoldFont = {Minion MM Roman}, In 1842, 999 people sailed 97 miles BoldFeatures = {Weight = 1.4}, in 13 boats. \par In 1923, 111 people ]{Minion MM Roman} sailed 54 miles in 56 boats. \vspace{10pt} Minion Roman 123 \\ \textsc{Minion SC 456} \\ \bfseries {\addfontfeatures{Numbers={Monospaced,Lining}} Minion Bold 123 \\ \textsc{Minion Bold SC 456} \begin{tabular}{@{} cccc @{}} Year & People & Miles & Boats \\ Minion Roman 123 \hline Minion SC 456 1842 & 999 & 75 & 13 \\ Minion Bold 123 1923 & 111 & 54 & 56 \\ Minion Bold SC 456 \end{tabular}} In 1842, 999 people sailed 97 miles in 13 boats.
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]
  • The Etbb Package—Edward Tufte's Version of Bembo
    The ETbb package—Edward Tufte’s version of Bembo Michael Sharpe Background The fonts in this package were derived ultimately from the collection of fonts commissioned by Edward Tufte for his own books, and released in 2015 as ET-Bembo under the MIT license. (The sources for that collection were fonts using the family name ET-book.) That collection was enhanced in 2019 under the name XETBook by Daniel Benjamin Miller, and it is his package which was the starting point for ETbb, where the bb denotes the Berry abbreviation for Bembo. The final section of this document makes a detailed comparison with the earlier fbb package, which is also Bembo-like, derived from Cardo. The most significant differences are that ETbb has a regular upright that is about 20% darker than the corre- sponding fbb, and its ascender height is noticeably less. These differences make ETbb have a less spindly appearance that is closer in spirit to the print produced by traditional metal versions of Bembo. Package properties The package makes a number of changes to the XETBook fonts: • The released version of ET-Bembo lacks kerning tables—a serious omission—rectified in ETbb. • The scale has been increased by 3.36% so that the x-height of the upright regular face is 431, very close to Computer Modern and Libertine. • The lining figures in some faces were reduced so as to be a bit less than the cap-heights. • The lining figures in XETBook were proportional rather than tabular. I’ve added new tabular lining and old-style figures.
    [Show full text]
  • Introducing Opentype Ab
    UBS AG ab Postfach CH-8098 Zürich Tel. +41-44-234 11 11 Brand Management Visual Identity Stephanie Teige FG09 G5R4-Z8S Tel. +41-1-234 59 09 Introducing OpenType Fax +41-1-234 36 41 [email protected] July 2005 www.ubs.com OpenType is a new font format developed collaboratively by Adobe and Microsoft. OpenType enhances the TrueType and PostScript technologies and extends their capabilities. Most fonts today are released in the OpenType format, now considered the industry standard. The resulting new generation of UBSHeadline and Frutiger fonts offers improved typographic and layout features. 1. What is OpenType? Frutiger is not always Frutiger Due to the wide variety of Frutiger styles available world- A single font format wide, be sure to install and use only the client-specific UBS OpenType provides a single universally acceptable font licensed version of this font. Do not use any other versions format that can be used on any major operating system of Frutiger to create UBS media. and in any application. Using the client-specific UBS Frutiger guarantees access to Macintosh Windows UBS-relevant cuts. It also prevents changes to kerning and line-break in comparison to random Frutiger styles. UBSHeadline, Frutiger UBSHeadline, Frutiger (PostScript) (TrueType) Linotype Frutiger UBS Frutiger Frutiger LT 45 Light Frutiger 45 Light Macintosh and Frutiger LT 46 Light Italic Frutiger 45 Light Italic Windows Frutiger LT 55 Roman Frutiger 55 Roman Frutiger LT 56 Italic Frutiger 55 Roman Italic UBSHeadline, Frutiger Frutiger LT 65 Bold Frutiger 45 Light Bold (OpenType) Frutiger LT 75 Black Frutiger 55 Roman Bold Frutiger LT 47 Light Condensed Frutiger 47 Light CN Unicode OpenType supports Unicode, which allows much larger Comparison of common Linotype Frutiger versus UBS client- character sets – more than 65,000 glyphs per font in many specific Frutiger.
    [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]
  • CSS Font Stacks by Classification
    CSS font stacks by classification Written by Frode Helland When Johann Gutenberg printed his famous Bible more than 600 years ago, the only typeface available was his own. Since the invention of moveable lead type, throughout most of the 20th century graphic designers and printers have been limited to one – or perhaps only a handful of typefaces – due to costs and availability. Since the birth of desktop publishing and the introduction of the worlds firstWYSIWYG layout program, MacPublisher (1985), the number of typefaces available – literary at our fingertips – has grown exponen- tially. Still, well into the 21st century, web designers find them selves limited to only a handful. Web browsers depend on the users own font files to display text, and since most people don’t have any reason to purchase a typeface, we’re stuck with a selected few. This issue force web designers to rethink their approach: letting go of control, letting the end user resize, restyle, and as the dynamic web evolves, rewrite and perhaps also one day rearrange text and data. As a graphic designer usually working with static printed items, CSS font stacks is very unfamiliar: A list of typefaces were one take over were the previous failed, in- stead of that single specified Stempel Garamond 9/12 pt. that reads so well on matte stock. Am I fighting the evolution? I don’t think so. Some design principles are universal, independent of me- dium. I believe good typography is one of them. The technology that will let us use typefaces online the same way we use them in print is on it’s way, although moving at slow speed.
    [Show full text]
  • Ligature Modeling for Recognition of Characters Written in 3D Space Dae Hwan Kim, Jin Hyung Kim
    Ligature Modeling for Recognition of Characters Written in 3D Space Dae Hwan Kim, Jin Hyung Kim To cite this version: Dae Hwan Kim, Jin Hyung Kim. Ligature Modeling for Recognition of Characters Written in 3D Space. Tenth International Workshop on Frontiers in Handwriting Recognition, Université de Rennes 1, Oct 2006, La Baule (France). inria-00105116 HAL Id: inria-00105116 https://hal.inria.fr/inria-00105116 Submitted on 10 Oct 2006 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Ligature Modeling for Recognition of Characters Written in 3D Space Dae Hwan Kim Jin Hyung Kim Artificial Intelligence and Artificial Intelligence and Pattern Recognition Lab. Pattern Recognition Lab. KAIST, Daejeon, KAIST, Daejeon, South Korea South Korea [email protected] [email protected] Abstract defined shape of character while it showed high recognition performance. Moreover when a user writes In this work, we propose a 3D space handwriting multiple stroke character such as ‘4’, the user has to recognition system by combining 2D space handwriting write a new shape which is predefined in a uni-stroke models and 3D space ligature models based on that the and which he/she has never seen.
    [Show full text]
  • Opentype Installation Basics for Context
    The PracTEX Journal TPJ 2005 No 02, 2005-04-15 Rev. 2005-04-16 OpenType installation basics for ConTEXt Adam T. Lindsay To make a sweeping generalization, ConTEXt tends to attract people who are in- terested in customizing their own documents. While LATEX’s use is dominated by pre-cooked document layouts, using templates for academic publishing, ConTEXt seems to attract those people looking for just a little bit more flexibility. It is not surprising, then, that many ConTEXt users – both professional and personal users – tire of dealing with the default Computer Modern font family, and look to install their own fonts in order to imbue their documents with their own personality. Font purchasing has been a tricky business. Fonts have traditionally been avail- able in two different formats (PostScript and TrueType) for each of two different platforms (different encapsulating file formats for PC and Mac). Periodically, mod- ern updates to those font formats have appeared, promising new features with that new technology (e.g., Multiple Masters, GX), only to have withered and died in the marketplace. So designers and others who buy fonts may tire of the frac- tured market of multiple font formats, but they should understandably be a little leery of new font formats. It is within this environment that the OpenType font format was conceived. It attempts to unify TrueType and PostScript imaging models, and unifies the file formats so that there is one file designed to work on any platform. It unifies across many encodings by utilizing Unicode as the native font encoding. It unifies across expert encodings, small caps fonts, and other fonts with alternative glyphs by in- troducing OpenType features, which allow fairly sophisticated glyph replacement procedures.
    [Show full text]
  • Serif Fonts Vol 2
    Name Chaparral Pro Basic Latin ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 24 Te quick brown fox jumps over the lazy dog 18 Te quick brown fox jumps over the lazy dog 12 Te quick brown fox jumps over the lazy dog 10 Te quick brown fox jumps over the lazy dog 8 Te quick brown fox jumps over the lazy dog Name Chaparral Pro Bold Basic Latin ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 24 Te quick brown fox jumps over the lazy dog 18 Te quick brown fox jumps over the lazy dog 12 Te quick brown fox jumps over the lazy dog 10 Te quick brown fox jumps over the lazy dog 8 Te quick brown fox jumps over the lazy dog Name Chaparral Pro Bold Italic Basic Latin ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 24 Te quick brown fox jumps over the lazy dog 18 Te quick brown fox jumps over the lazy dog 12 Te quick brown fox jumps over the lazy dog 10 Te quick brown fox jumps over the lazy dog 8 Te quick brown fox jumps over the lazy dog Name Chaparral Pro Italic Basic Latin ! " # $ % & ' ( ) * + , - .
    [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]
  • Suitcase Fusion 8 Getting Started
    Copyright © 2014–2018 Celartem, Inc., doing business as Extensis. This document and the software described in it are copyrighted with all rights reserved. This document or the software described may not be copied, in whole or part, without the written consent of Extensis, except in the normal use of the software, or to make a backup copy of the software. This exception does not allow copies to be made for others. Licensed under U.S. patents issued and pending. Celartem, Extensis, LizardTech, MrSID, NetPublish, Portfolio, Portfolio Flow, Portfolio NetPublish, Portfolio Server, Suitcase Fusion, Type Server, TurboSync, TeamSync, and Universal Type Server are registered trademarks of Celartem, Inc. The Celartem logo, Extensis logos, LizardTech logos, Extensis Portfolio, Font Sense, Font Vault, FontLink, QuickComp, QuickFind, QuickMatch, QuickType, Suitcase, Suitcase Attaché, Universal Type, Universal Type Client, and Universal Type Core are trademarks of Celartem, Inc. Adobe, Acrobat, After Effects, Creative Cloud, Creative Suite, Illustrator, InCopy, InDesign, Photoshop, PostScript, Typekit and XMP are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apache Tika, Apache Tomcat and Tomcat are trademarks of the Apache Software Foundation. Apple, Bonjour, the Bonjour logo, Finder, iBooks, iPhone, Mac, the Mac logo, Mac OS, OS X, Safari, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries. macOS is a trademark of Apple Inc. App Store is a service mark of Apple Inc. IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S.
    [Show full text]
  • Arno Pro Release Notes
    Arno Pro Release Notes Introduction Named after the Florentine river which runs through the heart of the Italian Renaissance, Arno draws on the warmth and readability of early humanist typefaces of the 15th and 16th centuries. While inspired by the past, Arno is distinctly contemporary in both appearance and function. Designed by Adobe Principal Designer Robert Slimbach, Arno is a meticulously-crafted face in the tradition of early Venetian and Aldine book types. Embodying themes Slimbach has explored in typefaces such as Minion and Brioso, Arno represents a distillation of his design ideals and a refinement of his craft. As a multi-featured OpenType family, with the most extensive Latin-based glyph complement Adobe has yet offered, Arno offers extensive pan-European language support, including Cyrillic and poly- tonic Greek. The family also offers such typographic niceties as five optical size ranges, extensive swash italic sets, and small capitals for all covered languages. OpenType® OpenType “.otf” fonts are compact single-file cross-platform fonts, which can have extended language support based on Unicode, and enhanced typographic layout features. For OpenType information, including the OpenType User Guide, the OpenType Readme (application compatibility notes), and OpenType Specimen Book PDFs, visit Adobe’s Web site at http://www.adobe.com/type/opentype. About optical sizes Typefaces with optical size variants have had their designs subtly adjusted for use at specific point size ranges. This capability reintroduces one of the features of hand-cut metal type, which uses a separate font for each point size and is often optically adjusted. This is an advantage over the current common practice of scaling a single digital type design to different point sizes, which may reduce legibility at smaller sizes or sacrifice subtlety at larger sizes.
    [Show full text]