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

CSS3 - Embedded font disappears in chrome when rotated?

I've been playing with CSS3 transforms- rotations- and embedded fonts. Some fonts completely disappear in Chrome when I apply a rotation. Does anyone know why chrome blows this up? What makes a font susceptible to this behavior? Screenshot So…
RSG
  • 7,013
  • 6
  • 36
  • 51
0
votes
0 answers

Corrupted .rtf file with embeded fonts

I’m working on a program written in Java that uses LibreOffice to convert documents to .pdf format. Clients on their side use Microsoft Word. The functionality of the program is such that through the program interface, clients upload documents to…
0
votes
2 answers

How to change font family for Xamarin Shell FlyoutItem

Is there any way to change the font family of contents inside FlyoutItem in Xamarin Forms Shell? I've already added custom .ttf fonts in shared project as embedded resource and also registered the font file with the assembly using the file,…
Eoin
  • 147
  • 1
  • 2
  • 16
0
votes
1 answer

embed my special font in an html web page

I already found many answers on how to embed a font in a web page but I am asking what is the most recent and efficient one to use as some methods are very old and does not display correctly please advise I have a commercial font I want to embed…
neo
  • 3
  • 2
0
votes
1 answer

Custom Italic Fonts in Flash

Wonder if anyone has run into a situation in which Flash fails to recognize an embedded font with a title like "Gotham rounded" and a style of "italics?" I can't seem to embed the style because of the double name of the font. What am I doing wrong?
bresson
  • 831
  • 11
  • 20
0
votes
1 answer

Issues with embedded icon fonts as base64

I need to embed my font file in-line which contains the 31-ish icons that I use for my app. As webview only takes a single html string to render the view, I cannot load external files and therefore decided to base 64 encode my font file. The icon…
Blaine
  • 576
  • 9
  • 30
0
votes
1 answer

How do I change font-family and font-size for a CCK form

I am using a Drupal 6.19 Corrolla theme and I have tried several times to change the font-family and font-size of a CCK form but in vain. I could add these CSS statements through Firebug, but could not change them in the style.css. I incorporated…
Sarmad
  • 1
0
votes
2 answers

fontsquirrel font

I have a webfont that uses css @face-face, is there a problems with this use of font that is not a "standard" font like Arial or Tahoma? is this method is 100% cross browser support ? Yhe code looks like that: font-family: 'myfont_OERegular'; src:…
Amir
  • 3
  • 2
0
votes
2 answers

@font-face rendering in Windows 7

I use @font-face to enable custom fonts. It works in Firefox, IE, Safari and in Chrome on Mac. On Windows 7 with Chrome the text at 10px look green not black or grey! ... after more testing: same problem with Firefox (Windows) and Safari…
opentype
  • 3
  • 1
  • 3
0
votes
1 answer

Copy-pasting Hindi from a correctly rendering PDF pastes only certain characters correctly

I have a PDF that renders correctly ([0]). If I try and copy-paste from it the words that paste are a little off. It doesn't happen with all of the text - only some of the words. The font (Devanagari MT) is embedded in the PDF; in one case I have…
jayce
  • 293
  • 2
  • 9
0
votes
1 answer

IE custom fonts and jQuery animation - problem with font displaying

I use on my website some simple jQuery animation: $("#content").hide().fadeIn(3000); And I'm using custom fonts from google in CSS (I load font from google server if that's important). Without animation fonts looks fine, but when I wrote this…
smogg
  • 1,494
  • 3
  • 19
  • 27
0
votes
2 answers

AS3: Embedding characters

I having some trouble with TextFields and caracter embedding. As I have understood, the way to embed character in Flash, is to have a TextField in a movieclip that is exported to actionscript via some classname. Then have the TextField embed the…
Tokimon
  • 4,072
  • 1
  • 20
  • 26
0
votes
2 answers

Cufon font replacement: How do you define "hoverables"

With Cufon font replacement, you can define hover states like this: Is it possible to describe…
Gaelen
  • 305
  • 5
  • 19
0
votes
2 answers

Workaround for PDFBox PDTrueTypeFont bad /widths bug?

I'm generating a pdf using the Apache PDFBox library in Java. I've embedded a font in the pdf, but whenever I open the pdf I get an error that says: "The font font_name contains bad /Widths" This error occurs no matter what the font is that is…
pclem12
  • 449
  • 10
  • 23
0
votes
3 answers

Programmatically embed Kanji in Textfield

In the "Embed...Character Embedding" window in the Flash environment, you can select to embed Japanese Kanji. Does anyone know of a way to embed the same using a TextField created with Actionscript?
typeoneerror
  • 55,990
  • 32
  • 132
  • 223