asp.net获取系统已安装字体的方法

WaterTextFont.DataTextField = "Name";
WaterTextFont.DataSource = new System.Drawing.Text.InstalledFontCollection().Families;
WaterTextFont.DataBind();

WaterTextFont为一个DropDownList

原文地址:https://www.cnblogs.com/superfeeling/p/2698928.html