CalculatorBoom

Convert Picas (Printer's) to Points (Computer)

Pica (Printer's) (pica (pr)) to Point (Computer) (pt) typography conversion — enter any value below to get an instant result, or use the table for common values.

Results from this calculator are estimates provided for general informational purposes only, based on formulas, rates, and standards commonly accepted as of 2026. Figures may differ slightly from other calculators or professional sources due to rounding methods, differing assumptions, or regional regulations, and rules may change over time. Always consult a qualified professional — such as a financial advisor, healthcare provider, or other relevant specialist — before making decisions based on these results.

The numeric value you want to convert. Decimals are accepted.

Result

1 Pica (Printer's) = 11.955168 Points (Computer)

1 Point (Computer) = 0.083645834 Picas (Printer's)

1 pica (pr) in every supported unit

Conversion chart: Pica (Printer's) to Points (Computer)

Conversion table

Pica (Printer's) (pica (pr)) Point (Computer) (pt)
0.01 pica (pr) 0.11955168 pt
0.1 pica (pr) 1.1955168 pt
1 pica (pr) 11.955168 pt
2 pica (pr) 23.910336 pt
3 pica (pr) 35.865504 pt
5 pica (pr) 59.77584 pt
10 pica (pr) 119.55168 pt
20 pica (pr) 239.10336 pt
50 pica (pr) 597.7584 pt
100 pica (pr) 1195.5168 pt
1000 pica (pr) 11955.168 pt

Pica (Printer's) (pica (pr))

Definition: The traditional metal-type printer's pica, very slightly smaller than the modern computer pica, equal to 12 printer's points (~1/72.27 inch each).

History: Rooted in the Anglo-American point system standardized by type foundries in the 19th century, before digital typesetting rounded the unit to a cleaner fraction of the inch.

Current use: Still referenced in historical typesetting records and traditional printing-trade documentation, though almost entirely superseded by the computer pica in modern software.

Point (Computer) (pt)

Definition: The modern computer point, equal to exactly 1/72 of an inch — numerically identical to the PostScript point, since PostScript's definition is what standardized this modern value.

History: Became the universal standard once desktop publishing (led by PostScript and later confirmed by CSS and other digital standards) replaced the metal-type printing trade's slightly larger traditional point.

Current use: The point size everyone encounters daily — font sizes in word processors, web browsers, and design tools are all specified in this 1/72-inch computer point.

Supported Units

Unit Symbol In Twip
Twip twip 1 twip
Meter m 56692.913 twip
Centimeter cm 566.92913 twip
Millimeter mm 56.692913 twip
Character (X) char (X) 120 twip
Character (Y) char (Y) 240 twip
Pixel (X) px (X) 15 twip
Pixel (Y) px (Y) 15 twip
Inch in 1440 twip
Pica (Computer) pica 240 twip
Pica (Printer's) pica (pr) 239.10336 twip
PostScript Point pt (PS) 20 twip
Point (Computer) pt 20 twip
Point (Printer's) pt (pr) 19.92528 twip
En en 9.9626401 twip

About These Parameters

Value
The typographic measurement you want to convert, expressed in the "From" unit — a font size in points, a margin in inches or millimeters, or a layout coordinate in twips.
From Unit
The unit your value is currently measured in — an RTF document's twip coordinate, a font size in computer points, or a physical page dimension in inches or centimeters.
To Unit
The unit you want the result converted into. Use the swap button to flip From and To instantly, handy when moving between a print-trade unit like the pica and a physical unit like the inch.

How Typography Conversion Works

The Formula

Every unit here is defined by a fixed multiplier relative to the twip. To convert a value from one unit to another:

result = value × (factor of "From" unit ÷ factor of "To" unit)

For Pica (Printer's) → Point (Computer): multiply by 11.955168. For example, 1 pica (pr) × 11.955168 = 11.955168 pt.

Points and Picas: From Metal Type to Digital Type

Before desktop publishing, printers worked in the Anglo-American point system standardized by 19th-century type foundries, where a point measured roughly 1/72.27 of an inch and a pica was 12 of those points. When Adobe introduced PostScript in 1982, it rounded the point to a much cleaner exactly 1/72 of an inch — the "computer point" (and computer pica, exactly 1/6 inch) used by virtually every modern design and word-processing application. The tiny difference between the two (about 0.3%) rarely matters for everyday layout work, but this converter keeps both available since historical typesetting records still use the older printer's point and pica.

Why Windows and RTF Use the Twip

Microsoft introduced the twip for Windows' GDI graphics subsystem and the Rich Text Format in the 1980s specifically because 1/1440 of an inch is small enough to place text and graphics with sub-pixel precision while still being a whole number for almost any practical page coordinate — a working unit that avoids the rounding errors floating-point point or pica values would introduce into a document's internal layout data. That's why RTF files and Windows layout APIs still store every coordinate in twips today, even though no one designs directly in twips the way they think in points or inches.

Example

1 pica (pr) equals 11.955168 pt. For scale, a standard 12-point font size is exactly 240 twips, a 1-inch page margin is 1,440 twips (or 6 computer picas), and US Letter paper (8.5 × 11 inches) measures 12,240 by 15,840 twips.

Frequently Asked Questions

How many Points (Computer) are in 1 Pica (Printer's)?

1 Pica (Printer's) (pica (pr)) equals exactly 11.955168 Points (Computer) (pt).

What is a twip and why does it matter?

A twip ("twentieth of a point") is 1/1440 of an inch — small enough for precise text and object placement, yet still a whole number for nearly any practical layout coordinate. It's the native internal unit of RTF documents and the Windows GDI graphics subsystem, so converting to and from twips matters whenever you're working with document layout data programmatically.

What's the difference between a computer point and a printer's point?

The computer (PostScript) point is exactly 1/72 of an inch, standardized by Adobe in 1982 for digital typesetting. The older printer's point, from the metal-type era, is about 1/72.27 of an inch — very slightly smaller than 1/72. The difference is under half a percent, but it's why historical typesetting measurements don't translate exactly onto modern digital point sizes.

How many points are in a pica?

A pica is always 12 points — this ratio holds for both the computer pica/point pair (12 × 1/72 inch = 1/6 inch) and the older printer's pica/point pair (12 × ~1/72.27 inch), so as long as you don't mix the computer and printer's versions, the "12 points per pica" rule always applies.

Are the character and pixel units exact?

No — character units are an approximation based on average character-cell size in a monospaced font, and the pixel units here assume the traditional 96-dots-per-inch Windows screen convention (1440 twips per inch ÷ 96 pixels per inch = 15 twips per pixel). Actual character widths vary by font, and actual screen pixel density varies by display, so treat these two as legacy approximations rather than physically exact measurements.

Convert Pica (Printer's) to Other Typography Units

Possible Typography Conversions

Twip to Meters En to Points (Printer's) Pixel (X) to Points (Printer's) Pixel (X) to Characters (X) Centimeter to Inches Character (X) to PostScript Points Centimeter to Twips Character (X) to Pixels (X) Point (Printer's) to Millimeters Character (Y) to Twips En to Meters Character (X) to Characters (Y) Pixel (X) to PostScript Points Pixel (X) to Pixels (Y) Point (Computer) to Pixels (X) Pixel (X) to Ens Pica (Printer's) to Points (Computer) Pica (Computer) to Ens Point (Printer's) to Centimeters Centimeter to Millimeters Millimeter to Inches Character (X) to Meters Pica (Printer's) to PostScript Points Pixel (Y) to Centimeters Pixel (X) to Meters En to Picas (Computer) Pixel (X) to Points (Computer) Point (Printer's) to Inches Millimeter to Twips Pica (Computer) to Pixels (Y) Character (X) to Centimeters Point (Computer) to Twips Pixel (Y) to Ens Twip to Picas (Computer) PostScript Point to Characters (Y) Meter to Points (Computer) Point (Computer) to Meters Point (Printer's) to Characters (Y) Millimeter to PostScript Points Pica (Printer's) to Characters (X) Inch to Picas (Computer) Pica (Computer) to Meters Character (X) to Points (Printer's) Millimeter to Picas (Printer's) Character (Y) to Meters Centimeter to PostScript Points Twip to Centimeters Pixel (Y) to Pixels (X) Pica (Printer's) to Points (Printer's) Inch to Characters (X) Pica (Computer) to Characters (X) Pica (Printer's) to Picas (Computer) Centimeter to Points (Printer's) Character (X) to Pixels (Y) PostScript Point to Pixels (Y) Twip to Pixels (Y) Centimeter to Picas (Printer's) Meter to Ens Pixel (Y) to Points (Printer's) Point (Computer) to Millimeters Pica (Computer) to Points (Printer's) PostScript Point to Points (Computer) PostScript Point to Points (Printer's) PostScript Point to Picas (Computer) Millimeter to Characters (X) Character (Y) to PostScript Points Inch to Points (Computer) Centimeter to Characters (Y) En to Twips Pica (Printer's) to Meters Centimeter to Pixels (Y) Character (X) to Inches Twip to Millimeters Pixel (X) to Twips Twip to Picas (Printer's) Centimeter to Picas (Computer) En to Millimeters Pica (Computer) to Characters (Y) En to Centimeters Character (Y) to Millimeters Centimeter to Points (Computer) Inch to Millimeters Twip to Points (Computer) Character (Y) to Points (Printer's) Pixel (X) to Picas (Computer) Character (Y) to Points (Computer) Character (X) to Picas (Printer's) Millimeter to Pixels (X) Twip to Points (Printer's) Pixel (Y) to Picas (Computer) Pixel (Y) to Characters (Y) Inch to Picas (Printer's) Pica (Computer) to Inches Character (Y) to Centimeters Twip to Characters (Y) Character (Y) to Pixels (Y) PostScript Point to Characters (X) Millimeter to Characters (Y) Millimeter to Points (Computer) En to Picas (Printer's) Pixel (Y) to PostScript Points Millimeter to Picas (Computer) Meter to Centimeters Point (Printer's) to Picas (Computer) Pica (Printer's) to Twips Millimeter to Ens Meter to PostScript Points Point (Computer) to Inches En to Inches Pica (Computer) to Picas (Printer's) Point (Printer's) to Characters (X) Pixel (Y) to Millimeters Inch to Pixels (Y) Pixel (X) to Centimeters Centimeter to Meters Character (Y) to Characters (X) PostScript Point to Pixels (X) Point (Printer's) to Points (Computer) Millimeter to Pixels (Y) Character (Y) to Picas (Computer) PostScript Point to Picas (Printer's) Point (Printer's) to Ens Twip to Pixels (X) Pica (Computer) to Centimeters Character (X) to Picas (Computer) Point (Printer's) to Pixels (Y) Character (X) to Points (Computer) Meter to Pixels (Y) Character (Y) to Pixels (X) En to Characters (X) Point (Printer's) to PostScript Points Inch to PostScript Points Inch to Centimeters Meter to Picas (Printer's) Pixel (Y) to Twips Pixel (X) to Characters (Y) Meter to Picas (Computer) Point (Computer) to Picas (Printer's) Inch to Pixels (X) Pica (Printer's) to Inches PostScript Point to Centimeters Pica (Printer's) to Centimeters Point (Computer) to Points (Printer's) En to Pixels (X) Character (Y) to Ens Point (Computer) to Ens Pica (Computer) to PostScript Points Point (Computer) to Pixels (Y) Point (Computer) to Picas (Computer) Inch to Points (Printer's) Pica (Computer) to Twips Pixel (X) to Picas (Printer's) Pica (Printer's) to Millimeters Meter to Points (Printer's) Point (Printer's) to Picas (Printer's) Pixel (X) to Millimeters Pixel (Y) to Points (Computer) Character (Y) to Inches Pica (Printer's) to Pixels (Y) Twip to Ens Millimeter to Centimeters Meter to Millimeters Meter to Twips Inch to Meters Character (X) to Twips Point (Computer) to PostScript Points Point (Printer's) to Twips Pixel (X) to Inches Inch to Ens Point (Printer's) to Pixels (X) Centimeter to Ens Millimeter to Points (Printer's) Pica (Printer's) to Characters (Y) PostScript Point to Inches Pixel (Y) to Meters Meter to Inches PostScript Point to Meters Pica (Computer) to Millimeters Pixel (Y) to Inches Pica (Computer) to Pixels (X) Point (Printer's) to Meters Character (X) to Ens Twip to Characters (X) Pica (Printer's) to Pixels (X) En to Points (Computer) Point (Computer) to Characters (Y) Centimeter to Pixels (X) Meter to Characters (X) Inch to Twips Point (Computer) to Centimeters Character (X) to Millimeters Centimeter to Characters (X) Millimeter to Meters Pixel (Y) to Characters (X) PostScript Point to Millimeters Character (Y) to Picas (Printer's) En to PostScript Points En to Characters (Y) Inch to Characters (Y) Meter to Pixels (X) PostScript Point to Ens Pica (Printer's) to Ens Meter to Characters (Y) PostScript Point to Twips Point (Computer) to Characters (X) Pixel (Y) to Picas (Printer's) Pica (Computer) to Points (Computer) En to Pixels (Y) Twip to Inches Twip to PostScript Points

See also