我尝试了很多方法
def set_toolbar_font_name(self, *args):
self.data_tables.table_data.font_name = "./fonts/Shivaji01.ttf"
但是它们都不起作用!
答案 0 :(得分:0)
您不能使用font_name
属性为表格设置外部字体。只需对表行使用标记-https://kivy.org/doc/stable/api-kivy.core.text.markup.html
[font=<str>]Added in 1.1.0[/font]
Change the font (note: this refers to a TTF file or registered alias)