Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Is it possible to have fonts larger than 72pt?

Avatar

Former Community Member

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

14 Replies

Avatar

Level 10

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.

Avatar

Former Community Member

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.

Avatar

Level 10

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.

Avatar

Former Community Member

Active.JPGPreview.JPG

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.

Avatar

Level 10

Hi, This isn't happening for me, is it possible for you to share your form?

Avatar

Level 10

I use Acrobat.com, but there are a number Google Docs, if you use Acrobat.bat make sure you publish the document and that will give you a URL that you can paste here.

Avatar

Former Community Member

cool thanks here is the URL https://acrobat.com/#d=gACaCmDHJP9uXEmD3X1B2g

What version of livecycle designer are you using?

Avatar

Level 10

Seems I don't have access, if you click on the file you will get a share document option.Share Document.PNG

I'm using Designer ES 9.0.0.2

Avatar

Former Community Member

yeah ive got ES2 9.0.0.2 im pretty sure this wasn't an issue in older versions just can't remember when the last time I made a document with larger fonts though.

Avatar

Correct answer by
Level 10

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

Avatar

Former Community Member

Thanks mate that's awesome, it's a pain it doesn't work just by typing it into the font size box but that work around will do! I might need to open another topic for this but the next problem I'm having is when inserting a .PNG image it is putting a white background around it don't suppose you know how to fix that one as well? I'm pretty sure it never used to do that as well.

Thanks for your help!

Avatar

Level 10

You have me there, and the website I used to refer to for this sort of stuff seems to be no more.  There are some limitations in how Acrobat handles images with transparent color but I'm not sure exactly what it is now, something to do with only using 8 bit color (I think PNG is usually 24bit), or maybe it was something about only using palette color.

Sorry, I think you will have to start another thread.