从源码分析DEARGUI之添加字体

def add_additional_font(*args, **kwargs): # real signature unknown
    """
    Adds additional font.
    
    Return Type: None
    
    
    Parameters
    __________
    
    * file : str
    	ttf or otf file
    	这个函数可以添加字体文件路径  .ttf
    
    * Optional Arguments
    ____________________
    	
    
    * size : float
    * 字体大小
    	
    
    * glyph_ranges : str
    	options: korean, japanese, chinese_full, chinese_simplified_common, cryillic, thai, vietnamese
    
    * Keyword Only Arguments
    ____________________
    	
    
    * custom_glyph_chars :

               

上一篇:LYX 设置引用链接颜色为蓝色arxiv上很多文章格式


下一篇:springboot_neo4j