Re: pango_ft2_font_get_coverage
- From: Alex Larsson <alexl redhat com>
- To: Matthias Clasen <matthiasc poet de>
- Cc: <gtk-devel-list gnome org>
- Subject: Re: pango_ft2_font_get_coverage
- Date: Fri, 23 Nov 2001 11:18:38 -0500 (EST)
On Fri, 23 Nov 2001, Matthias Clasen wrote:
> Looking at the undocumented functions in pango 0.22,
> I notice pango_ft2_font_get_coverage isn't static like
> the other get_coverage implementations, thus it shows up
> as an undocumented function. The reason that it can't be
> static is that it is used in modules/basic/basic-ft2.c:
>
> static PangoCoverage *
> basic_engine_get_coverage (PangoFont *font,
> PangoLanguage *lang)
> {
> return pango_ft2_font_get_coverage (font, lang);
> }
>
>
> Is there any reason that this cannot be implemented like the
> corresponding function in modules/basic/basic-xft.c ?
>
>
> static PangoCoverage *
> basic_engine_get_coverage (PangoFont *font,
> PangoLanguage *lang)
> {
> return pango_font_get_coverage (font, lang);
> }
Not really.
/ alex
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]