LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Ugly fonts not fixed with FreeType (https://www.linuxquestions.org/questions/mandriva-30/ugly-fonts-not-fixed-with-freetype-295152/)

d2h78q9rf 02-26-2005 12:13 PM

Ugly fonts not fixed with FreeType
 
Hello,

I use MDK 10.1 and there are really ugly fonts. I found some tutorial how to fix it ( convexhull.com/mandrake_fonts.html ). But when I installed FreeType, nothing had been changed. Windows fonts like Verdana reallz do not look like thez do in Windows.

I also couldn't do this:

"
Now go to the file include/freetype/config/ftoption.h and look for the line

/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
Go ahead and uncomment it:

#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
"

because I didn't find that line in the file ftoption.h

What should I do?

Thank you for your support.

Franklin 02-26-2005 01:17 PM

Quote:

I also couldn't do this: " Now go to the file include/freetype/config/ftoption.h and look for the line /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ Go ahead and uncomment it: #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER " because I didn't find that line in the file ftoption.h
That's kind of the whole deal there chief. It's there, trust me.

Follow the links in my sig. It may be helpful to you.

d2h78q9rf 02-26-2005 02:34 PM

Well, you'll right, it was there, I looked up in the wrong file.

But no improvement has come after I installed it again.

BTW: this I get while configuring and making:

[root@localhost freetype-2.1.9]# ./configure --prefix=/usronfigure --prefix=/usr
..
make: Nothing to be done for `unix'.
[root@localhost freetype-2.1.9]# make
make: Nothing to be done for `all'.

Franklin 02-26-2005 03:35 PM

Quote:

[root@localhost freetype-2.1.9]# ./configure --prefix=/usronfigure --prefix=/usr
..
make: Nothing to be done for `unix'.
[root@localhost freetype-2.1.9]# make
make: Nothing to be done for `all'.
Besides what I hope are typos, the issue is that you have allready configured the package. The easiest solution is to delete the directory, extract the tar again, edit the file to enable the bytecode interpreter, then run ./configure --prefix=/usr again. That should do it for you.

HTH

d2h78q9rf 02-26-2005 04:05 PM

Thank you!
It's great now!

Franklin 02-26-2005 04:20 PM

Glad to hear it.

Another hint: Save the freetype-2.1.9 directory you successfully compiled in. If/when you upgrade X in the future, it may overwite your libs and make things ugly again. If you have the directory, all you have to do is run "make install" from within it and everything will be fixed.


All times are GMT -5. The time now is 04:37 AM.