Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

字体管理软件 #198

Open
Connor-yang96 opened this issue Jan 7, 2025 · 2 comments
Open

字体管理软件 #198

Connor-yang96 opened this issue Jan 7, 2025 · 2 comments

Comments

@Connor-yang96
Copy link

Description
Turn the table into a font database.

Use case
For font designers, conveniently managing fonts turns it into a very convenient font database tool. Instead of developing spreadsheet programs additionally, font designers are not very good at writing code. In the current market, there is no good font database management tool. It is a complete blank, a blue sea market.

Anything else?

@mayneyao
Copy link
Owner

mayneyao commented Jan 7, 2025

我不太熟悉字体设计师的工作流,尝试了下构建管理用的表。 通过和 AI 描述需求,可以将文字导入批量导入到表格中。

image image

然后新建一个字体预览的组件,也是通过 AI 生成。
image

最后配置相册视图的 cover 为上面创建的 block。 (这个功能是按照这个需求临时实现的,感觉应该比较通用,会在下个版本更新)
image

然后按照需求添加字段,管理字符集。大概是这样,全程也不用写代码。

@Connor-yang96
Copy link
Author

Connor-yang96 commented Jan 8, 2025

WOW 厉害了。用ai编写的。我搞了半天都不会。

我贴个图。

PixPin_2025-01-08_10-35-01

这个是 FontExpert 2025 字体管理软件。(可搜索下载)
很像表格,对吧。只不过一般表格模式,没有字体管理的功能。但其实字体管理的内核还是表格。
所以,我就想在表格的内核上,增加字体管理的功能。

最小需求量需求:MVP

  1. 字体预览。自定义文本的字体预览。
  2. 可调节字体大小
  3. 允许加载本地字体文件夹。可导入字体文件夹,或不导入字体文件夹。
    (一行一个字体文件)

4.支持 otf,ttf,woff 等格式的字体文件

进阶需求:

  1. 字体预览可存储多个预设文本
  2. 调节字体预览颜色,背景颜色
  3. 显示字符集面板
  4. 自动识别字体的数据(额外信息有提供js代码库),自定义并增加到表格。
    比如 weight:Thin,regular,black . 等等。
  5. 大量字体文件预览。我大概有4w多个字体。在字体界其实算少的了。
  6. 切换字体预览视图。表格视图,图片视图
    这个类似图片视图。
    PixPin_2025-01-08_10-50-50

高级需求:

  1. 对比字体线框 (FontExpert 2025 软件的 compare功能)
    PixPin_2025-01-08_11-40-09

  2. 字体特效
    https://fontgauntlet.com/

  3. 字体预览滚动特效
    https://typotheque.genderfluid.space/fr

  4. 可变字体动画播放
    https://abcdinamo.com/typefaces/arizona

  5. 字体安装,卸载

  6. 字体管理软件 与 字体编辑软件,fontlab,glyphs,adobe illustration ,indesign 联动。
    用于 字体设计,排版设计,包装设计,平面设计,海报设计,书籍设计,等等。


额外信息:
字体素材可以去 https://www.1001fonts.com/ 批量下载。
https://fontdrop.info/
https://opentype.js.org/
https://underscoretype.github.io/fontsampler-js/

@Connor-yang96 Connor-yang96 changed the title font preview plugin 字体管理软件 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants