answersLogoWhite

0

How big is a 72 size font?

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

The answer is: it depends.

It depends on the specific units used. In most Word Processing fonts are measured in units called "points." A point is a very old measurement that involves a very old typsetting tool. It has varied over time. But in the 1990s, a technology called PostScript set the new standard: there are 72 points in an inch. That means that a single point is 1/72nd of an inch, or ~0.353 millimeters.

In the world of computing, this still varies some, as inches in print don't really translate well onto screen real estate.

To set a font to 72 points using CSS you use the following rule

.selector { font-size:72pt;}

The other very common unit is pixels. A pixel is a tiny square that lights up on your computer screen. When you put these tiny dots together, they form a picture (your eye does the blending.) 72 pixels is about 4 times the size of the font your question is in at the top of the page. (That's 20px.) The symbol for pixels is px, so the above rule would be

.selector {font-size:72px;}

Pixels are a digital measurement. Points are a print measurement. There's very little continuity between the two.

Other measurements are relative. For instance "em" is the size of one "m" (horizontally) in the font you're currently using. If you're using a bigger font, then 1em is bigger. "ex" is the size of one "x." You can also use percentages "%" 50% is half the size of the current size. 150% is one and a half times the size.

The other one is the pica, which is a print unit, that is 12 points.

So, like I said at the beginning: it depends. :)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

It is about 2 cm high

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How big is a 72 size font?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Font size is measured by what?

Font size is measured in points. 1 point = 1/72 of an inch. 12 point font is 12/72 inches high. 72-point font is 1 inch high.


How many minimam and maximam font size?

You can increase the font size to as big as you want. The same is true for minimizing it.


How do you change the font size in a Tumblr POST?

type your post click the 'html' button. between the texts you want change the font size, type: <big> the text you want to change </big> to make it bigger, just add the <big> </big> many times, between the text... :)) It is MUCH easier to just change the font size - click the "html" button and change the font-size option eg? "font-size: 20px" look for this bit - and change the number - in this case 20 to whatever size you wish, (make sure you don't lose the px)


What is the anatomy of HTML?

Html mostly uses three main parts. The thing,(e.g. <FONT size="10"></font>) the thing your changing, (e.g. <font SIZE="10"></font>) ,what your changing it to.(e.g. <font size="IO"></font) And the closing tab.(e.g. <text size="10"></FONT>)Then you put some of the thing (e.g. <font size="10">Content of your site</font>)


Size letters in HTML?

You can use the font tag and set sizes from 1 to 6. <font size="6">This is the biggest size that font allows</font> Font is not the best way to do it as the sizes are limited. The best way to do it is to use styles. Then you have a much wider range of sizes. You can make text as big as you want. You can use styles with different tags and you can use various measurements like pt for point, cm for centimetres and in for inches, amongst others: <span style="font-size:48pt">This will be in 48 point size</span> <div style="font-size:2in">This will be in 2 inches high</div> <p style="font-size:5cm">This will be in 5 centimetres high</p>

Related questions

What is font size determined by?

Font size is by fractions of 72 of an inch. For example, if a font is 14 pt., then it is 14/72 of an inch, or 7/36. A font size of 72 would be a full inch tall.


Font size is measured by what?

Font size is measured in points. 1 point = 1/72 of an inch. 12 point font is 12/72 inches high. 72-point font is 1 inch high.


What is called when the size of the font used?

The size of the font used in a document is called font size. It is typically measured in points, with one point equal to 1/72 of an inch. Common font sizes range from 8 to 72 points.


What is a single point of font size equal to?

A single point is equal to 1/72 of an inch in font size.


Font size is determined by a measurement system called?

Font Size is measured in a system called "points" that are 1/72 of an Inch


What is a font size point?

A font size point refers to a unit of measurement used to determine the size of fonts in print design. One point is equal to 1/72 of an inch. For example, a 12-point font would be 12/72 of an inch in height.


What is Font size that equals one inch mean?

Font size is usually measured in points; 1 inch is approximately 72 points.


What is front size?

A font size is how big is the text!! Duhhhh!


Is there a font larger than 72 in Word 2003?

yes it can go up to 1638, you just need to highlight the number in the font size box and type in any font size you want.


What fraction of an inch is a point?

A point, as in font size, is 1/72 inch.


What is 1-72 of one inch height?

73


How do you write big letters on MySpace?

<font size = "9">TEXT HERE</font> Without the spaces. The only space you should have is between "font" and "size". Then you should get this; <font size="9">HOPE I HELPED !</font>