MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / get_button_font

Method get_button_font

gui_qt6/font_manager.py:86–90  ·  view source on GitHub ↗

获取按钮字体

(self, size: int = 10)

Source from the content-addressed store, hash-verified

84 return font
85
86 def get_button_font(self, size: int = 10) -> QFont:
87 """获取按钮字体"""
88 font = QFont(self._default_font, size)
89 font.setBold(True)
90 return font
91
92 def get_system_info(self) -> Dict:
93 """获取系统字体信息"""

Callers 1

get_button_fontFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected