fzhangtj 6 年前
当前提交
79d5eb1d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      Runtime/ui/painting/txt/font_manager.cs

1
Runtime/ui/painting/txt/font_manager.cs


font.hideFlags = HideFlags.DontSave & ~HideFlags.DontSaveInBuild;
FontInfo current;
var name = font.name;
this._fonts.TryGetValue(fontRef, out current);
D.assert(current == null || current.font == font, $"font with key {fontRef} already exists");
var fontInfo = new FontInfo(font);

正在加载...
取消
保存