BubuXP wrote:I'm courious about your results.
I dared to install your packages

BubuXP wrote:I'm courious about your results.
BubuXP wrote:It's free software, you can do whatever you want until you respect the license
stevepusser wrote:BubuXP wrote:It's free software, you can do whatever you want until you respect the license
OK...I assume you mean until I "disrespect" the license.
fontconfig-infinality_1-2_all.deb
freetype-infinality_2.4.12-1_all.deb
libfreetype-infinality6_2.4.12-1_amd64.deb
bester69 wrote:You wont change my mind when I know Im right, Im not an ...
bester69 wrote:Hi,
Im some lost about how this is going on, right now i've installed infinality files:fontconfig-infinality_1-2_all.deb
freetype-infinality_2.4.12-1_all.deb
libfreetype-infinality6_2.4.12-1_amd64.deb
Im using stretch debian, and im using a Windows7/10 configuration fonts:
- Segoe UI fonts (Windows10)
Can i improve my "Segoe UI fonts" installing something new/different??
regards.
jim_p wrote:bester69 wrote:Hi,
Im some lost about how this is going on, right now i've installed infinality files:fontconfig-infinality_1-2_all.deb
freetype-infinality_2.4.12-1_all.deb
libfreetype-infinality6_2.4.12-1_amd64.deb
Im using stretch debian, and im using a Windows7/10 configuration fonts:
- Segoe UI fonts (Windows10)
Can i improve my "Segoe UI fonts" installing something new/different??
regards.
The stuff you have installed is simply... ancient
Remove them and install their newer versions from here if you are on testing/unstable
https://drive.google.com/drive/folders/ ... jgtaGV5U2c
or here if you are on stable (jessie)
https://drive.google.com/drive/folders/ ... mM5TE5YVUE
bester69 wrote:You wont change my mind when I know Im right, Im not an ...
bester69 wrote:You wont change my mind when I know Im right, Im not an ...
BubuXP wrote:I compiled also the latest version of Fontconfig and patched it for best look when used with FreeType 2.7 (everything vanilla, no Infinality patches at the moment).
Basically, I enabled by default the full hinting (but you must enable it also in your desktop environment's fonts settings) and blacklisted the URW fonts (e.g. Nimbus). Other changes and details in the package changelog.
Download here:
https://drive.google.com/open?id=0B7AdL ... jJScGlWVGM
The sources compile just fine in OpenSuse build service, I tested it.
make -j1 install DESTDIR=/tmp/libpng1.6-1.6.26/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/libpng1.6-1.6.26'
make install-am
make[2]: Entering directory '/tmp/libpng1.6-1.6.26'
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o pngtest pngtest.o libpng16.la -lm -lz -lm
libtool: link: gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed -o .libs/pngtest pngtest.o ./.libs/libpng16.so -lz -lm
/usr/bin/ld: pngtest.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
pngtest.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:983: recipe for target 'pngtest' failed
make[2]: *** [pngtest] Error 1
make[2]: Leaving directory '/tmp/libpng1.6-1.6.26'
Makefile:1908: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/tmp/libpng1.6-1.6.26'
dh_auto_install: make -j1 install DESTDIR=/tmp/libpng1.6-1.6.26/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2
debian/rules:13: recipe for target 'binary' failed
make: *** [binary] Error 2
joefso wrote:can someone updated the infinality packages for stretch? I do not know how to do it myself.srry
$ cat /etc/fonts/conf.d/21-hint-ubuntu.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Ubuntu -->
<match target="font">
<test name="family">
<string>Ubuntu</string>
</test>
<edit name="hintstyle">
<const>hintslight</const>
</edit>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
<!-- Ubuntu Condensed -->
<match target="font">
<test name="family">
<string>Ubuntu Condensed</string>
</test>
<edit name="hintstyle">
<const>hintslight</const>
</edit>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
<!-- Ubuntu Mono -->
<match target="font">
<test name="family">
<string>Ubuntu Mono</string>
</test>
<edit name="hintstyle">
<const>hintslight</const>
</edit>
<edit name="autohint">
<bool>true</bool>
</edit>
</match>
</fontconfig>
Return to Docs, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 8 guests