There is a need for an application to provide one or more fonts that are to be used in the application, particularly for Chaco labels. For example, supporting CJK languages across platforms can benefit by providing a single suitably-licensed font and specifying that the appropriate preferred_fonts category uses it.
One can currently hack through the implementation details of kiva.fonttools.font_manager to accomplish this, but there is a need for a blessed, documented API to accomplish this.
There is a need for an application to provide one or more fonts that are to be used in the application, particularly for Chaco labels. For example, supporting CJK languages across platforms can benefit by providing a single suitably-licensed font and specifying that the appropriate
preferred_fontscategory uses it.One can currently hack through the implementation details of
kiva.fonttools.font_managerto accomplish this, but there is a need for a blessed, documented API to accomplish this.