matplotlib.fontconfig_pattern
#
- matplotlib.fontconfig_pattern. family_escape ( / , repl , string , count=0 ) #
string 内のパターンの重複しない左端のオカレンスを置換 repl で置き換えて得られた文字列を返します。
- matplotlib.fontconfig_pattern. family_unescape ( / , repl , string , count=0 ) #
string 内のパターンの重複しない左端のオカレンスを置換 repl で置き換えて得られた文字列を返します。
- matplotlib.fontconfig_pattern. value_escape ( / , repl , string , count=0 ) #
string 内のパターンの重複しない左端のオカレンスを置換 repl で置き換えて得られた文字列を返します。
- matplotlib.fontconfig_pattern. value_unescape ( / , repl , string , count=0 ) #
string 内のパターンの重複しない左端のオカレンスを置換 repl で置き換えて得られた文字列を返します。