Questions tagged [font-embedding]

38 questions
26
votes
8 answers

@font-face anti-aliasing on windows and mac

I've used http://www.fontsquirrel.com/ to create a @font-face kit. It works fine, but the result on windows is different from the result on mac. On windows the font seems to have a wrong anti-aliasing: this is the result on Mac with FF, Chrome or…
pasine
  • 11,311
  • 10
  • 49
  • 81
12
votes
1 answer

embedFonts complains about “Unknown device: pswrite”

Running embedFonts on some EPS file I created, I get an error message: > embedFonts("foo.ps") Unknown device: pswrite Unrecoverable error: undefined in .uninstallpagedevice Operand stack: defaultdevice Error in embedFonts("foo.ps") : status 1…
MvG
  • 57,380
  • 22
  • 148
  • 276
10
votes
1 answer

What's the 11th number glyph?

I see it, but it makes no sense. What the heck is the 11th number glyph? For that matter, why does each one have an extra glyph? This is Flash CS3 Professional edition.
Cyclone
  • 17,939
  • 45
  • 124
  • 193
8
votes
3 answers

How does @font-face work?

I am aware that using @font-face allows the browser to download a custom font and use it in a web page just like any system font. What I want to know is if the browser encodes the font or uses it without exposing it? Thanks
hitautodestruct
  • 20,081
  • 13
  • 69
  • 93
4
votes
1 answer

How to embed a font in as3 using FlashDevelop?

How can you embed a font in as3 using FlashDevelop? I have read a lot of posts regarding this issue but none of them helped me solving it. When I use the following code, nothing is displayed (this is all the code) : package { import…
user3240131
  • 187
  • 1
  • 2
  • 11
4
votes
0 answers

SSRS barcode font embedding to PDF

I have a problem embedding a barcode font to a report. Exporting to PDF, it doesn't show the barcode. It only shows the numbers. I have the font installed on the server. I reboot the server after installing the font, and it doesn't work. But, i try…
3
votes
1 answer

PdfBox embed fonts into existing document

I have a pdf file which shows font properties in Okular (or whatever PDF viewer) like that: Name: Helvetica Type: Type1 File: /usr/share/fonts/truetype/liberation2/LiberationSans-regular.ttf Embedded: No I want to embed Helvetica with PDFBox 2xx…
jeffest
  • 65
  • 2
  • 6
3
votes
1 answer

Why doesnt Acrobat Distiller embed all fonts fully?

When I use Acrobat Distiller (v.9.1.3), it seems that I cannot embed all fonts -- at least not in the way I want to (no subsetting). One example is Wingdings (TrueType). I activated the tickboxes and settings to "Always embed" and "No subsetting".…
simplybest55
3
votes
2 answers

How to embed font in tab layout from design support android

I want to embed custom font in tablayout from design support library. I try to set custom view which is set typeface already. But it is not working. Just appear system font. What I did is, mAdpater = new…
Arkar Aung
  • 3,554
  • 1
  • 16
  • 25
3
votes
1 answer

Does one need to have a license for fonts if we are using ttf files in itext?

I understand that itext does not come with any of the font libraries and you need to provide the font library . The pdf once generated, will be viewed by Acrobat and assuming , it is the standard fonts, adobe would have support for it. My questions…
vsingh
  • 6,365
  • 3
  • 53
  • 57
3
votes
0 answers

RTF - How to embed font from a file?

According to the rtf specs, you can embed a font in an rtf file using the \fontemb and \fontfile control words. Can someone give me a working example of that? I'd like the rtf file to use the font that's located in a separate file (i.e. .ttf file)
2
votes
2 answers

Reducing file sizes of PDFs created using matplotlib by changing font embedding

I'm using matplotlib to produce PDF figures. However, even the simplest figures produce relatively large files, the MWE below produces a file of almost 1 MB. I've become aware that the large file size is due to matplotlib fully embedding all the…
Xenon
  • 31
  • 1
  • 6
2
votes
1 answer

In Adobe Flex, why does an embedded version of a font, behave differently from the same font installed in the system

Scenario: Flex application utilizing an @font-face declaration for embedding the font. (Embedded fonts are required to be able to rotate text.) The application was originally developed as an English application, but during localization it became…
2
votes
1 answer

How to check Fully embedded and subset embedded font using PDFBOX

Hi I want to check fully embedding and subset embedding of fonts in PDF using PDFBOX. I have tried using the following logic to check: private boolean IsEmbedded(Map fontsMap, Set keys) { for(String key:keys) { …
Krishnendu
  • 53
  • 2
  • 9
1
vote
2 answers

Adobe Air - Textfield with Chinese characters

I've a contact form that needs to support Chinese characters. Right now if I enter Chinese text nothing shows up. (Not even the empty box placeholder) How to handle Chinese characters in an Adobe Air dynamic textfield? Thanks. Uli
Uli
  • 2,625
  • 10
  • 46
  • 71
1
2 3