Tagged Questions
The opentypefont tag has no wiki summary.
2
votes
1answer
329 views
Is it possible to use otf fonts on winforms?
I've tried using Open Type Fonts both for labels, textboxes and when drawing in a paint-event. But it doesn't work. Is there any way to make Open Type Font work?
2
votes
1answer
122 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, ...
1
vote
1answer
21 views
How to convert Japanese OTF fonts to use with FOP
I need to generate a Japanese language PDF document formatted with a Japanese font, using Formatting Objects Processor (FOP). I have a few potential OTF fonts that I would like to use. Unfortunately, ...
1
vote
1answer
364 views
OTF, TTF font cmap table
I have managed to get the cmap from the OTF file, which looks like this:
object(SimpleXMLElement)#4 (3) {
["tableVersion"]=>
object(SimpleXMLElement)#5 (1) {
["@attributes"]=>
...
1
vote
1answer
369 views
Install Fonts (TTF/OTF) during software installation
I have an NSIS installer that needs to install a few fonts on the user's computer (some are TTF sone are OTF). I was looking for anything that can support that with no luck.
Does anyone know if ...
1
vote
2answers
618 views
Converting OpenTypeFonts with PostScript outlines to TrueType fonts
I'm using Silverlight and need to display some OTF fonts. Now Silverlight supports OTF fonts in version 4 but it does not seem to support OTF fonts with PostScript outlines. I have some OTF fonts with ...
0
votes
0answers
26 views
What happens when two different features refer to the same lookup. Which one will be the first to apply?
I'm concerned about this specific comment on this site
"To implement features, a client applies the lookups in the order the lookup definitions occur in the LookupList. As a result, within the GSUB ...
0
votes
0answers
211 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
1answer
360 views
Java: Usage of OTF fonts, chekcing if particular font exists
I am working on a Java program that checks XML files for characters that have no glyph representation in a certain font (with Font.canDisplay())
The XML files should be utf-8 encoded by default. ...
0
votes
0answers
82 views
Can we use all Open Type Fonts with the @font-face rule without any legal consequences?
I have read that not all fonts can be used with @font-face rule. Does the Open type font format allow us to use the font with @font-face. If not what do i look in the EULA in the font that will let me ...
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
2answers
3k views
How to use Open Type Fonts in Java?
Is there a way to read Open Type Fonts in Java the same way as i do it with TrueType Fonts ?
This works perfectly for TTF but i did not figure out yet how to do the same with Open Type Fonts.
Font f ...