FontCustom/fontcustom

View on GitHub
lib/fontcustom/scripts/eotlitetool.py

Summary

Maintainability
A
1 hr
Test Coverage

Function make_eot_header has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def make_eot_header(fontdata):
    """given ttf font data produce an EOT header"""
    fontDataSize = len(fontdata)
    font = get_table_directory(fontdata)
    
Severity: Minor
Found in lib/fontcustom/scripts/eotlitetool.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status