MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / get_default_font

Function get_default_font

gui_qt6/font_manager.py:115–117  ·  view source on GitHub ↗

快捷方式:获取默认字体

(size: int = 10, bold: bool = False)

Source from the content-addressed store, hash-verified

113
114
115def get_default_font(size: int = 10, bold: bool = False) -> QFont:
116 """快捷方式:获取默认字体"""
117 return get_font_manager().get_default_font(size, bold)
118
119
120def get_monospace_font(size: int = 9) -> QFont:

Callers 10

font_manager.pyFile · 0.85
_create_top_barMethod · 0.85
_create_ide_sectionMethod · 0.85
_setup_uiMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
_setup_frameMethod · 0.85
__init__Method · 0.85

Calls 2

get_font_managerFunction · 0.85
get_default_fontMethod · 0.80

Tested by

no test coverage detected