@glowjs/core 2025.7.24 → 2025.7.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -633,6 +633,11 @@ declare class ToolTip extends Rectangle {
633
633
  * @param app 应用
634
634
  */
635
635
  constructor(app: App);
636
+ /**
637
+ * 获取或设置字体大小
638
+ */
639
+ get fontSize(): number;
640
+ set fontSize(value: number);
636
641
  /**
637
642
  * 获取或设置文本
638
643
  */