tkFontChooser - Font chooser for Tkinter
========================================
Copyright 2016-2018 Juliette Monsel <j_4321@protonmail.com>

Changelog
---------

- tkfontchooser 2.0.2
    * Add Italian translation (thanks to Maicol)

- tkfontchooser 2.0.1
    * Fix bug when font size not in list (when navigating with up/down arrows)
    * Fix bug when font family does not exists

- tkfontchooser 2.0.0
    * Change module name to lowercase to respect PEP 8 naming guidelines

- tkFontChooser 1.0.3
    * Close #1: Example in README.rst doesn't work
    * Add title option in FontChooser and askfont

- tkFontChooser 1.0.2
    * Entry content is updated when font is selected by keypress navigation

- tkFontChooser 1.0.1
    * Improve navigation with keyboard
    * Bind Ctrl+A to "select all" instead of "go to beginning"

- tkFontChooser 1.0.0
    * Initial version



