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:
James Henstridge 2002-12-05 15:47:45 +00:00 committed by James Henstridge
parent 88128b9d38
commit 1174a5b0a9
5 changed files with 67 additions and 12 deletions

View file

@ -0,0 +1,20 @@
application/x-font-type1
default_action_type=application
default_application_id=gnome-font-viewer
short_list_application_ids_for_novice_user_level=gnome-font-viewer
short_list_application_ids_for_intermediate_user_level=gnome-font-viewer
short_list_application_ids_for_advanced_user_level=gnome-font-viewer
application/x-font-ttf
default_action_type=application
default_application_id=gnome-font-viewer
short_list_application_ids_for_novice_user_level=gnome-font-viewer
short_list_application_ids_for_intermediate_user_level=gnome-font-viewer
short_list_application_ids_for_advanced_user_level=gnome-font-viewer
application/x-font-pcf
default_action_type=application
default_application_id=gnome-font-viewer
short_list_application_ids_for_novice_user_level=gnome-font-viewer
short_list_application_ids_for_intermediate_user_level=gnome-font-viewer
short_list_application_ids_for_advanced_user_level=gnome-font-viewer