The Sebring Family

Third term we chose between pursuing our revival or our original typeface to move forward with and create additional styles and weights. Mostly everyone in my class went forward with their original, including me. We came to class with sketches of how we thought an italic and heavy or extra bold weight would look and went from there.

Bold: Even though we had spent an entire term drawing the regular weight, problems that might have gone unnoticed became very clear when we began making bold and heavy weights. Issues like spaces and counters closing up, and awkward tangents became new problems to solve in both weights. I often found myself redrawing letters a few times throughout the process and fixing little inconsistencies that came with looking too closely for too long. I had a lot of fun drawing the bold weight because features tend to get more exaggerated. Thicker areas get thicker quickly and the personality of the typeface really starts to show.

Italic: I never knew how italic styles were approached, I guess I always assumed they were redrawn from scratch. We learned a neat little trick where you make “fake italics” through rotating and skewing to bring you to a great starting point of what your oblique italic might look like. Then it’s up to you to go in and finesse everything, and probably make true italic forms rather then just oblique.

Medium: To get a medium weight I used Prepolator and an interpolation script. Interpolation is used to generate intermediate weights between two poles, usually a lighter weight and a heavier weight. Prepolator is a tool that compares two master drawings, making sure each letter has the same number of points, paths, path directions and names to maximize compatibility. I used my regular and bold master drawings to create a 50% interpolation, or Sebring Medium.

I still have a lot of work and reworking to do on Sebring before I even think of releasing it. I’d like to expand the character set and draw more weights.

Workshop: Font Production with Andy Clymer

Andy Clymer is a typeface designer and developer at Hoefler & Frere-Jones.

This was an 8 week course of the ins and outs of font production. Some topics that were covered were writing and testing OpenType features, using the RoboFab toolkit to build simple tools to automate repetitive tasks, getting naming and other font info tables set up the right way, and clearing up common bugs and error messages that inevitably come up during font production.

Having taken Ben Kiel’s Basic Python Programming workshop, I felt pretty confident jumping into this course. The first week or two covered the same basics as Ben’s class, but it was a nice refresher.

We spent a good amount of time learning about writing OpenType features such as ligatures, small caps, random cycles, and many more. Things like the importance of the order of which you write features, how to define groups, unicode values, and opentype feature support were also major topics covered. We also gathered a bunch of great resources like:

Opentype feature layout tag documentation

Feature support in applications

Unicode values

Hinting was the final topic covered where we learned all about overshoot zones, BlueValues, OtherBlues, FamilyBlues, FamilyOtherBlues, BlueFuzz, BlueShift, and BlueScale. The mantra for this session was: “No hints are better than bad hints”.

Hinting is the optimization of a truetype or postscript font for maximum readability on screen. Generally about 18pt is a good cut off to begin to look at hinting. Typefaces look great at high resolution and at larger sizes, but when reduced to smaller sizes on screen they are covered to smaller groups of pixels yielding distorted letterforms. This fine tuning was part of the reason why web was limited to only a handful of typefaces for the longest time.

Type Walk In Brooklyn

In June we spent an afternoon in Brooklyn looking at old type and architecture. Our walk began in Fort Greene where Alexander Tochilovsky lead our group pointing out the hidden type gems he had discovered. We also walked through Clinton Hill, Bed-Stuy, Crown Heights and Stuyvesant Heights. For the most part you just had to look up to see great type on sides of buildings, signs, and awnings. Some of the more hidden type existed beneath awnings and at the bottoms iron support beams of buildings.

Having lived in Brooklyn for the past 4 years in 2 of the neighborhoods we walked through, it was exciting to discover some things that had been right in front of me the whole time. I now find myself looking around more diligently when I walk in search of more forgotten type.

Workshop: Letterpress with Dan Morris

Dan Morris runs The Arm Letterpress in Brooklyn, NY and is a co-owner of The Dale Guild Type Foundry, one of the last producers of true metal foundry type.

We spent some time during the third term coming up with a group poster concept to display the collection of our typefaces. We settled on the idea of a classified ad page. For this we each created some variation of 2 x 4 ad with content of our choice.

In the few weeks we had remaining, we each put together an individual specimen for our own typefaces. About a week prior to this workshop we sent out our files to Boxcar Press to get polymer plates made. The following weekend Dan taught us about mixing pantone colors, getting our plates lined up just right, and how to use the presses. We each printed 40 2-color type specimens, as well as taking turns printing our group poster.

Sebring Regular

The time spent between terms was used to sketch and come up with ideas for an original typeface. I went into sketching knowing I wanted to create something that was inspired by blackletter. I like the angular qualities and edginess of blackletter so my goal was to try to shape those characteristics into something more contemporary and legible without losing sight of them.

