imlib_font_max_descent_get 3681 src/lib/api.c     return imlib_font_max_descent_get(ctx->font);
imlib_font_max_descent_get   69 src/lib/font.h int                 imlib_font_max_descent_get(ImlibFont * fn);
imlib_font_max_descent_get   82 src/lib/font_draw.c    h = imlib_font_max_ascent_get(fn) - imlib_font_max_descent_get(fn);
imlib_font_max_descent_get   75 src/lib/font_query.c       *h = imlib_font_max_ascent_get(fn) - imlib_font_max_descent_get(fn);      /* TODO: compute this inside the loop since we now may be dealing with multiple fonts */
imlib_font_max_descent_get  172 src/lib/font_query.c    desc = imlib_font_max_descent_get(fn);
imlib_font_max_descent_get  255 src/lib/font_query.c    desc = imlib_font_max_descent_get(fn);