Is it possible to have fonts larger than 72pt? | Community
Skip to main content
April 30, 2012
Solved

Is it possible to have fonts larger than 72pt?

  • April 30, 2012
  • 14 replies
  • 8802 views

Have been looking for a work around for this problem for awhile now but can't seem to get anywhere. Is it possible to have fonts bigger than 72pt? If not that is a massive fail.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Bruce_Robertson

I see what you mean now, it seems to be an issue with artwork PDF forms, I don't have a problem with a standard PDF form.

I did get the font size to stick, https://acrobat.com/#d=RnEQbNdhe26z-bPYyVnEYQ is my sample.

But I had to edit the XML Source (from the View menu), so the line;

<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p>99</p></body>

 

became

<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p style="font-size:300pt">99</p></body>

That is I added the font-size style attribute.

Hope that helps.

Bruce

14 replies

April 30, 2012

Here's a couple fo screen shots, the active document I'm working on shows the correct size but then the preview shows what happens when you save it.

_Bruce_Robertson
New Participant
April 30, 2012

I'm not sure I follow, are you refering to the zoom level in Reader? If so try putting "event.target.zoom = 300;" as JavaScript in the docReady event at the root of your form.  Or do you want the default font size in Designer to be 300, if so I'm not sure you can do that.  I don't have the font size reverting on my system.

April 30, 2012

It's only an issue when you come to preview the PDF or save it. Setting the font to say something like 300 by typing it in is fine but when you save it, it reverts back to the minimum font.

_Bruce_Robertson
New Participant
April 30, 2012

Hi,

Instead of using the drop down to select a pre-defined font size, you can just type in the size you want.  A 1000pt character will pretty much fill up a A4 page.