I did some research on typeface that strived to achieve a similar idea, and some of them took it much much further towards blackletter. Some of my favorite finds were:

Blaktur by House Industries
Fakir by Underware
Adso by Bruno Bernard

We presented 3 sketches for the first class and got some feedback. Most of us decided which sketch to pursue that day. The entire term was dedicated to the regular weight, making sure we had solid structures before moving onto other weights and styles. The biggest challenge for me was finding the balance between straight and round characters and making them all feel part of the same family. I redrew the ‘O’ so many times which also caused many changes among other round characters. Another huge challenge was the ‘S’, which had similar issues, but also the added challenge of getting the angle of the spine.

Workshop: Understanding and Experiencing the Designspace with Hannes Famira

Hannes Famira is founding principal of the Kombinat-Typefounders. He is a graphic designer, a type designer and a teacher of both disciplines.

This workshop was scheduled the week before our first class session to help generate more ideas and sketches for our original typeface. Hannes introduced us to an oscillating technique that imitates the thicks and thins of a broad nib pen when held at a consistent angle. For me, this technique was magic since I’m not so hot with an actual calligraphy pen, and I like drawing letters rather than writing. By working this way I was easily able to figure out where the natural thicks and thins of each letter was and build upon them from there. One of the sketches I created in this workshop was the one I pursued as my original typeface. I regularly use this technique in my workflow when sketching letters now.

Workshop: The Anatomy of Capital Letters with Sumner Stone

Sumner Stone is a type designer, type founder, author, and teacher. From 1984–1989 he was Director of Typography for Adobe Systems. In 1990 he founded Stone Type Foundry Inc.

Sumner touched on a lot of history in this workshop, teaching us about the tools used that were used to construct letterforms in ancient times. We used this idea of repeating simple shapes to create letterforms. I had this idea to create top-heavy letters, where the strokes could be reused and rotated to expand the character set. We started this process by sketching a few letters ‘R’ ‘O’ ‘M’ ‘A’ ‘N’ which contained most of the straights, rounds, and angles we would need strokes for. From sketches, we brought those shapes into Robofont and rapidly began creating more letters.

Over the course of two days I ended up with a decent amount of letters that I had quickly and sometimes crudely put together to get a basic idea down. What I created had a comic book kind of personality. During the workshop a few classmates and I thought it would be funny to create an additional version called ‘Bloodweight’ (blood dripping from the letters)… another idea on the to-do list.

Workshop: Basic Python Programming for Typeface Design with Ben Kiel

Ben Kiel is a typeface designer, graphic designer, and educator. He runs Typefounding, a typeface design and production studio in Saint Louis, Missouri. Before starting Typefounding, he worked at House Industries where he worked as a typeface designer, director, and developer.

This workshop was a great intro course for someone who knows zilch about Python or any other languages (that was me). We started out drawing simple shapes in DrawBot which is an application that primarily serves an educational purpose, used as a tool to teach the basics of programming.

After getting a bit more comfortable and understanding the basics of variables, strings, etc… We moved on to applying this knowledge in robofont, writing simple scripts for making new glyphs, compiling, adding unicodes, etc… Later, we had a lot of fun experimenting with pens like SpikeGlyph and HalftoneGlyph. It was a super intense weekend, but I walked away with a solid introduction to Python.

Columbia Library

Our first class convened at Columbia University’s Rare Book & Manuscript Library where we were greeted with countless time-honored type specimens. We got to check out some super old books dated from 1628 to 1921 from various type foundries. We were actually able to flip through these books and take photographs, which was a little nerve wracking, but awesome at the same time (for someone who always wants to touch things in museums). I was most impressed by the fact that Columbia owns one of the two existing copies of the first known specimen of Caslon. This was our starting point for finding a historical typeface to revive.

Lettering

The first assignment was to take the structure from one typeface and combine it with the mass and ornaments from a second typeface. The combination would yield something new and many times pose new problems. We were provided with a list of diverse typefaces and had to come up with our own pairings. For my initial sketches I chose to do mashups of:

Egyptian Expanded & News Gothic Extra Condensed
Cheltenham Ludlow & Clarendon Haas
Venus Bold Condensed & Bookman ATF

Below are my attempts at drawing letters by hand, then digitally in Robofont. Venus Bold Condensed & Bookman ATF combination was the combination I chose to refine and digitize. At the time of completion, I’d say mostly everyone in my class including myself, were pleased with their result, but looking back on this project at the end of the year truly showed how much knowledge and attention to detail was gained. We were all embarrassed to show this project in our final presentations (don’t remind me that I’m sharing this with the internet).