UI - Length of a Line (of Text) (Measure of Characters per Line, CPL)

Card Puncher Data Processing

About

The Measure (or sometimes “The Measure”) in typography is the length of a line of text.

The measure of a text influences legibility.

  • Long lines are hard to read,
  • short lines are more easily read.

For:

  • a single-column design measure should ideally lie between 40 and 80 characters. Many typographers consider the perfect measure to be 65-66 characters. The Netiquette Guidelines calls for lines with fewer than 65 characters
  • multiple column setups, 40–50 characters are often preferred.

Leading

Generally, if the measure is wide, the leading of a text (ie line height) should be increased—if the measure is short, it can safely be decreased.

Reverse text, i.e. white text on black also requires more leading.

CSS

myTextStyle {
   font-size: 18px;
   line-height:1.25 em;
}

Documentation / Reference





Discover More
CSS - line-height Property

On block level elements, the line-height property specifies the space between the text lines and is known as the Leading where: the value is one of: normal, - let the browser choose a reasonable...
Data System Architecture
Text - Line

A line of text is a list of character until a end of line character is reached. A line separator is known as an end of line. See An adjacent relationship between line means that the line are...
Android Screen Buckets
UI Responsive Design - Breakpoint

layouts are responsive (ie change) at what is called breakpoint. Use line measures as a factor for picking breakpoint. where: viewport example (ie the size of the display device) Ipad: 768...



Share this page:
Follow us:
Task Runner