learn.howToCalculate
learn.whatIsHeading
Typography converters translate between font size units: points (pt), pixels (px), and millimeters (mm).
공식
1 point = 1/72 inch = 0.3528 mm
단계별 가이드
- 11 point = 1/72 inch = 0.3528 mm
- 2Pixels depend on screen DPI: 1 pt ≈ 1.33 px at 96 DPI
- 372 DPI = traditional print, 96 DPI = screen standard
풀어진 예시
입력
12pt font (typical)
결과
16px (screen), 4.23 mm (print)
DPI-dependent conversion
피해야 할 일반적인 실수
- ✕Assuming px-to-pt conversion without DPI context
- ✕Not accounting for browser DPI changes
자주 묻는 질문
Why do designers use points?
Traditional print standard; consistent with offset printing and professional typesetting history.
How does DPI affect pixel size?
At 96 DPI, 1 pt ≈ 1.33 px. At 72 DPI, 1 pt = 1 px. Web assumed 96 DPI for font scaling.
계산할 준비가 되셨나요? 무료 Typography Converter 계산기를 사용해 보세요
직접 시도해 보세요 →