Mercurial > MadButterfly
comparison src/shape_stext.c @ 763:69ee361bf259
Merge
author | wycc |
---|---|
date | Sat, 28 Aug 2010 23:19:36 +0800 |
parents | 5781b2485e38 |
children | 586e50f82c1f |
comparison
equal
deleted
inserted
replaced
762:6133319d3fb4 | 763:69ee361bf259 |
---|---|
355 matrix[0] = font_sz; | 355 matrix[0] = font_sz; |
356 matrix[1] = 0; | 356 matrix[1] = 0; |
357 matrix[2] = shift_x; | 357 matrix[2] = shift_x; |
358 matrix[3] = 0; | 358 matrix[3] = 0; |
359 matrix[4] = font_sz; | 359 matrix[4] = font_sz; |
360 matrix[5] += shift_y; | 360 matrix[5] = shift_y; |
361 matrix_mul(noshift_aggr, matrix, scaled_matrix); | 361 matrix_mul(noshift_aggr, matrix, scaled_matrix); |
362 | 362 |
363 scaled = make_scaled_font_face_matrix(face, scaled_matrix); | 363 scaled = make_scaled_font_face_matrix(face, scaled_matrix); |
364 | 364 |
365 return scaled; | 365 return scaled; |