Fix font heights now that the renderer is capable

This commit is contained in:
Stefan `Sec` Zehl 2011-05-12 14:18:06 +02:00
parent a118098eae
commit 410bfc2e0d
6 changed files with 6 additions and 6 deletions

View File

@ -817,7 +817,7 @@ const FONT_CHAR_INFO dejaVuSans9ptCharDescriptors[] =
};
/* Font information for DejaVu Sans 9pt */
const struct FONT_DEF Font_dejaVu9pt = {0,16,' ','~',
const struct FONT_DEF Font_dejaVu9pt = {0,13,' ','~',
dejaVuSans9ptCharBitmaps, /* Character bitmap array */
dejaVuSans9ptCharDescriptors, /* Character decriptor array */
};

View File

@ -904,7 +904,7 @@ const FONT_CHAR_INFO dejaVuSansBold9ptCharDescriptors[] =
};
/* Font information for DejaVu Sans 9pt */
const struct FONT_DEF Font_dejaVuBold9pt = {0,16,' ','~',
const struct FONT_DEF Font_dejaVuBold9pt = {0,13,' ','~',
dejaVuSansBold9ptCharBitmaps, /* Character bitmap array */
dejaVuSansBold9ptCharDescriptors, /* Character decriptor array */
};

View File

@ -765,7 +765,7 @@ const FONT_CHAR_INFO dejaVuSansCondensed9ptCharDescriptors[] =
};
/* Font information for DejaVu Sans Condensed 9pt */
const struct FONT_DEF Font_dejaVuCondensed9pt = {0,16,' ','~',
const struct FONT_DEF Font_dejaVuCondensed9pt = {0,13,' ','~',
dejaVuSansCondensed9ptCharBitmaps, /* Character bitmap array */
dejaVuSansCondensed9ptCharDescriptors, /* Character decriptor array */
};

View File

@ -1060,7 +1060,7 @@ const FONT_CHAR_INFO dejaVuSansMono8ptCharDescriptors[] =
};
/* Font information for DejaVu Sans Mono 8pt */
const struct FONT_DEF Font_dejaVuMono8pt = {8,16,' ','~',
const struct FONT_DEF Font_dejaVuMono8pt = {8,13,' ','~',
dejaVuSansMono8ptCharBitmaps, /* Character bitmap array */
dejaVuSansMono8ptCharDescriptors, /* Character decriptor array */
};

View File

@ -1060,7 +1060,7 @@ const FONT_CHAR_INFO dejaVuSansMonoBold8ptCharDescriptors[] =
};
/* Font information for DejaVu Sans Mono 8pt */
const struct FONT_DEF Font_dejaVuMonoBold8pt = {8,16,' ','~',
const struct FONT_DEF Font_dejaVuMonoBold8pt = {8,13,' ','~',
dejaVuSansMonoBold8ptCharBitmaps, /* Character bitmap array */
dejaVuSansMonoBold8ptCharDescriptors, /* Character decriptor array */
};

View File

@ -1060,7 +1060,7 @@ const FONT_CHAR_INFO bitstreamVeraSansMono9ptCharDescriptors[] =
};
/* Font information for Bitstream Vera Sans Mono 9pt */
const struct FONT_DEF Font_VeraMono9pt = {8, 10, ' ', '~',
const struct FONT_DEF Font_VeraMono9pt = {8, 14, ' ', '~',
bitstreamVeraSansMono9ptCharBitmaps,
bitstreamVeraSansMono9ptCharDescriptors
};