It is currently Mon Jul 22, 2024 11:31 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Win fonts view
PostPosted: Mon Oct 31, 2011 12:02 pm  (#1) 
Offline
GimpChat Member

Joined: Aug 05, 2011
Posts: 606
Location: limestone,ny
little program to view installed window fonts
nirsoft.net

Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Win fonts view
PostPosted: Mon Oct 31, 2011 12:47 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
You can also try:
FontViewer http://www.ampsoft.net/utilities/FontViewer.php
NexusFont http://xiles.net/downloads/#NexusFile
the call from the menu using the GIMP
FontSwitch_Win.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# The idea taken from RobA Shellout http://registry.gimp.org/node/24977
# FontViewer http://www.ampsoft.net/utilities/FontViewer.php
# NexusFont http://xiles.net/downloads/#NexusFont
# WinFontsView http://www.nirsoft.net/utils/windows_fonts_viewer.html

from gimpfu import *
import shlex
import subprocess
import os, sys
def listcommands(option=None):
  programlist = [
  ["FontViewer", "\"c:\\Program Files\\FontViewer\\FontViewer.exe\""],          #<<--EDIT path the program directory FontViewer
  ["NexusFont", "\"c:\\Program Files\\nexusfont2.5\\NexusFont.exe\""],          #<<--EDIT path the program directory NexusFont
  ["WinFontsView", "\"c:\\Program Files\\winfontsview\\WinFontsView.exe\""],    #<<--EDIT path the program directory WinFontsView
  ]
 
  if option == None:
    menulist = []
    for i in programlist:
      if i[0] != "":
        menulist.append(i[0])
    return menulist
  else:
    return programlist[option]
def plugin_main(img, drawable, command):
  progtorun = listcommands(command)
  command = progtorun[1]
  args = shlex.split(command)
  child = subprocess.Popen(args, shell=False)

register(
        "python_fu_font_switch",
        "Font Manager",
        "Font Manager",
        "RobA/MrQ",
        "www.gimpuj.info",
        "2011",
        "<Image>/Tools/Font Manager",
        "*",
        [ (PF_OPTION,"command",("Program:"),0,listcommands())
         
        ],
        [],
        plugin_main,
        )

main()


Attachments:
FontSwitch_Win.zip [800 Bytes]
Downloaded 88 times
FontSwitch_win [Tools-Font Manager].png
FontSwitch_win [Tools-Font Manager].png [ 16.27 KiB | Viewed 2817 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Win fonts view
PostPosted: Mon Oct 31, 2011 12:52 pm  (#3) 
Offline
GimpChat Member

Joined: Mar 08, 2011
Posts: 155
Oh! I need one of those, I'm always having to type stuff out and look at each font for what I want...

Thanks guys!


Top
 Post subject: Re: Win fonts view
PostPosted: Mon Oct 31, 2011 5:54 pm  (#4) 
Offline
GimpChat Member

Joined: Mar 29, 2011
Posts: 346
Location: Wisconsin
MareroQ wrote:

Thanks! :tyspin
The NexusFont viewer looks really nice. :bigthup
I've been looking for something like that for quite a while.

I had to read the help to find out how to view uninstalled fonts. (I have about 932 fonts that I only install as needed.)

The character map is very handy for getting the Unicode values for the extended character ranges. :yes (You need those to use the characters in GIMP.)

_________________
Image


Top
 Post subject: Re: Win fonts view
PostPosted: Thu Nov 03, 2011 8:48 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2011
Posts: 395
Location: Indianapolis, IN
Are any of these portable/stand alone apps?

It'd be nice if one of them were I could just stick it on my flash drive and wouldn't have to keep a whole heap of fonts for gimp to read through when it starts up.

_________________
"That which does not kill us makes us stronger." ~ Friedrich Nietzsche


Top
 Post subject: Re: Win fonts view
PostPosted: Thu Nov 03, 2011 1:06 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14722
Location: USA
MrBiggz wrote:
Are any of these portable/stand alone apps?

It'd be nice if one of them were I could just stick it on my flash drive and wouldn't have to keep a whole heap of fonts for gimp to read through when it starts up.

Font Frenzy has a portable
http://www.sdsoftware.org/software/fontfrenzy/#more-16

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Win fonts view
PostPosted: Thu Nov 03, 2011 1:12 pm  (#7) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
MrBiggz, why don't you keep all your fonts in your windows system, that way you don't have to go through any fonts when you start Gimp. I have over 500 fonts, but none of them reside in Gimp.
Font Frenzy, CFontPro and many others are very good to have for viewing your fonts and also for uninstalling the ones you don't want.

_________________
Image


Top
 Post subject: Re: Win fonts view
PostPosted: Thu Nov 03, 2011 2:03 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14722
Location: USA
I think a couple of those other ones come as portable also.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Win fonts view
PostPosted: Fri Nov 04, 2011 8:55 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2011
Posts: 395
Location: Indianapolis, IN
I have to apologize. I let this thread slip through my fingers, I never asked it to notify me. And there are times that the traffic really gets ramped up here at.

molly wrote:
MrBiggz, why don't you keep all your fonts in your windows system, that way you don't have to go through any fonts when you start Gimp. I have over 500 fonts, but none of them reside in Gimp.
Font Frenzy, CFontPro and many others are very good to have for viewing your fonts and also for uninstalling the ones you don't want.


My reason for not putting the fonts into windows was I was still under the impression that it was a drain on resources. It was a drain on resources in Win 98/Win 98SE/Win 98ME/Win 2000/Win XP. I did a little digging and with Vista and going forward you could put a lot more fonts on the OS. I did some were that you draw the line at 1000. It's the software that has to build a table of installed fonts. Which I find silly! With the power of today's PC's the software should only have to generate a preview of fonts on request.

The other thing for me too is I keep a whole host of PortableApps on my flash drive. So I can play at work during down time or when I travel out of town.

Now ..

Rod wrote:
MrBiggz wrote:
Are any of these portable/stand alone apps?

It'd be nice if one of them were I could just stick it on my flash drive and wouldn't have to keep a whole heap of fonts for gimp to read through when it starts up.

Font Frenzy has a portable
http://www.sdsoftware.org/software/fontfrenzy/#more-16

Image


That'll work! So I see what I want to play with and dump those fonts into the folder Gimp reads on my flash drive. I take it all I need to do is a refresh from the toolbox to see the font I copied in?

I need a bigger flash drive this 8Gb is getting full fast! :)

_________________
"That which does not kill us makes us stronger." ~ Friedrich Nietzsche


Top
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) How to add new view rotation options?

13

No new posts Attachment(s) view a path when it is imported

12

No new posts Gimp 2.10.36: Menu - View - Display Filters - Clip : bug

0

No new posts Attachment(s) Reregister fonts?

3

No new posts Fonts Disapeared

4



* Login  



Powered by phpBB3 © phpBB Group