|
static cairo_t * | prvCreateRender (int32_t width, int32_t height, cairo_surface_t **surf, unsigned char **buffer) |
|
static void | prvGetSize (PangoLayout *layout, double scale, double *width, double *height) |
|
static void | prvGetCoordCornerLeftDown (PangoLayout *layout, double x, double y, unsigned char justify, double scale, double *xCornerLeftDown, double *yCornerLeftDown, double *widthTextOpt, double *heightTextOpt, double *descent) |
|
static void | prvGetCoordCornerLeftDownWithDescent (PangoLayout *layout, double x, double y, unsigned char justify, double scale, double *xCornerLeftDown, double *yCornerLeftDown, double *widthTextOpt, double *heightTextOpt) |
|
static void | prvSetTextToLayout (const std::string &text, double height, double *scale, PangoLayout *layout) |
|
static cairo_t * | prvCreateLayoutContext () |
|
static void | prvSetFont (PangoLayout *layout, const char *nameFont) |
|
static void | prvSetTextWeightAndStyle (PangoFontDescription *fontDesc, const iv::ui::TextModifier &textModifier) |
|