Search Criteria
Package Details: ttf-vista-fonts 1-10
Git Clone URL: | https://aur.archlinux.org/ttf-vista-fonts.git (read-only, click to copy) |
---|---|
Package Base: | ttf-vista-fonts |
Description: | Microsoft Vista and Office 2007 True Type Fonts |
Upstream URL: | https://docs.microsoft.com/en-us/typography/fonts/font-faq |
Keywords: | Calibri |
Licenses: | |
Replaces: | |
Submitter: | mutlu_inek |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 429 |
Popularity: | 0.55 |
First Submitted: | 2007-04-14 19:58 |
Last Updated: | 2020-07-03 19:47 |
Latest Comments
1 2 3 4 5 6 Next › Last »
mrxx commented on 2020-11-26 01:42
khalil2535, strip is in the package 'binutils', but you probably want to install all of 'base-devel'.
khalil2535 commented on 2020-11-25 19:50
good package!
but i got this error today (EDIT SOLVED!)
==> ERROR: Cannot find the strip binary required for object file stripping. error downloading sources: ttf-vista-fonts
that was on manjaro KDE 20.1.2
Solution:-
pacman -S binutils
mrxx commented on 2020-07-03 19:52
Thanks, dagdrommer. I've removed the dependency as it does not seem to be needed anyway.
dagdrommer commented on 2020-07-02 13:27
Make dependency "xorg-font-utils" is not available in the Arch repositories anymore, as it is now called "xorg-font-util" without the "s". Can the PKGBUILD please be updated? -Cheers
mrxx commented on 2020-06-27 08:05
The problem is "Resuming transfer from byte position 5664768" - the archive.org server does not support that: "HTTP server doesn't seem to support byte ranges".
The solution is to delete the partially downloaded ttf-vista-fonts.cab file. Its location depends on how you are installing AUR packages. If you do it manually, it is in the extracted snapshot directory.
If you are using an AUR helper, locate the cache dir of this package (most probably located under ~/.cache/name-of-your-aur-helper/).
archisman commented on 2020-06-26 12:44
I am always getting
geosam commented on 2018-07-25 17:00
alternative dowload http://fs2.softfamous.com/downloads/tname-2507a84a3561/software/PowerPointViewer.exe
severo_bo commented on 2018-07-04 17:33
@chronull -> not working anymore.
chronull commented on 2018-05-26 08:06
PowerPointViewer.exe (alternative source):
https://web.archive.org/web/20171225132744/http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe
Ketsuban commented on 2015-03-23 16:17
I notice you only extract Cambria from the TTC, rather than both Cambria and Cambria Math. This is unfortunate for those of us who want to use the math font in TeX. The following diff when applied to the PKGBUILD will extract both Cambria and Cambria Math from the TTC file rather than just Cambria.
28c28,29
< FONTFORGE_LANGUAGE=ff fontforge -c 'Open("cambria.ttc"); Generate("cambria.ttf")'
---
> FONTFORGE_LANGUAGE=ff fontforge -c 'Open("cambria.ttc(Cambria)"); Generate("cambria.ttf")'
> FONTFORGE_LANGUAGE=ff fontforge -c 'Open("cambria.ttc(Cambria Math)"); Generate("cambria math.ttf")'