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

(-)source/blender/blenfont/intern/blf_glyph.c (-2 / +2 lines)
Lines 262-269 Link Here
262
	g->xoff = -1;
262
	g->xoff = -1;
263
	g->yoff = -1;
263
	g->yoff = -1;
264
	bitmap = slot->bitmap;
264
	bitmap = slot->bitmap;
265
	g->width = bitmap.width;
265
	g->width = (int)bitmap.width;
266
	g->height = bitmap.rows;
266
	g->height = (int)bitmap.rows;
267
267
268
	if (g->width && g->height) {
268
	if (g->width && g->height) {
269
		if (sharp) {
269
		if (sharp) {

Return to bug 532640