Skip to content

3type/Blindfold-Neue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blindfold Neue

Plugin for Glyphsapp

This is a forked version of Blindfold, a plugin for the Glyphs font editor. It covers the boundary of the glyphs. Useful for design CJK fonts.

Install

  1. Install via the Plugin Manager in Glyphs.
  2. Restart Glyphs.

Usage

  • Select Glyphs > View > Show Blindfold Neue
  • Right click, you can Inverse blindfold in the contextual menu
  • To adjust the width:
    • In Font Info > Font, add custom parameter blindfoldWidth
    • Acceptable value can be:
      • An integer or float number, e.g. 100 (default) or 150.2
      • A length-2 tuple (<horizontal>, <vertical>), e.g. (100, 200)
      • A length-4 tuple (<left>, <right>, <top>, <bottom>), e.g. (100, 200, 300, 400)
  • To adjust the color:
    • In Font Info > Font, add custom parameter blindfoldColor
    • Acceptable value can be a length-4 tuple (<red>, <green>, <blue>, <alpha>), each value should between 0 to 1, e.g. (0, 0.3, 0.2, 0.7)

Examples

image

Known issues

  • None so far

Pull Requests

Feel free to comment or pull requests for any improvements.

License

  • Copyright 2015–2019 Mark Frömberg @Mark2Mark
  • Copyright 2020 Xiangdong Zeng @stone-zeng

Made possible with the GlyphsSDK by Georg Seifert (@schriftgestalt) and Rainer Erich Scheichelbauer (@mekkablue).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%