⇥ Typography you can use

One of the downsides of working in the publishing business is that, after a relatively short amount of time, one loses the ability to enjoy reading the way normal people do.

This is not to mean that I no longer like to read—quite the contrary—but that I no longer can read any text on any medium without paying attention to its typographical design. Conversations between my partners and I usually start with “did you read that book?” and end up in some variation of “yes, the font was awesome—but they clearly haven’t mastered a good justification algorithm yet.”

On the web, most people don’t seem to know what to make of basic typography. In an effort to improve the general state of things, let me introduce you to three typographical elements that I use more often than, it seems, most other people: the endash, the emdash and the ellipsis.

Endashes and emdashes (also called en-dashes and em-dashes) are closely related cousins of the comma and semicolon. An endash (so called because it is roughly the width of the glyph n) is used to indicate a range. For example:

php|architect, Volumes I–IV


The use of an endash, as opposed to the simple dash, is useful because it’s less likely that an automated process reading through a piece of text will confuse a range for a subtraction. This may seem trivial until you find yourself in the position of having to parse large quantities of text for the purpose of, say, compiling a book. It’s happened to me once, and I’ve been a proponent of endashes ever since.

On OSX, the endash can be produced by typing ⌥ + – (that’s Option-minus sign).

The emdash (whose name derives from the fact that it’s roughly the width of the glyph m) is (primarily—it also has other uses) a distant cousin of the comma. You can use it to indicate a portion of text that would normally belong between parentheses—in fact, it was once described to me as somewhere between a comma and a parenthetical remark. Think of the emdash as one more weapon in your grammatical arsenal—it’s less ambiguous than a comma (which, after all, could be used for a number of different reasons). It provides a considerable amount of separation between the two words that surround it—thus giving your eyes a visual queue that a new remark is being introduced.

The setting of an emdash—that is, whether it should be surrounded by a space (open setting) or not (closed setting), is a matter of much debate. I have a personal preference for closed setting, because I like how an emdash visually links two words while actually providing separation in the thread of a sentence.

On OSX, an emdash is produced by typing ⌥ + ⇧ + – (that’s Option-Shift-minus sign).

Finally, the ellipsis is a glyph that most people are familiar with—they just don’t use it properly. An ellipsis is a series of three small dots that either identifies an omission in the text or an aposiopesis (that is, an unfinished sentence). For example, I could use an ellipsis as such:

If I only had a few million dollars to spare…


Most people, as I mentioned, create an ellipsis using three periods. This is wrong. Please, please, stop doing that. Periods have a number of uses, but producing an ellipsis is not one of them—unless, of course, you’re stuck in 1947 and your keyboard goes “clackety-clack” when you type. In that case, you have my sympathies.

Jokes aside, there are a number of good reasons why you should learn to use the proper ellipsis glyps instead of three periods. First of all, it’s typographically correct—most likely, your font glyps have been properly calibrated so that the individual marks of the ellipsis are the correct size (which is probably not the same size as a period) and are at the proper distance (which is definitely not the same as the distance between three periods). Additionally, you provide a valuable clue to any piece of software tasked with analyzing your text. Finally, you save two characters—which is very handy in today’s Twitter world.

On OSX, you can produce an ellipsis by typing ⌥ + ; (that’s Option-semicolon).

There you have it—three important typographical elements that will make your text more articulate. Of course, the rules for their usage are all but set in stone—there are plenty of conflicting schools of thought on the use of endash vs. emdash, for example (heck, there are conflicting schools of thought on how they should be called, let alone used), but the use of proper typography is an excellent device to force you to think more closely about your writing habits—especially your grammar.


Of course, such discussions never centre around our own products, which are, by definition, perfect.