Font embedding is the inclusion of font files within an electronic document. This is possible with several file formats including Portable Document Format (PDF) and Microsoft Word (DOC).
Questions tagged [embedded-fonts]
188 questions
0
votes
1 answer
Font embedding does not work or?
So - I have this weird problem.
I have a major project, no details needed except that it is split to many SWFs, and so - I would like to use a Shared Library to embed the fonts. Done - sl_fonts.swf loaded, fonts - checked and working, the rest of…

Aurel Bílý
- 7,068
- 1
- 21
- 34
0
votes
1 answer
PHP - Dynamically creating a svg with embedded fonts
I want to dynamically create an svg that I can use in an
tag. This in itself is easy; create an svg, set the header and echo the generated parts in their correct place.
The problem is, I want to be able to embed fonts in the svg.
I've tried…

M. Salman Khan
- 608
- 1
- 6
- 16
0
votes
2 answers
Use a light font weight with Sifr
With sifr, how do I make a font use the light weight version. I have...
var gillsans = { src: '/resources/swf/gillsans.swf' };
sIFR.activate(gillsans);
sIFR.replace(gillsans, {
selector: 'h1',
css: '.sIFR-root { background-color: #FFFFFF; color:…

CafeHey
- 5,699
- 19
- 82
- 145
0
votes
1 answer
AS3 Getting Embedded Font to Display
Let's start from the beginning of this magical research encounter that's making me want to strangle someone.
I'm trying to get an Embedded font to display in flash. What's started off as a simple, I can do this is now irritating.
Here's how I've…
0
votes
0 answers
PHPExcel: Setting font fallback?
I am currently building reports using PHPExcel and would like to have a nicer-than-Arial font that works consistently across different versions and OSs. I found out you can't embed a font using PHPExcel (or Excel for that matter) so the next logical…

Lando
- 715
- 6
- 29
0
votes
1 answer
Adobe CC Flash Pro: Proper way to embed and use fonts?
I recently upgraded to Adobe CC from Adobe CS6, and none of my text is showing in my Flash Professional project anymore. It contains a lot of dynamic text and htmlText. I'm not quite sure if I was doing it properly before, as I read several guides…

BladePoint
- 632
- 5
- 16
0
votes
1 answer
Generating PDF/A-1b with Apache FOP 0.95 - How to embbed full fonts
I am struggeling with generation PDF/A-1b compliant document using Apache FOP 0.95. Generation wiht fop goes fine without exceptions but when I validate it in Adobe Acrobat XI using preflight tool I get following error.
PDF document is not…

Klamartin
- 1
- 3
0
votes
1 answer
AS2 css font disappearing
I've inherited a project written in AS2. It programatically creates textfields and populates them. It refers to a stylesheet, and in that stylesheet is font-style:italic;
Everything shows in italic just fine. But I've been asked to change it to…

David
- 703
- 1
- 15
- 31
0
votes
1 answer
Using embedded font in StyleSheet
I'm trying to use the font I've embedded in TextField.htmlText text. I've used a piece of code found here to check the font names of the embedded fonts:
var fonts:Array = Font.enumerateFonts();
for (var i:int = 0; i < fonts.length; i++)
{
var…

moosefetcher
- 1,841
- 2
- 23
- 39
0
votes
1 answer
Moving folder location of Expression Blend 3 Silverlight project causes embedded fonts to not work
I made an expression blend 3 project with embedded fonts, then copied the whole solution folder to a different location on my computer. When I open the copy at the new location default fonts are used for all the spots that used to be embedded…

Kyle
- 21,377
- 37
- 113
- 200
0
votes
0 answers
How to handle browsers(IE) that does not allow font downloading, when using font icons?
Font icons are becoming more and more used. And we have also started using them a on our website, since they are a lot better in scaling for different screen resolution / zoom levels, than normal images are.
But i have noticed that some larger…

Ueland
- 31
- 1
- 5
0
votes
1 answer
How can I display different weights/styles of interstate font?
I have uploaded the font onto my computer and I will upload it to the server but I don't know how to write it in my code. I want to use "Interstate" but only "Interstate Black Condensed."
I tried changing the weights or adding that in the name but…

user2918540
- 1
- 2
0
votes
1 answer
Flash/AS3 > Font Embed causes positioning error with Chalet Font
I'm trying to embed the Chalet font to some dynamic text fields and it is causing the vertical position of the text to jump up above the actual text field. (http://www.tonyjacobson.com/chaletFontProblem.png) Is Chalet a messed up font? (or more…

tonejac
- 1
- 1
0
votes
1 answer
Algorithm for drawing bitmap-style font into display buffer with C
For an 8-bit embedded system that has a small monochrome LCD with black/white pixels (not grayscale), I need an efficient way of storing and displaying fonts. I will probably choose two fixed-width fonts, 4x5 pixels and 5x7 pixels. The resources are…

Jodes
- 14,118
- 26
- 97
- 156
0
votes
0 answers
HelveticaNeueLite font-face bug in ie 9
I am working on a website that requires me to use HelveticaNeueLite font-family.
I have separate css files for ie and other browsers.
My css code for ie is as follows
@font-face {
font-family: HelveticaNeueLite;
src:…

Sunil Nadar
- 517
- 1
- 5
- 15