Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 44116
Collapse All | Expand All

(-)fontconfig-2.2.1.origin/fontconfig/fcfreetype.h (-1 / +2 lines)
Lines 24-30 Link Here
24
24
25
#ifndef _FCFREETYPE_H_
25
#ifndef _FCFREETYPE_H_
26
#define _FCFREETYPE_H_
26
#define _FCFREETYPE_H_
27
#include <freetype/freetype.h>
27
#include <ft2build.h>
28
#include FT_FREETYPE_H
28
29
29
FT_UInt
30
FT_UInt
30
FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
31
FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
(-)fontconfig-2.2.1.origin/src/fcfreetype.c (-8 / +9 lines)
Lines 48-63 Link Here
48
#include <stdio.h>
48
#include <stdio.h>
49
#include <string.h>
49
#include <string.h>
50
#include "fcint.h"
50
#include "fcint.h"
51
#include <freetype/freetype.h>
51
#include <ft2build.h>
52
#include <freetype/internal/ftobjs.h>
52
#include FT_FREETYPE_H
53
#include <freetype/tttables.h>
53
#include FT_INTERNAL_OBJECTS_H
54
#include <freetype/ftsnames.h>
54
#include FT_TRUETYPE_TABLES_H
55
#include <freetype/ttnameid.h>
55
#include FT_SFNT_NAMES_H
56
#include <freetype/t1tables.h>
56
#include FT_TRUETYPE_IDS_H
57
#include FT_TYPE1_TABLES_H
57
58
58
#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
59
#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
59
#include <freetype/ftbdf.h>
60
#include FT_BDF_H
60
#include <freetype/ftmodule.h>
61
#include FT_MODULE_H
61
#define USE_FTBDF
62
#define USE_FTBDF
62
#define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \
63
#define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \
63
			     (f)->driver->root.clazz->get_interface)
64
			     (f)->driver->root.clazz->get_interface)

Return to bug 44116