Fonty aims to make it easier to select fonts for use in art projects, presentations, documents, etc.

  • View fonts that are installed on the system or font files in some other folder. Filter the view, search for a font by name. Fonty displays a quick index of links so you can navigate quickly through 'pages' of fonts.
  • Create collections of fonts and save the collection as a list or copy the font files into the collection.
  • Perform the normal install or uninstall. Or you can temporarily activate fonts for the current session only (until you log out or restart your computer). This means you can use fonts temporarily without having to install them (installing lots of fonts can cause your computer to be slow).

 

v 0.9.0.0 (2016-05-30):
+ Load fonts in "real-time" (display each immediately as it is loaded)
+ Add navigation buttons for back/forward history
+ Add navigation buttons for prev/next folder in file system
+ Add column for showing font errors. Hover the mouse over it to see what errors were reported.
+ Add menu item for deleting a font file
+ Add: When the character in a font can't be rendered, use the font's 'missing' glyph or replace it with the character from the fallback font
+ Add ability to select colors for font/background rendering
+ Add ability to select colors for font/background of error characters in a font.
+ Add basic file search (based on filename)
+ Add: Reading fonts from a folder can be cancelled (Esc key)
+ Add common phrases and text which can be selected as sample text (and upper/lowercase option)
* Prevent clipping of rendered samples
* Improvements to paging links (add font names when hovering, improve calculation)
* Improve context menu (selections depend on selected font(s) status, etc)
* Update to .Net 4.6

v0.8.0.0:
+ Add menu item to check for updates
+ Add .fontbag association so you can open fontbag files by double clicking.
+ Add actions for mouse wheel: Ctrl changes font size, Shift scrolls horizontally
+ Can drag/drop files to copy them to folder being browsed
* Confirm closing if a fontbag has unsaved changes

v0.8.1.0:
+ Can reorder font samples (click and drag)

 

Tags

Converting version control repositories from Bazaar to Git (bzr to git)

Bazaar is great on Windows. Several years later, git's tools for Windows still.... (ahem) are lacking or too commercial. However, official development on it has ended and git is so much more popular now. So I think the time has come to convert all my beloved bzr repositories to git.

First we need note some prerequisites:

Adding a hardware clock to Raspberry Pi (DS3231)

The popular clock module is uses the DS1307 real time clock chip, which is not very precise. For just a few dollars more, you can get a module with a much more precise DS3231 RTC chip. The one I got was SunFounder's module from Amazon for $9 (free shipping for Prime). It plugs right onto the Raspberry Pi's 40 pin header and doesn't even interfere with the plastic case I have. I have a Model B, but this module should also work on Model A and Model B+. The instructions refer to DS1307, but the chips use the same I2C commands, so it also works for DS3231.

How to run a PiPresents show when you don't have a Raspberry Pi

PiPresents is some pretty cool software that will run a PowerPoint-like presentation. But with lots more flexibility. It was originally written for the Raspberry Pi.

However.... perhaps someone else has your Pi. Perhaps you don't even have one. It is possible to run a PiPresents show on  your good ol' desktop computer (Windows, Linux, or Mac). Here's how.