Public bug reported:

Binary package hint: msttcorefonts

since vista and office 2007 new fonts are available. Is it possible to include 
them?
they are:
calibri
cambria 
candara
consola
constan
corbel

they are located in the power point viewer executable (PowerPointViewer.exe). 
they can be extracted through cabextract:
TMPDIR=`mktemp -d`
cabextract -L -F ppviewer.cab -d "$TMPDIR" PowerPointViewer.exe
sudo mkdir /usr/share/fonts/truetype/vista
sudo cabextract -L -F '*.TTF' -d /usr/share/fonts/truetype/vista 
"$TMPDIR/ppviewer.cab"
sudo chmod 644 /usr/share/fonts/truetype/vista/*
fc-cache -fv /usr/share/fonts/truetype/vista

** Affects: msttcorefonts (Ubuntu)
     Importance: Undecided
         Status: New

-- 
add vista/office2007 fonts
https://bugs.launchpad.net/bugs/240409
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to