Skip to content

Releases: MatteoGuadrini/fontpreview

fontpreview 1.2.0

18 Dec 10:09
Compare
Choose a tag to compare

Release notes

  • Additions show method on FontPreview, FontWall, FontPage class
  • Additions FontBooklet class
  • Fix FontPageTemplate _str_ method
  • Fix message raises on set_header/logo/body/footer method on FontPage class

fontpreview 1.1.0

12 Dec 13:47
Compare
Choose a tag to compare

Release notes

  • Additions declaration mode for FontPage class
  • Additions test_hex_color method on TestFontPreview class
  • Additions test_hex_color method on TestFontPreview class
  • Additions test_declarative_object method on TestFontPreview class
  • Additions test_other_color_system method on TestFontPreview class
  • Fix TestFontPreview.test_font_size method and FontPage.__compose method
  • Fix test_text_position method on TestFontPreview class

fontpreview first version

05 Dec 15:58
Compare
Choose a tag to compare

Release notes

  • fontpreview python package is available.
  • fp command line tool is available.
  • FontPreview class represents a preview object of a given font.
  • FontBanner class represents a preview banner object of a given font. Based on FontPreview class.
  • FontLogo class represents a logo object of a given font. Based on FontPreview class.
  • FontWall class represents a wall of preview fonts object.
  • FontPage class represents a page of preview fonts object.
  • FontPageTemplate class represents a template for FontPage class.
  • Documentation has been created