32#ifndef __NAVIG_FONT_FREETYPE_H_
33#define __NAVIG_FONT_FREETYPE_H_
60 struct point *ret,
int estimate);
char data
Definition garmin_img.c:2
int size
Definition garmin_img.c:3
flags
Definition gui_internal.h:26
struct navit struct traffic_methods * meth
Definition plugin_def.h:36
Definition font_freetype.c:59
Definition font_freetype.h:100
int dy
Definition font_freetype.h:101
int y
Definition font_freetype.h:101
int dx
Definition font_freetype.h:101
int x
Definition font_freetype.h:101
int w
Definition font_freetype.h:101
int h
Definition font_freetype.h:101
unsigned char * pixmap
Definition font_freetype.h:102
Definition font_freetype.h:43
void(* get_text_bbox)(struct graphics_priv *gr, struct font_freetype_font *font, char *text, int dx, int dy, struct point *ret, int estimate)
Definition font_freetype.h:59
void(* destroy)(void)
Definition font_freetype.h:44
void(* text_destroy)(struct font_freetype_text *text)
Definition font_freetype.h:62
int(* get_glyph)(struct font_freetype_glyph *glyph, unsigned char *data, int stride, struct color *fg, struct color *bg, struct color *tr)
Get a glyph bitmap.
Definition font_freetype.h:96
int(* get_shadow)(struct font_freetype_glyph *glyph, unsigned char *data, int stride, struct color *fg, struct color *tr)
Get glyph "shadow", a glyph bitmap to be used as background.
Definition font_freetype.h:78
Definition font_freetype.h:105
struct font_freetype_glyph * glyph[0]
Definition font_freetype.h:107
int glyph_count
Definition font_freetype.h:106
Definition graphics.h:162
Definition graphics_android.c:37