IInkEdit::get_Font 方法 (inked.h)
取得或設定 Font 物件。
這是可讀寫的屬性。
語法
HRESULT get_Font(
IFontDisp **ppFont
);
參數
ppFont
傳回值
無
備註
使用InkEdit控制項的Font屬性來識別您想要使用其屬性的特定 Font 物件。 例如,下列程式碼會變更 InkEdit 控制項之 Font 屬性所識別之Font物件的Bold屬性設定:
myInkEditControl.Font.Bold = true;
需求
最低支援的用戶端 | Windows XP Tablet PC Edition [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | inked.h |
程式庫 | InkEd.dll |