[MPlayer-cvslog] r21336 - trunk/libass/ass_font.c
eugeni
subversion at mplayerhq.hu
Mon Nov 27 18:34:47 CET 2006
Author: eugeni
Date: Mon Nov 27 18:34:47 2006
New Revision: 21336
Modified:
trunk/libass/ass_font.c
Log:
Cosmetics: reindent.
Modified: trunk/libass/ass_font.c
==============================================================================
--- trunk/libass/ass_font.c (original)
+++ trunk/libass/ass_font.c Mon Nov 27 18:34:47 2006
@@ -97,21 +97,21 @@
font->v.x != v->x ||
font->v.y != v->y
) {
- font->m.xx = m->xx;
- font->m.xy = m->xy;
- font->m.yx = m->yx;
- font->m.yy = m->yy;
- font->v.x = v->x;
- font->v.y = v->y;
- FT_Set_Transform(font->face, &font->m, &font->v);
+ font->m.xx = m->xx;
+ font->m.xy = m->xy;
+ font->m.yx = m->yx;
+ font->m.yy = m->yy;
+ font->v.x = v->x;
+ font->v.y = v->y;
+ FT_Set_Transform(font->face, &font->m, &font->v);
}
}
void ass_font_set_size(ass_font_t* font, int size)
{
if (font->size != size) {
- font->size = size;
- FT_Set_Pixel_Sizes(font->face, 0, size);
+ font->size = size;
+ FT_Set_Pixel_Sizes(font->face, 0, size);
}
}
More information about the MPlayer-cvslog
mailing list