Tagged Questions
The opentype tag has no wiki summary.
8
votes
2answers
3k views
Has anyone had success using custom otf fonts on the iPhone?
It looks like there a few working solutions for using custom true type fonts (ttf) on the iPhone, most notably ...
7
votes
2answers
51 views
How can I call 'Swash'/'Stylistic Set' Characters from an OpenType font in HTML?
I'm working on a project right now that within the OpenType font has several variations of the same character. All the characters have the same Unicode ID but have different GID numbers and some other ...
3
votes
2answers
248 views
using @font-face for 2 fonts causing big slow-down
This is the first time I've used @font-face. The font pack is from myfonts.com and I'm currently testing in Safari and noticed through the web inspector that the css file, which loads the 2 fonts ...
2
votes
1answer
141 views
OpenType font kerning with itext
I am using itext and ColdFusion (java) to write text strings to a PDF document. I have both trueType and openType fonts that I need to use. Truetype fonts seem to be working correctly, but the kerning ...
2
votes
3answers
687 views
Convert Arabic TTF/OTF fonts to woff, eof?
First I know there are similar questions to mine,
and I do tried Font Squirrel Generator for tons of Arabic fonts, all of them render text in English correctly but none of them worked with Arabic ...
2
votes
1answer
121 views
Character to Glyph mapping table
I am following the documentation on apple.com http://developer.apple.com/fonts/ttrefman/RM06/Chap6cmap.html.
I managed to get The 'cmap' encoding subtables. I know 100% that platformID, ...
2
votes
1answer
90 views
How do I change the Typography defaults in WPF?
When a WPF applications starts, it has some standard settings that are applied to determine how text and numbers will look. Is there any way for me to change these default settings programatically?
...
2
votes
2answers
932 views
Can anyone recomend a Python PDF generator with OpenType (.OTF) support?
After asking this question back in November, I've been very happy with ReportLab for all of my python pdf-generation needs.
However, it turns out that while ReportLab will use regular TrueType (TTF) ...
1
vote
0answers
71 views
Access opentype glyph names from WPF
Is there a way to access opentype glyph names in Windows Presentation Foundation? I want to display a glyph on a canvas, but the glyph is a special glyph in a special font, so there is no standard ...
1
vote
1answer
258 views
Parsing information from TrueType font
This is PHP code I have so far:
https://gist.github.com/2eeba2ff31ebecb526e2
This is the result:
https://gist.github.com/cf07fe90922ac3dfcd22
Now say I need to get information that is referenced ...
1
vote
1answer
406 views
PHP: Read TrueType/OpenType metadata of the font file
How to read the fonts details? For example, fonts contain information like copyright, family name, designer, version, and more in their metadata. I would like also the script to be able to count the ...
1
vote
2answers
105 views
Finding out what characters a font supports
How do I extract the list of supported Unicode characters from a TrueType or embedded OpenType font on Linux?
Is there a tool or a library I can use to process a .ttf or a .eot file and build a list ...
1
vote
2answers
278 views
OpenType programming
Hi all
Recently i asked two questions (1 and 2) about using OpenType features in programs written by python and .net languages, but didn't get an answer. i realized there is no way to change text ...
1
vote
2answers
372 views
how to write programs using advanced OpenType features?
How could I write a simple program using OpenType tables in order to dynamically render text?
please answer in :
assembly , C , C++ , C# , java or Python (and a little WPF:-)
or introduce ...
1
vote
1answer
169 views
How to use OpenType fonts in a PostScript program?
I am writing a PostScript program to print name badges and would like to include an OpenType font such that I can use it later on. OpenType files are binary files and I am looking for advice how such ...
1
vote
1answer
537 views
Looking for a simple OpenType API for .NET
Does anyone know of a good library that can parse OpenType files and provides information about font features in simple, understandable OO format? Thanks.
0
votes
0answers
13 views
Custom UIFont baseline shifted
I'm having a problem with custom UIFonts. I load 6 of them (font A in regular/bold/regularItalic/boldItalic, font B in condensed/condensedSlanted variants).
However, here is what it gives when ...
0
votes
2answers
91 views
Convert CFF fonts into OpenType fonts programatically
Does anyone have any pointers where I can find extra information on how to create an opentype wrapper around a CFF font?
Currently I have a parser for CFF files so I can get all sorts of information ...
0
votes
1answer
114 views
how do i convert OTF to TTF so that subpixel rendering (anti-aliasing) is ON?
okay. according to @fontface, OpenType PS does NOT have subpixel rendering when converted and used on Windows platforms. Crap Factor = 9. my question is, since it's cakey-pants to convert OpenType ...
0
votes
0answers
51 views
Embedding OpenType features only in Flash
I'm currently working with a font that has plenty of OpenType features like swashes and contextual alternates. I'd like to know if there's a way to embed only the glyphs that correspond to the swashes ...
0
votes
0answers
94 views
Why does Core Text return Myriad Pro Semibold when requesting a bold version of Myriad Pro
I have the common Adobe Myriad Pro fonts installed. These include Myriad Pro Regular, Myriad Pro Bold and Myriad Pro Semibold. Assume that I have a CTFontRef baseFont that points to Myriad Pro ...
0
votes
0answers
210 views
is OpenType TTF font will work in iOS 3.2
We want to use custom font in iOS app. We find iOS provide core text api, which take ".ttf" as input and use font from this file.
We are planning to use ...
0
votes
0answers
52 views
FontForge / PHP
Anyone out there ever worked with Fontforge (or TTX) to read the meta data of OpenType fonts? For example, run a command with a font file value, and have it return such details of not just the ...
0
votes
0answers
812 views
Open Type fonts not showing up in Flash CS5
I'm working with a variety of Open Type fonts and none of them are showing up in the Font dropdown list in the Properties panel. I recently downgraded from OS X 10.6.7 to 10.6.6 due to a similar font ...
0
votes
0answers
102 views
How to specify OpenType features to reverse glyphs in CombiNumerals font?
For an application to present "go" commentary in the browser, I am experimenting with the CombiNumerals font (http://www.fontsite.com/download-free-fonts/combinumerals-ltd/). However, I cannot figure ...
0
votes
1answer
101 views
Wrong bbox or descent with @font-face and opentype font
I embedded a opentype font with @font-face. Works fine, but the bbox or descent (or baseline/descent line?) is wrong on certain browsers/OSs. The problem is e.g. on a Mac the bbox is not right, that ...
0
votes
1answer
407 views
OpenType Font Parsing for Pleasure and Profit (anyone understand these stupid tables?)
So, this is mainly for fun, I'm poking around and trying to find my way inside a few fonts and i have a few questions i'd reeally appreciate some help on if anyone has done this kind of stuff.
cmap ...
0
votes
1answer
108 views
How to write outline data into .otf files?
I need to edit or completely replace outline data (bezier curves) of OpenType fonts. the input data is an EPS file that i have to write it into one specified glyph of an otf file with a certain ...
0
votes
2answers
215 views
OpenType with Python
is there a python library for supporting OpenType features? where can i get it?
please do not guide to fontforge, i live in Iran , so i can not download anything from them.
0
votes
1answer
508 views
Unable to use Opentype font with visual studio 2008
I am using Windows XP, and trying to use MyriadPro Opentype font with Visual Studio 2008.
I can use this font with Wordpad, but Visual Studio IDE does not show this Font in Font property for a ...