Questions tagged [embedded-fonts]

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).

188 questions
0
votes
1 answer

Problem when using Flash AS2 embedFonts = true AND textField.onSetFocus() together

I am noticing some strange behaviour with AS2 and using fonts in a textField that is added to the stage using createTextField(). This is for a textField which originally says Year - and user can enter a year, click ok and the year is accepted then…
undefined
  • 5,190
  • 11
  • 56
  • 90
0
votes
1 answer

Flex (v4.1) TLF (v.1.1) not showing embeded font

I have embedded a Font in my flex app. That works on any components without problems. @font-face { src:url("../assets/fonts/wedtxtn.ttf"); fontFamily: "CSSFont"; cff: true; } However, when I try to apply the font to my TextFlow object,…
butterbrot
  • 980
  • 6
  • 10
0
votes
2 answers

Loader object not firing complete event after an external css/swf file got loaded

Hi I am a bit stuck here for the past few days. I have a SWF running in Security.LOCAL_TRUSTED sandbox. I can load my JPEGs and simple SWFs without any problems var loader:Loader = new Loader(); loader.load(new URLRequest('file:///test.jpg')); But…
butterbrot
  • 980
  • 6
  • 10
0
votes
1 answer

PDF Outline Text - Automation of Acrobat Sequences

I have built an application that automates the filling out of form fields inside a pdf. It then takes various assets and combines them together to generate a "print ready" product. All of this is accomplished using the magic of iTextSharp. When…
Shawn
  • 3
  • 2
0
votes
2 answers

Use exotic font-styles in AS3 styleSheet with CS5 new font embedding

I have some dynamic swf that used to retrieve its dynamic text values from an external .xml & style values from an external .css. Since FlashCS5 and its new font embedding technique, i can't find how to use exotic style anymore. Like for the…
Olivier
  • 3,431
  • 5
  • 39
  • 56
0
votes
3 answers

@font-face not working on mirrored site

I have a wordpress installed site at http://lifebridgecypress.org, and then I also have http://lifebridgecypress.com, which mirrors the .org site. As you can see, the .com site's @font-face rules are not working. Does anyone know a way to get…
Spencer B.
  • 233
  • 2
  • 7
  • 15
0
votes
2 answers

@font-face function not working

Can't seem to get this to work in any browser, anyone know what I am doing wrong? Running live here: http://daveywhitney.com/ford/one/ @font-face { font-family: 'SackersItalianScriptStdRegula'; src:…
Davey
  • 1,314
  • 6
  • 22
  • 37
0
votes
2 answers

Flash AS3, Is it possible to change anti-alias setting of static text through code?

I'm working with swf's generated by InDesign CS5, which will apparently only export text as staticText objects. Is it possible to alter the anti-alias of staticText? I want to make it for readability, but it defaults to animation with no apparent…
Ghost9
  • 249
  • 3
  • 7
  • 15
0
votes
2 answers

Best option for embedding fonts in webpage (SEO, speed, cross-compatibility)

I have a font i've downloaded, its a True Type Font. I'm developing my own portfolio website so i'd like to get it fairly high up in Google (i can do the SEO for it) but i'm wondering what options i have for using this font for menu items, headings,…
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
0
votes
1 answer

@font-face for font variant

Does anyone know how to use the Font Squirrel @font-face kit generator, or something similar, to output a variant of a font, i.e. the bold variant? I am using Gill Sans on my website and it is set to "font-weight: 900" or "font-weight: bold," which…
tcmulder
  • 51
  • 1
  • 6
0
votes
1 answer

Flex embedded fonts cause tab characters to be stripped

I'm trying to paste text into a flex textarea. The text I'm pasting has newlines and tabs, but when I paste the text into the textarea, the tabs are stripped out. If I comment out the CSS line font-family: EmbArial; the tabs will be preserved. I…
scott
  • 1
  • 1
  • 3
0
votes
2 answers

Flex3: Is it Possible to Embed only a Few Letters from a Font?

Is there a way to embed only a few letters from a font instead of embedding the whole thing? I only need say 7 capital letters from a font. Thank you. -Laxmidi
Laxmidi
  • 2,650
  • 12
  • 49
  • 81
0
votes
1 answer

embedding font into a html

Yeah, I know it's a question that is being asked and asked again. I prefere to think that I did my homework, but still none of my browsers isn't even pulling the font from a web server (according to logs). CSS: @font-face { font-family: "Open…
drookie
  • 179
  • 3
  • 11
0
votes
1 answer

AppleGothic Font renders different on iPhone3 and iPhone4/iPod devices

Just realized there are big differences in the AppleGothic font on different on iPod / iPhone 3G and iPhone 4 devices. Does anybody knows how is possible that the same embedded font renders so different?
Eva Madrazo
  • 4,731
  • 2
  • 23
  • 33
0
votes
0 answers

Colaborate-Regular not working in Firefox and Internet Explorer

I am trying to use Colaborate-Regular font but its not working on Firefox and Internet explorer. This works in Chrome browser. I am trying this on local machine first but no help. Here is the link to attachment of…
Puneet
  • 53
  • 1
  • 3