Skip to content

Endgame to your typography hassle. A sketch plugin for designers to create perfect typography every single time.

License

Notifications You must be signed in to change notification settings

rtrikha/perfect-type-plugin

Repository files navigation

enter image description here

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on perfect-type.sketchplugin

Usage

  • Smart Type Automatically calibrates line height and character spacing control + shift + T
  • Line Height Add smart line height for better legibility of font control + shift + L
  • Character Spacing Perfectly spaced letter for better tracking control + shift + C

Using custom variables

There are three set attributes(default, relaxed, compact) already defined. You can easily customise the set values for line height and letter spacing. Just navigate to constant.js and update the variable usingAttributes to your needs.

var usingAttribute =  "stock"

const fontAttributes = {
stock: [(selectedLineHeight =  1.61), (selectedCharacterSpacing =  30)],
compact: [(selectedLineHeight =  1.32), (selectedCharacterSpacin =  60)],
relaxed: [(selectedLineHeight =  1.84), (selectedCharacterSpacing =  90 )],};

About

Endgame to your typography hassle. A sketch plugin for designers to create perfect typography every single time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published