Tipografia
Sobre Tipografia Unidade Conversão
Tipografia uses specialized unidades for medindo font sizes, line spacing, e layout dimensions. Estes unidades evolved from traditional printing—onde physical type foi set by hand—e têm adapted for digital design while maintaining alguns historical conventions. Understanding them é essential for graphic design, web development, desktop publishing, e maintaining visual consistency across media.
O mais comum unidade é o point (pt), com exatamente 72 points per inch in o PostScript padrão esse became universal. Digital design também uses pixels (px) for screen layout e relative unidades like em e rem for responsive typography esse scales com user preferences. Converting entre estes helps maintain consistency across print e digital media—a 12-point body text in print corresponds to 16 pixels at padrão resolution on web.
Our converter handles todos padrão typography unidades usado in print e digital design workflows.
Comuns Tipografia Conversions
| De | Para | Multiplicar Por |
|---|---|---|
| pt | inch | 0.01389 (1/72) |
| inch | 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 |
| inch | pica | 6 |
Tipografia Referência de Unidades
Point (pt) – O traditional type size unidade, agora standardized at exatamente 1/72 inch (≈ 0.353 mm) in o PostScript/DTP point sistema. Before digital standardization, diferente point systems existed (Didot, Fournier). O point remains o padrão for print font sizes, leading, e precise typographic work. 12 pt é padrão body text; 72 pt headlines são 1 inch tall.
Pica – A larger typographic unidade igual to 12 points = 1/6 inch (≈ 4.23 mm). Usado for line lengths, column widths, margins, e text block dimensions in professional publishing. Page layouts são often specified in picas: a typical column might be 20-25 picas wide. Six picas = 1 inch exatamente.
Pixel (px) – O fundamental digital screen unidade, though its physical size varies com display density. CSS defines a reference pixel at 96 dpi (1 px = 1/96 inch ≈ 0.26 mm), but high-DPI displays may render multiple physical pixels per CSS pixel. Web design primarily uses pixels for layout, though relative unidades são increasingly preferred for accessibility.
Em – A relative unidade igual to o current element's font size. If font-size é 16px, 1em = 16px. Em unidades compound in nested elements, qual can cause unexpected sizing. Useful for padding e margins esse should scale proportionally com text. Named after o width of capital M in traditional typography.
Rem (root em) – Relative to o root HTML element's font size, typically 16px by browser default. Unlike em, rem doesn't compound—1.5rem always é igual a 24px (at default settings) regardless of nesting depth. O preferred relative unidade for consistent, accessible responsive design. Users who adjust browser font size see proportional scaling.
Saiba Mais
Explore nossos guias detalhados sobre este tema:
Artigos Relacionados
Responsive Tipografia: Scaling Text Across Devices
Learn techniques for creating typography esse adapts beautifully to diferente screen sizes, from mobile phones to desktop monitors.
Leia maisTipografia Unidades Explained: Points, Picas, e Digital Type
Understand traditional e digital typography unidades—points, picas, ems, e pixels—e como they relate to cada outro.
Leia maisPoints, Pixels, e Ems: Choosing o Right Unidade
Learn quando to use points, pixels, ems, ou rems in your design work, e understand o trade-offs of cada unidade type.
Leia mais