Questions tagged [font-embedding]
38 questions
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
1 answer
Flex/Flash Font Embedding
I have a Flex 4 project that exists in a hybrid state of Flex/Flash AS3. I've declared a stylesheet in the base component of a Window:
And all of my Flex components can display this font. The stylesheet looks…

Aaron
- 4,634
- 1
- 27
- 43
0
votes
0 answers
AS3: embedding different unicodeRanges of the same fontFamily
I have a question related to font embedding from external swfs.
I have 2 different swfs with different unicode ranges of the same font family (Arial):
[Embed(source='Arial.ttf', unicodeRange="U+0400-04FF", fontFamily="Arial", fontWeight="normal",…

Alex Bazilev
- 11
- 1
- 3
0
votes
1 answer
Embedding ttf fonts doesn't work perfectly Obj C
I'm trying to embed the Open Sans font family (ttf files) into Obj c. I've added them to my info.plist and I'm able to use some of the fonts, but (for instance) the OpenSans-CondLight.ttf font doesn't show up when I check all the fonts embedded.…

Warre Buysse
- 1,335
- 4
- 21
- 39
0
votes
1 answer
How to get characters like š č ć đ ž in xml and flash to appear on website?
I have flash template which pulls text informations from xml file and have been struggling for few days now to get those characters to appear and no luck.
I have read on internet various instructions but i just can't get them to appear on…

lonerunner
- 1,282
- 6
- 31
- 70
0
votes
1 answer
AS3 font embedding - Error message
I would like to embedd a font with AS3 using the "swf method".
The error I get is:
Font "myFont" could not be created
../assets/swf/myFont.swf cannot be transcoded.
As per Google this problem is because of a path-error.
But I think I set the right…

vigri
- 475
- 1
- 5
- 16
0
votes
1 answer
PHP: Using advantages of Unicode glyphs and kerning tables of Open Type fonts (otf) directly for creating PDF as a server response
I working with database of documents, contents from 5 to 20 pages of text data each.
I have three tasks:
To make multilingual output as PDF document. Texts in UTF8 and may content content in english, french, german, russian etc. and combinations…

Ruben Kazumov
- 3,803
- 2
- 26
- 39
-1
votes
1 answer
FPDF behaviour when not adding font
I noticed that PDF-Files generated with PHP using FPDF/FPDI etc grow up extremely when adding/embedding fonts to it. So I tried to avoiding to do if i use well known font-families like arial.
Assuming I only use Arial/Arial-bold and I comment out…

steven
- 4,868
- 2
- 28
- 58