Projet C IG (1A)

IHM (2A)


VR/AR/Post-WIMP (3A)


Projet image (2A)


HCI (MoSIG 2)


Test Logiciel


Projects Docs

Le texte s'affiche mal

Le problème apparaît avec une version récente de sdl_ttf (2.0.18). Il faut installer une version plus ancienne.

Avec MacOS

si vous avez installé la libsdl2_ttf à partir de mac ports. Pour connaître la version installée sur votre machine:

 % port installed libsdl2_ttf
    The following ports are currently installed:
    libsdl2_ttf @2.0.18_1 (active)

Récupérez et compilez une version antérieure qui fonctionne :

  % cd /tmp
  % git clone --single-branch https://github.com/macports/macports-ports.git
  % cd macports-ports
  % git checkout 65a407c6d754f20c0972fdd8f43f6af093757771
  % cd devel/libsdl2_ttf
  % sudo port install

Vérifiez que c'est maintenant le version 2.0.15 qui est active :

  % port installed libsdl2_ttf
    The following ports are currently installed:
    libsdl2_ttf @2.0.15_0 (active)
    libsdl2_ttf @2.0.18_1

Avec archlinux et dérivés (manjaro, etc.)

Installer la commande downgrade si elle n'est pas déjà présente :

 $ sudo pacman -S downgrade

Downgrader la SDL2_ttf (en choisissant la "2.0.15 2 remote" parmi les options proposées)

 $ sudo DOWNGRADE_FROM_ALA=1 downgrade sdl2_ttf
Edit - History - Upload - Print - Recent Changes - Search
Page last modified on April 25, 2022, at 03:56 PM