Skip to content

akhamanjezi/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helpers

toDynamicFont.py

A python script that returns the environment-dependent Font for a given font pt size.

Usage

$   python toDynamicFont.py 13

Footnote
--------
Weight: Regular
Size (points): 13
Leading (points): 18

Enter the size (point) or type 'exit' to quit:

toFontWeight.py

Usage

A python script that returns the Font.Weight for a given numeric value.

$   python toFontWeight.py 400

Regular
-------
Font.Weight: regular
Numeric value: 400

Enter the numeric weight or type 'exit' to quit:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages