Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8435 → Rev 8436

/contrib/media/updf/pdf/pdf_font.c
87,7 → 87,10
 
static int ft_kind(FT_Face face)
{
const char *kind = FT_Get_X11_Font_Format(face);
/// STUB ///
//const char *kind = FT_Get_X11_Font_Format(face);
const char *kind = "TrueType";
if (!strcmp(kind, "TrueType"))
return TRUETYPE;
if (!strcmp(kind, "Type 1"))