FontDescriptor.Font 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此描述符定义的字体的克隆实例。 如果以前未创建字体,则首先创建它。
public:
property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); };
public System.Drawing.Font Font { get; }
member this.Font : System.Drawing.Font
Public ReadOnly Property Font As Font
属性值
此描述符定义的字体。