any ttf/otf headers reader?

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi guys, does anybody know if there is some sort of C# (or other-language I
could translate into C#) library for reading the 'header' information of
truetype/opentype font files, such as font name, copyright, version,
charcodes defined, codepages, and so forth...? I do not need reading glyph
countours or hinting, but only such generic information about a font file.

Thanx in advance!
 
Hi Dan,

It seemed that there are few .net samples of it.
The link below is a MFC sample about how to get filename from a TTF
file, I think you can get some information from it.
Maybe it needs interop in .net to do it.

Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Dan" <[email protected]>
| Subject: any ttf/otf headers reader?
| Date: Mon, 1 Sep 2003 09:16:32 +0200
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: ppp-217-133-158-66.cust-adsl.tiscali.it 217.133.158.66
| Path:
cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA06.phx.gbl!TK2MSFTNGXA0
5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:181241
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Hi guys, does anybody know if there is some sort of C# (or other-language
I
| could translate into C#) library for reading the 'header' information of
| truetype/opentype font files, such as font name, copyright, version,
| charcodes defined, codepages, and so forth...? I do not need reading glyph
| countours or hinting, but only such generic information about a font file.
|
| Thanx in advance!
|
|
|
 
Dan said:
Hi guys, does anybody know if there is some sort of C# (or other-language I
could translate into C#) library for reading the 'header' information of
truetype/opentype font files, such as font name, copyright, version,
charcodes defined, codepages, and so forth...? I do not need reading glyph
countours or hinting, but only such generic information about a font file.

How urgently do you need this? The specifications are available (search
on www.wotsit.org) and I'd be interested enough to have a look at this
in spare time, but you probably wouldn't get any results before the end
of the week. Is that soon enough?
 
Thanks guys! Well John, sure I can wait the end of the week... if you have
any news, I'll be glad to read them here! Thanks again...
 
Back
Top