-2

In my application, the user wants to be able to change the font (font, fontstyle, fontcolor) and it need to be there till changed in the future.

So basically when the font and its details is selected, it needs to be saved into SQL. Is the possible, how do i do this, will it be a VARCHAR?

4

1 回答 1

0

将字体系列名称保存为 varchar 或 text 将字体大小保存在 int 用 int 命名为 Regular、Italic、Underline 的三列将 1 表示是,0 表示否

检索这些值并在应用程序启动时或您需要时根据格式应用

于 2013-09-19T12:43:34.443 回答