[ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread Graham Asher
Does anyone know whether FreeType supports fonts with the signature (first 4 bytes) 'OTTO', and if so, which drivers are needed, and in which version was support added for this format? I have googled for some time, and experimented with various drivers, but without success, so forgive me for

Re: [ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread mpsuzuki
I think default configuration of FT2 can load CFF OpenType (pathname suffix is .otf and the first 4 bytes is OTTO). $ wget http://examples.oreilly.de/english_examples/nutshell/cjkv/adobe/samples/MunhwaGothicStd-Bold.otf $ od -c MunhwaGothicStd-Bold.otf 000 O T T O \0 017 \0 200

Re: [ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread Tor Andersson
On Fri, Mar 5, 2010 at 2:40 PM, Graham Asher graham.as...@btinternet.com wrote: Does anyone know whether FreeType supports fonts with the signature (first 4 bytes) 'OTTO', and if so, which drivers are needed, and in which version was support added for this format? I have googled for some time,

Re: [ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread Graham Asher
Thanks - can you tell me which version this support was introduced in? I am using FreeType 2.3.7, and it doesn't work even though I have enabled and built the relevant drivers. Graham Tor Andersson wrote: On Fri, Mar 5, 2010 at 2:40 PM, Graham Asher graham.as...@btinternet.com wrote:

Re: [ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread James Cloos
Graham == Graham Asher graham.as...@btinternet.com writes: Graham Thanks - can you tell me which version this support was Graham introduced in? I am using FreeType 2.3.7, and it doesn't work Graham even though I have enabled and built the relevant drivers. Git shows that the cff driver was

Re: [ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread Graham Asher
Thanks - I'll experiment further. But the addition of the CFF driver is not sufficient. What we have here is a CFF font packaged inside something else, I think. Graham James Cloos wrote: Graham == Graham Asher graham.as...@btinternet.com writes: Graham Thanks - can you tell

Re: [ft-devel] loading fonts with signature 'OTTO'

2010-03-05 Thread James Cloos
Graham == Graham Asher graham.as...@btinternet.com writes: Graham What we have here is a CFF font packaged inside something else, Graham I think. Yes, CFF inside a SFNT container; what the public know as otf fonts. When Werner added docs/formats.txt in 2004, ft already supported OTTO, and that