freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: mpsuzuki
Subject: Re: [ft-devel] loading fonts with signature 'OTTO'
Date: Fri, 5 Mar 2010 23:52:28 +0900

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
0000000   O   T   T   O  \0 017  \0 200  \0 003  \0   p   B   A   S   E
0000020 205 217 214 254  \0 005 320 374  \0  \0  \0 330   C   F   F    
0000040 262 317 033   E  \0  \0   @ 344  \0 005   0   a   D   S   I   G
0000060 202   J 266   $  \0 005 321 324  \0  \0 024   l   G   S   U   B
0000100 213   , 242 337  \0 005 233   p  \0  \0  \f  \0   O   S   /   2
0000120   Z   $ 260 260  \0  \0 001   `  \0  \0  \0   `   V   O   R   G
0000140 003   q  \0  \0  \0 005 247   p  \0  \0  \0  \b   c   m   a   p
0000160 257 262 002  \v  \0  \0  \b  \f  \0  \0   8 270   h   e   a   d
0000200 335 207 347 004  \0  \0  \0 374  \0  \0  \0   6   h   h   e   a
0000220  \n 223  \r   Q  \0  \0 001   4  \0  \0  \0   $   h   m   t   x
0000240 240 350 037   d  \0 005 247   x  \0  \0   )   `   m   a   x   p
0000260  \n 272   P  \0  \0  \0 001   X  \0  \0  \0 006   n   a   m   e
0000300   L 313   %   %  \0  \0 001 300  \0  \0 006   I   p   o   s   t
0000320 377 270  \0   2  \0  \0   @ 304  \0  \0  \0       v   h   e   a
0000340  \n   % 033 334  \0 005 320 330  \0  \0  \0   $   v   m   t   x
0000360 307 240   !   N  \0 005   q   H  \0  \0   *   (  \0 001  \0  \0

$ ftdump MunhwaGothicStd-Bold.otf
There is 1 face in this file.

----- Face number: 0 -----

font name entries
   family:     Munhwa Gothic Std
   style:      B
   postscript: MunhwaGothicStd-Bold

font type entries
   FreeType driver: cff
   sfnt wrapped:    yes
   type:            scalable
   direction:       horizontal, vertical
   fixed width:     no
   glyph names:     no
   EM size:         1000
   global BBox:     (-130,-250):(954,916)
   ascent:          880
   descent:         -120
   text height:     2000
   glyph count: 2746

charmaps
   0: platform 0, encoding 3
   1: platform 1, encoding 3
   2: platform 3, encoding 1 (active)

Could you post more detailed info about the font you had trouble?
I wish if the font is available publicly.

Regards,
mpsuzuki

On Fri, 05 Mar 2010 13:40:49 +0000
Graham Asher <address@hidden> 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, and experimented with various drivers, but without success, so 
>forgive me for asking: the answer isn't obvious to me.
>
>Thanks in advance,
>
>Graham Asher
>
>
>
>_______________________________________________
>Freetype-devel mailing list
>address@hidden
>http://lists.nongnu.org/mailman/listinfo/freetype-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]