rtrikha / perfect-type-plugin

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

Home Page:https://perfecttype.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://perfecttype.xyz/

License:MIT License


Languages

Language:JavaScript 100.0%