[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Exposing 'Get_Name()
From: |
David Turner |
Subject: |
Re: [Devel] Exposing 'Get_Name() |
Date: |
Sun, 07 Oct 2001 14:41:39 +0200 |
Hi Leonard,
> >The function you want is documented in ftsnames.h and is called
> >FT_Get_Sfnt_Name. It is publically exported.
> >
>
> Excellent, thanks! Then you should probably modify sfobjs.c
> to use it instead of it's private copy of Get_Name().
>
Actually, you probably got it backwards. FT_Get_Sfnt_Name is the
public function, and calls the Get_Name in "sfobjs.c" through
virtual function calls, so there's nothing to modify here..
Cheers,
- David
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] Exposing 'Get_Name(),
David Turner <=