]> git.pld-linux.org Git - packages/fbterm.git/blame - fbterm-fonts-pl.patch
- added the font-lang.patch with the font-lang option
[packages/fbterm.git] / fbterm-fonts-pl.patch
CommitLineData
dbaab935 1--- fbterm-1.6/src/font.cpp.old 2010-01-16 17:21:38.000000000 +0100
2+++ fbterm-1.6/src/font.cpp 2010-01-16 17:21:58.000000000 +0100
3@@ -56,7 +56,7 @@ Font *Font::createInstance()
4 Config::instance()->getOption("font-size", pixel_size);
5 FcPatternAddDouble(pat, FC_PIXEL_SIZE, (double)pixel_size);
6
7- FcPatternAddString(pat, FC_LANG, (FcChar8 *)"en");
8+ FcPatternAddString(pat, FC_LANG, (FcChar8 *)"pl");
9
10 FcConfigSubstitute(NULL, pat, FcMatchPattern);
11 FcDefaultSubstitute(pat);
This page took 0.04554 seconds and 4 git commands to generate.