embedded-fonts Questions
5
Solved
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 ...
Cryptology asked 20/11, 2010 at 7:17
2
Solved
I'm embedding a TrueType font into pdf and thus need to create descriptor dictionary for it.
Among the required fields is StemV and I haven't found where in the ttf this info is stored.
I think I s...
Cissoid asked 18/2, 2016 at 15:10
2
I'm embedding a font in my windows forms application as embedded resource, and want to use it in a TextBox.
The help of AddMemoryFont() says I have to set compatible text rendering to true in order...
Stormproof asked 23/12, 2009 at 22:18
8
Solved
I'm aware of the pdftk.exe utility that can indicate which fonts are used by a PDF, and whether they are embedded or not.
Now the problem: given I had PDF files with embedded fonts -- how can I ext...
Huan asked 15/8, 2010 at 15:37
3
Solved
My css has defined the font-family to cascade depending on what fonts are available:
.myfont {
text-transform: uppercase;
font-family: Calibri, Arial, sans-serif;
padding: 2em;
background-col...
Witha asked 16/4, 2012 at 19:10
17
Solved
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 ...
Peggy asked 29/8, 2010 at 12:56
2
Solved
The following code is being used for converting HTML file with CSS to PDF/A-2 using iText5 (this code is from the example provided online):
public static final String HTML = "D:\\PDFA2\\html\\samp...
Takamatsu asked 10/10, 2018 at 9:1
3
Solved
I am trying to embed Google fonts in a WebView in iPad.
If I put this in the head all works fine:
<link href='http://fonts.googleapis.com/css?family=Monofett' rel='stylesheet' type='text/css'&...
Wyattwyche asked 7/9, 2011 at 11:8
10
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 w...
Parfitt asked 14/6, 2011 at 23:24
12
Solved
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, ...
Endearment asked 5/1, 2011 at 18:7
2
Solved
Type1 font /Differences encoding uses strings in mapping of values for example 1 character is encoded to 'one'. It is used for numbers and special characters only.
What is the standard way to use ...
Sharl asked 18/5, 2015 at 10:30
6
Solved
I'd like to create an icon font for use in a web application. fontAwesome, Iconic, fontomas are examples of what I'd like to do but I need to use custom icons. I'm not sure where to start. An...
Pah asked 20/4, 2012 at 22:25
2
Solved
Overview
I am generating a four page PDF document in an iPad application that uses a custom font, Trade Gothic. It is embedding correctly into the application, and looks great.
However, part of t...
Reflex asked 6/7, 2012 at 14:39
1
Solved
I am using an embedded font for the top navigational elements on a site
Helvetica65 and at 16px it is the perfect WIDTH but I need it to be
about 90% of it's current height.
In Photoshop, the solu...
Janot asked 7/8, 2012 at 5:16
2
Solved
I have a CSS file with a @font-face declaration that embeds the font file via a data URI:
@font-face {
font-family: 'Custom-Font';
src: url('eot/font.eot');
src: url('eot/font.eot?#iefix') form...
Sldney asked 15/8, 2011 at 20:5
1
How to get a list of all embedded fonts with their names using AS3.
Necklace asked 31/5, 2012 at 16:16
2
Solved
Is there a way to remove fonts embedded multiple time from a pdf file?
This is my scenario:
1) a program generates several one-page pdf reports (querying a db, putting the info on an excel templ...
Bromeosin asked 16/5, 2012 at 21:28
1
Solved
I have seen many attempts at a cross-browser @font-face syntax including the:
Bulletproof @font-face syntax (specifically the smiley variation)
Mo’ Bulletproofer @Font-Face CSS Syntax
The New Bul...
Aerobiosis asked 2/2, 2012 at 5:38
2
Solved
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 spe...
Cordi asked 16/6, 2011 at 7:46
2
Solved
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...
Mastat asked 14/6, 2010 at 10:10
2
Solved
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 p...
Surgical asked 6/5, 2011 at 11:41
2
Solved
Has anyone figured out how to preload the fonts to stop the flicker/delay?
Echo asked 31/7, 2010 at 20:12
1
© 2022 - 2024 — McMap. All rights reserved.