Skip to content

Releases: xsjk/mplfontutils

Release list

v0.1.0

Choose a tag to compare

@xsjk xsjk released this 09 Jun 15:41

Initial release

A utility package for finding and managing fonts compatible with various character sets in Matplotlib.

Features

  • Find fonts that can display specific characters
  • Load custom fonts from directories
  • Command-line tool for testing font compatibility

Usage

from mplfontutils import find_available_fonts

# Find fonts compatible with Chinese text
fonts = find_available_fonts("你好")