Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
110 views

Use PdfEmbeddingFonts in Fast Report

I use a code example to create a report with FastReport in my Blazor app. Everything works fine but when I export the report to PDF the fonts I use are not there. How do I embed Fonts in my code? This ...
Giuseppe Pistorino's user avatar
2 votes
1 answer
1k views

How to properly embed a Google Font in DomPDF? Breaks when printed

I try to generate a PDF using DomPDF (v1.0.2) with Open Sans as a font. I load Open Sans directly from Google Fonts (which should work according to DomPDF docs) and the resulting PDF seems to be fine. ...
Melvin's user avatar
  • 154
3 votes
1 answer
2k views

Google fonts and cross-browser Unicode

I'm using a google font (Source Sans Pro) in one of my projects. I have a class where on hover ::after I show an arrow. The problem is except from Safari, Chrome and Firefox both showing a different ...
SARN's user avatar
  • 47
1 vote
2 answers
2k views

Fonts will not embed with ABCpdf

We are using Proxima Nova fonts (specifically, Proxima Nova Condensed regular) in our MVC .NET project, but they will not embed properly in the PDF output. When looking at the PDF properties, I see "...
pWEN's user avatar
  • 15
2 votes
2 answers
1k views

What is the best way to replace not embedded fonts in a PDF with others of the same family?

I didn't realize that statistical charts and graphs made by R were using fonts not installed on my Windows machine, these are: Helvetica Helvetica-Bold Helvetica-Oblique ZapfDingbats I discovered ...
doctorate's user avatar
  • 1,413
0 votes
1 answer
4k views

itextpdf font does not embed in Linux

I have a simple Java program that uses iTextPDF to create a simple "Hello World" file, using a font that's not native to iTextPDF (COOPBL.TTF, straight from Windows). Running on Windows 7-64 it runs ...
Chuck Bueche's user avatar
0 votes
2 answers
2k views

Any way to use my own custom fonts in adobe flash cs6?

I cannot find this anywhere on the internet. Is there a way to add my own fonts or downloaded fonts to my flash project using adobe flash cs6? The only thing showing up on internet searches are ...
user2396672's user avatar
0 votes
1 answer
125 views

Embedded font in mx-AdvancedDataGridItemRenderer not working

I'm facing here really annoying issue when trying to embed custom font in AdvancedDataGridItemRenderer. After some research I found this solution: http://www.webappsolution.com/wordpress/2011/01/20/...
xhuur's user avatar
  • 103
3 votes
2 answers
3k views

Gnuplot font embedding

I want to postprocess some figues I made in gnuplot with Corel Draw. However when I create these .eps files no information about the font is included in these. Thus corel does not know what font is ...
YaY's user avatar
  • 333
1 vote
2 answers
102 views

Font-embedding: what is wrong here?

I'm still pretty new to html and css, so I might be overlooking things. Been entertaining myself trying to create a little website and arrived at embedding a font to it. It is working in firefox, yet ...
PSZ_Code's user avatar
  • 1,045
6 votes
3 answers
2k views

As3 font embedding

I have seen lots of questions related to font embedding in flash and I can't seem to find an answer to my problem. I load fonts from a font swf and register them at a high level so that they can be ...
Jordan's user avatar
  • 1,243
0 votes
2 answers
2k views

@font-face not working in any browser

Not exactly a new topic, I know, but reading through all the @font-face related postings I still can't find an answer to my problem. I'm new-be so I'm assuming there's a terribly embarrassing major/...
rapha's user avatar
  • 5
0 votes
2 answers
2k views

Custom Font Embedding DOES NOT WORK Cross-Browser

I have have "Gulim", a custom font, embedded into my website at mangodownload.com (you can see it on the homepage, if you see Arial, it does not work on your browser.) Unfortunately, this font does ...
Hugo Cornellier's user avatar
2 votes
1 answer
432 views

font embedding in flash- query re external swfs

I've embedded a font in a flash based website. The site loads external swfs which also contain content in that font. Can these external swfs make use of the font without it being embedded in them?
Craig Pert's user avatar
0 votes
1 answer
243 views

Using custom fonts in Xcode - Punctuation issue

When I make an NSString, for instance: @"Thanks, Lucy!" The comma would not come up but the exclamation point would. Or if I use NSDateFormatter, something like December 12, 2012 would just come up ...
rcpilotp51's user avatar
4 votes
2 answers
8k views

How to use Arial in PDF using TCPDF without embedding

I have successfully added the font Arial to TCPDF, however the filesize is large due to it embedding the font. I would have thought Arial was a standard font on the vast majority of users machines, ...
SammyBlackBaron's user avatar
0 votes
1 answer
126 views

Accessing existing embbeded fonts in a .swf

