Tipografia
Informazioni Typography Unita Conversione
Typography uses specialized units per measuring font sizes, line spacing, e layout dimensions. These units evolved da traditional printing—dove physical type era set da hand—e hanno adapted per digital design while maintaining some historical conventions. Comprendere them e essential per graphic design, web development, desktop publishing, e maintaining visual consistency across media.
Il most common unit e il point (pt), con esattamente 72 points per pollice in il PostScript standard that became universal. Digital design also uses pixels (px) per screen layout e relative units like em e rem per responsive typography that scales con user preferences. Convertendo tra these helps maintain consistency across print e digital media—un 12-point body text in print corresponds un 16 pixels at standard resolution on web.
Our converter handles all standard typography units used in print e digital design workflows.
Comuni Typography Conversions
| Da | A | Moltiplica Per |
|---|---|---|
| pt | pollice | 0.01389 (1/72) |
| pollice | pt | 72 |
| pt | mm | 0.3528 |
| mm | pt | 2.835 |
| pica | pt | 12 |
| pt | pica | 0.0833 |
| pt | px (96 dpi) | 1.333 |
| px | pt | 0.75 |
| pollice | pica | 6 |
Typography Unita Riferimento
Point (pt) – Il traditional type size unit, now standardized at esattamente 1/72 pollice (≈ 0.353 mm) in il PostScript/DTP point system. Before digital standardization, different point systems existed (Didot, Fournier). Il point remains il standard per print font sizes, leading, e precise typographic work. 12 pt e standard body text; 72 pt headlines sono 1 pollice tall.
Pica – A larger typographic unit equal un 12 points = 1/6 pollice (≈ 4.23 mm). Used per line lengths, column widths, margins, e text block dimensions in professional publishing. Page layouts sono often specified in picas: un typical column potrebbe be 20-25 picas wide. Six picas = 1 pollice esattamente.
Pixel (px) – Il fundamental digital screen unit, though its physical size varies con display density. CSS defines un reference pixel at 96 dpi (1 px = 1/96 pollice ≈ 0.26 mm), but high-DPI displays puo render multiple physical pixels per CSS pixel. Web design primarily uses pixels per layout, though relative units sono increasingly preferred per accessibility.
Em – A relative unit equal un il current element's font size. If font-size e 16px, 1em = 16px. Em units compound in nested elements, which puo cause unexpected sizing. Useful per padding e margins that dovrebbe scale proportionally con text. Named after il width di capital M in traditional typography.
Rem (root em) – Relative un il root HTML element's font size, typically 16px da browser default. Unlike em, rem doesn't compound—1.5rem always equivale un 24px (at default settings) regardless di nesting depth. Il preferred relative unit per consistent, accessible responsive design. Users who adjust browser font size see proportional scaling.
Scopri di Piu
Esplora le nostre guide approfondite su questo argomento:
Articoli Correlati
Responsive Typography: Scaling Text Across Devices
Impara techniques per creating typography that adapts beautifully un different screen sizes, da mobile phones un desktop monitors.
Leggi di piùTypography Unita Explained: Points, Picas, e Digital Type
Understand traditional e digital typography units—points, picas, ems, e pixels—e how they relate un each other.
Leggi di piùPoints, Pixels, e Ems: Choosing il Right Unita
Impara quando un usare points, pixels, ems, o rems in your design work, e understand il trade-offs di each unit type.
Leggi di più