Tagged Questions
The embedded-fonts tag has no wiki summary.
66
votes
9answers
16k views
Mime type for WOFF fonts?
What mime type should WOFF fonts be served as?
I am serving truetype (ttf) fonts as font/truetype and opentype (otf) as font/opentype, but I cannot find the correct format for WOFF fonts.
I have ...
12
votes
7answers
14k views
@font-face works in IE8 but not IE9
As described above, I have issues with @font-face not displaying in IE9 although it displays fine in every other browser including IE8 and under. Additionally, when viewing locally on my computer, IE9 ...
7
votes
2answers
7k views
How can I extract embedded fonts from a PDF as valid font files?
I'm aware of the pdftk.exe utility that can indicate which fonts are used by a PDF, and wether they are embedded or not.
Now the problem: given I had PDF files with embedded fonts -- how can I ...
6
votes
2answers
174 views
Can one export Special symbols / Cyrillic letters in plot labels when exporting graphics to PDF ?
I am trying to export a list of graphics as separate frames in PDF format in order to then compile a vector SWF animation with the aid of external utility (such as pdf2swf). Unfortunately, some ...
5
votes
0answers
329 views
Using a custom font in a UITextField causes it to shift slightly when accessed — is there a fix?
I have a custom font in a UITextField, and I've noticed that when it's accessed (when the keyboard appears), the text shifts down by a very small amount -- maybe a pixel or two or three. (I've no way ...
4
votes
2answers
703 views
Altering an embedded TrueType font so it will be usable by Windows GDI
I am trying to render PDF content to a GDI device context (a 24bit bitmap to be exact). Parsing the PDF stream into PDF objects and rendering the PDF commands from the content dictionary works well, ...
3
votes
1answer
102 views
Can I use a GNU GPL font (@fontface) in my Joomla website?
I have the following question:
Can I @fontface a GNU General Public License, (GNU GPL) font in a website I am designing? The website is a services company, developed in Joomla. Should I mention the ...
3
votes
2answers
246 views
using @font-face for 2 fonts causing big slow-down
This is the first time I've used @font-face. The font pack is from myfonts.com and I'm currently testing in Safari and noticed through the web inspector that the css file, which loads the 2 fonts ...
3
votes
1answer
351 views
conflict between fonts in swc and external swf
I have an actionscript 3 based website that is loading font outlines dyncamically, from external font swfs, using a common technique.
...
var FontLibrary:Class = ...
3
votes
1answer
383 views
Spark item inside mx component won't render embedded font
I have recently converted a Flex3 AIR project to Flex4, so it now uses Flex4.1 sdk and <s:WindowedApplication>. It is a large project and having painstakingly updated all the vital bits of code ...
3
votes
1answer
1k views
How do I embed fonts in an existing PDF?
Background:
I have PDF's I am programmatically generating. I need to be able to send the PDF directly to a printer from the server (not through an intermediate application). At the moment I can do ...
3
votes
2answers
459 views
Runtime introspection of linked SWC using ActionScript 3.0 + Flash/Flex
Wow, my first post on Stack Overflow. Have I "arrived"?
Okay, this is an oddball. I'm trying to determine whether there might be some programmatic way to introspect the classes within a linked SWC at ...
2
votes
5answers
58 views
Searching an ArrayList
I currently have 3 classes, a main class containing a GUI, in which i'm calling this method, a customer class containing the data, and a customerList class which gathers the data from the customer ...
2
votes
1answer
299 views
How can I embed Traditional Chinese characters in an actionscript project?
I'm having some issue with embedding Traditional Chinese characters from the Arial Unicode MS font. I've used the character set described here (0x4E00 - 0x4FFF).
I will need to display text using the ...
2
votes
3answers
120 views
Webfont only working on frontpage in IE 7
The company I am working for bought a font at myfonts.com. They included a javascript to make it working for different browsers.
The font is currently working in various browsers. Even in Internet ...
2
votes
1answer
311 views
Determine whether a Word document contains a restricted font using VBA
Is there a way to determine whether or not a Word document (specifically 2007, if that matters) contains a restricted font using VBA?
I don't necessarily need a way to remove the font, just to ...
2
votes
1answer
195 views
Silverlight Random Font Bug
I've added a few custom fonts to a Silverlight project. However, their behavior is very sporadic. I'm using it in a custom control. When I first add the control, it displays fine. When I rebuild, the ...
2
votes
1answer
1k views
Flash AS3, is text anti-aliasing controlled by code?
Is text anti-aliasing controlled by code, or is it embedded? What I want to do is take a swf file that someone else has made, find all of the text in the swf file and change all of the anti-aliasing ...
2
votes
4answers
835 views
Runtime fonts in Flash Builder 4
I am trying to get the following example to work in Flash Builder 4:
http://developer.yahoo.com/flash/articles/runtime-fonts-as3.html
The Actionscript project compiles but all I get on screen is a ...
2
votes
2answers
4k views
Preload @Font-Face Fonts to stop Firefox Flicker/Delay
I've been reading the posts about this, and still can't find the answer. Has anyone figured out how to preload the fonts to stop the flicker/delay?
Cheers.
Erik
2
votes
2answers
128 views
Can .eot font files be used in Silverlight?
I'm trying to find out if Embedded Open Type (.eot) files can be used in Silverlight. I found an older post that says they can't, but it's a few years old and given how fast SL has moved, I'm not sure ...
2
votes
2answers
79 views
embeding fonts or changing to safe font?
whats the better solution for embeding fonts problem?
drink a lot of vodka and try to embed custom font on web site or just leave that idea and use some web safe font?
2
votes
1answer
866 views
C# : Using an embedded font on a textbox
I'm embedding a font in my app as EmbeddedResource and want to use it in a textbox.
AddMemoryFont help says I have to set compatible text rendering to true to use GDI+ so my font can be used, but ...
1
vote
1answer
23 views
Embedded font from dynamically loaded swf not recognised
I am working on an application which needs to load fonts dynamically based upon the fonts used in a given document that the user opens. The fonts are used in a RichEditableTextControl so need to be ...
1
vote
1answer
44 views
What is the difference between embedded web fonts and regular TrueType desktop fonts?
I have a good free desktop font and it is free also for font embedding on the web.
The font uses Arabic Unicode and it is TrueType desktop font.
I want to use this font on my website. The problem ...
1
vote
5answers
92 views
@font-face not working even after trying everything I could think of
I really need help with @font-face code.
IT doesn't seem to see my font file.
I tried changing the path to anything I could think of, made new folders, renamed existing ones, put the font file in my ...
1
vote
1answer
57 views
Using Embedded fonts in Asp.Net
I have a dropdown list where I am getting all the listed fonts in my system.And now when I load the web page and giving some text to a label and display it and when trying to change the text with the ...
1
vote
0answers
71 views
How to extract embedded fonts from pdf file using fontforge script
I am trying to extract fonts from pdf file using following fontforge script
Open("file.pdf")
file = $firstfont
while ( file != "" )
Open(file)
Print($fontname)
file = $nextfont
endloop
...
1
vote
2answers
86 views
How can I load dynamically typekit fonts?
Is there a way to load typekit fonts dynamically, much like the Google Font API?
That is, how can I declare dynamically on each page the font name in a css link and load just the font(s) that are ...
1
vote
1answer
76 views
Flex 4 Disappearing Labels with Embedded Fonts and Charts
I'm using an embedded font in Flex 4, which on its own seems to work perfectly. I then added some charts and specified the -fteInMXComponents compiler option to get the embedded font in the charts. ...
1
vote
2answers
85 views
Does embedded fonts in css affect performance per usage?
I know there is a performance overhead for loading the font file, but the question is, once it has been downloaded, can I use it freely any number of times on my HTML page? or does it add an overhead ...
1
vote
1answer
167 views
PDF font mapping error
While rendering a PDF file generated by PDFCreator 0.9.x. I noticed it contains an error in the character mapping. Now, an error in a PDF file is nothing to be wondered about, Acrobat does wonders in ...
1
vote
1answer
369 views
Cufon to render input text on submit
I have been looking at font sites that render input text in the chosen font when submitted, and wondered how this could be done with Cufon.
An example such as here:
...
1
vote
1answer
54 views
Forcing browsers to display bold text when embedded font has normal font-weight
I'm using @font-face to embed the regular variant (i.e. font-weight: normal) of angie sans from typekit.
I like my h1 tags to be bold but don't want to embed an extra variant of the font just for ...
1
vote
1answer
36 views
Font embedding reliable?
How reliable is font embedding for a very large production site and if relevant, would you do anything special to test cross browser, device, etc?
Thanks
1
vote
1answer
192 views
SVG + embedded font: how to display text in italic?
My purpose is to create a self containing vectorial logo in SVG = I want to integrate all the font glyphs inside this SVG file.
For one part of my text I need a special font in italic. The font I ...
1
vote
1answer
140 views
Need help finding specification document for Adobe Type1 binary font file - PFB
I need to read PFB files and extract Glyph information from it. I am unable to find the specification for the specific file. I have the Adobe Type1 font specification. But the PFB file is in binary ...
1
vote
1answer
385 views
Text anti aliasing and font smoothing
Is there a difference between text anti aliasing and font smoothing in flex? If so, what is the difference? Could you provide links or examples?
1
vote
2answers
755 views
How can we get BOLD text to work in Classic Dynamic Text (embedded font) in Flash CS5?
In spite of my having embedded Verdana Bold, it does not show as bold. This used to work in CS4. All fonts are exported for ActionScript using Classic text outlines. Fonts in the FLA are Classic ...
1
vote
1answer
67 views
PHP lib for print save PDFs?
I need to create print save PDFs with PHP, is there a library which supports embedded fonts and the CMYK color model?
1
vote
1answer
310 views
How to embed a custom bitmap font into website using CSS
How can I embed a custom bitmap font into my website using CSS? I've tried the following but it just reverts to the fallback font:
@font-face {
font-family:'AgendaSemibold';
src: ...
1
vote
2answers
256 views
CSS3 Font Embedding
I'm trying to simply embed a font that I have uploaded to my server.
Everything is being loaded correctly, but the wrong font is being displayed. I know this is happening because when I remove the ...
1
vote
1answer
514 views
font-face font embedding very slow on firefox
the rendering of a custom font embedded with font-face is really fast on webkit-based browser, but very slow on firefox: it starts to render the text before the font is downloaded, then the font is ...
1
vote
2answers
174 views
Use GDI+ with C# to create an image for a site
I'd like to use GDI to generate text images with my fonts on a server to be served on my site.
I want to use any font on my sites, but of course couldn't use any font on a web site... so I guess I'd ...
1
vote
2answers
566 views
JSFL - Flash CS4: replace textfields' font by an embedded font
I have tried a bunch of JSFL scripts to change textfields' fonts of a fla library. I used those scripts to change textfields' fonts for an embedded font which do exist in the library. All scripts run ...
1
vote
4answers
297 views
font-face in i.e
I'm sure I'm not the only one that this has plagued, but I can't seem to find a solution.
@font-face works wonderfully in firefox, chrome, safari with ttf fonts.
as so:
@font-face{
font-family: ...
1
vote
2answers
487 views
How to turn off anti-aliasing on an embedded font
I have a pixel font from www.fontsforflash.com. I have embedded it using flex then loaded the swf in flash CS4 to make it available. But its very blurry and I can find a way to turn off anti-aliasing ...
1
vote
2answers
372 views
jquery: Embedding font face with jquery?
As far as I know that embedding font face is only possible with CSS3 (CSS2 but not CSS2.1), and not all browsers are ready for it yet, particularly IE (unless IE9?)...
I wonder if it is possible to ...
1
vote
4answers
301 views
Text with gradient and custom font
Ok here is my challenge, I have some <h1> tags that I want to convert into a custom font and apply a gradient from left to right.
Initially I was going for the idea of using cufon as this does ...
1
vote
1answer
724 views
Adobe Flex 3 to Flex 4: Rotated Text Disappears on Embedded font
I recently upgraded a Flex 3 project to Flex 4 "MX Only" and prior to the upgrade, I had some rotated text which now does not render. I have embedded the font ("Verdana") within my CSS Stylesheet ...