set gnome-font-viewer as default app for type1, ttf and pcf fonts.
2002-12-05 James Henstridge <james@daa.com.au> * src/fontilus.keys: set gnome-font-viewer as default app for type1, ttf and pcf fonts. * src/fontilus.applications: add application registry file for gnome-font-viewer. Set it to accept URIs in file:/// and fonts:///. It supports others though ... * src/Makefile.am: change executable names, and install them. * src/font-view.c (main): add an "in" shadow round the rendered text.
This commit is contained in:
parent
88128b9d38
commit
1174a5b0a9
5 changed files with 67 additions and 12 deletions
8
vfs-methods/fontilus/fontilus.applications
Normal file
8
vfs-methods/fontilus/fontilus.applications
Normal file
|
@ -0,0 +1,8 @@
|
|||
gnome-font-viewer
|
||||
command=gnome-font-viewer
|
||||
name=GNOME Font Viewer
|
||||
can_open_multiple_files=false
|
||||
expects_uris=true
|
||||
requires_terminal=false
|
||||
supported_uri_schemes=file,fonts
|
||||
mime_types=application/x-font-pcf,application/x-font-ttf,application/x-font-type1
|
Loading…
Add table
Add a link
Reference in a new issue