i have embedded the simhei simplified Chinese font in a .swf for a font Library. I need to make a list of buttons, that are labeled with all the embedded fonts in the .swf. All the other languages ...
Sundial's user avatar
2 votes
3 answers
1k views

HTML using unknown font

I downloaded a font which I would like to use on a webpage. Of course this font isn't installed on the user's computer. How can I let a user's computer display that font? (I thought is was called: ...
VVWdefect's user avatar
  • 151
1 vote
2 answers
6k views

Using embedded fonts with TLFTextField

I don't know about you but I'm having a really hard time getting my head around TLF. I'm using Flash CS5. I've got an embedded font loaded from an external SWF. As far as I can tell, it's embedded ...
Andrey's user avatar
  • 671
0 votes
1 answer
2k views

Flash AS3 font / stylesheet displaying improperly

Can't figure out for the life of me why this isn't working. I created a swf in flash which contains a font I want to use in conjunction with a stylesheet in a separate swf. The stylesheet and font ...
mheavers's user avatar
  • 30.1k
1 vote
2 answers
2k views

How do I protect embedded fonts from being downloaded from my website?

I am wondering how would I protect my fonts that I made from being downloaded if I use @font-face or another method for font-embedding?
nowayyy's user avatar
  • 917
0 votes
1 answer
368 views

Flex: Embedding fonts at runtime only works locally?

I'm trying to change the text format in a TextField I get from a .swf. I'm embedding my font in a myFont.swf: public class TemplateFont extends Sprite { [Embed(source='../fontFiles/...
Tinelise's user avatar
  • 386
3 votes
1 answer
938 views

FlashDevelop + Haxe -- use an embedded font

I've added my TTF file to my Haxe project, and it appears to be embedded into the swf, but i have no clue how to get any of my TextFields to use it. How can i do that? Update: I have a project set up ...
RCIX's user avatar
  • 39.4k
0 votes
3 answers
9k views

@font-face and letter-spacing in webkit

I just discovered that letter-spacing doesn't always work in webkit (and perhaps other browsers?) when embedding fonts. I've tried it on two different fonts and received different results. "League ...
arxpoetica's user avatar
  • 5,061
1 vote
2 answers
2k views

Flash CS4: Font Disappearing

I have an odd issue while using FlashCS4. I have a textfield that, when set to STATIC TEXT works absolutely fine, in the correct font. If I set it to DYNAMIC TEXT, the text shows up as Arial or some ...
Andy Moore's user avatar
0 votes
1 answer
325 views

Alternate Gothic No. 2 not embedding properly

I'm writing a Pure AS3 app, embedding a font using the Embed metatag like so: [Embed(source="assets/fonts.swf", fontName="AlternateGothic No2")] public static const ALTERNATE_GOTHIC_2:Class; This ...
destroytoday's user avatar
6 votes
4 answers
27k views

Embedding Fonts in AS3 - Dynamic Text Field disappears

This is hopefully a new problem or just me missing something obvious. Please help! I'm embedding a font into my AS3 application. I'm doing everything by-the-book and it half-works. In my main class, ...
Andy Moore's user avatar
2 votes
3 answers
7k views

ActionScript 3 & font embedding

I have a problem with doing proper font embedding in a actionscript 3 project (flash CS4, not flex). I followed this Adobe guide to do font embedding: http://www.adobe.com/devnet/flash/quickstart/...
genesys's user avatar
  • 41
0 votes
3 answers
1k views

Flash Font embedding problem

I am facing a wired problem with a project. I am embedding Arial font as project is multi-lingual. If I build this project on one of my development machine, Font gets embedded successfully but in any ...
DexTer's user avatar
  • 2,093
6 votes
2 answers
7k views

How to make Ghostscript's `ps2pdf14` stop subsetting fonts

I am using the ps2pdf14 utility that ships with Ghostscript, and I am having a problem with fonts. It does not seem to matter what instructions I pass to the command, it insists on subsetting any ...
Gavin's user avatar
  • 2,173
156 votes
16 answers
198k views

Preloading @font-face fonts?

Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?
user avatar
0 votes
1 answer
231 views

CUFON Image Replacement

I had used the CUFON image replacement for one of the site.The following is the api link https://github.com/sorccu/cufon/wiki/api in that they say Using Cufon.replace() with CSS selectors Cufon....
user avatar
1 vote
2 answers
5k views

Embedded fonts in flash with the same fontName property

I'm using an external swf containing a number of font classes to load and register the fonts for my flash site at runtime. (exported in the library panel Flash IDE then registered in the frame script) ...
user avatar
43 votes
5 answers
51k views

How do I embed my own fonts in a WinForms app?

I want to embed fonts in my WinForms application so that I don't have to worry about them being installed on the machine. I've searched a bit on the MSDN site and found a few hints about using native ...
Niklas Winde's user avatar
  • 1,791