Instalando true type fonts en Ubuntu
Algunas aplicaciones pueden requerir la instalación de las Ms True Type fonts en Linux. En particular, estaba necesitando las fuentes para usar iReport y no estaban disponibles para la JVM así que aquí vamos.
Esto es poco mas que un ayuda-memoria porque la instalación sobre Ubuntu es realmente muy sencilla usando apt-get
De aquí en más se asume que se está trabajando como root:
root@csomma-laptop:/home/csomma# apt-get install msttcorefonts
….. después de descargar los paquetes y ejecutar la instalación…
All done, no errors.
All fonts downloaded and installed.
Updating fontconfig cache for /usr/share/fonts/truetype/msttcorefonts
No CIDSupplement specified for Dotum-Bold, defaulting to 0.
No CIDSupplement specified for Batang-Regular, defaulting to 0.
No CIDSupplement specified for Batang-Bold, defaulting to 0.
No CIDSupplement specified for Dotum-Regular, defaulting to 0.
Updating fontconfig cache for /usr/share/fonts/truetype/msttcorefonts
Así de simple, fácil y rápido. Hasta la próxima entrada…

Comentarios recientes