GlyphRun.DeviceFontName 屬性

定義

取得或設定已最佳化 GlyphRun 的特定裝置字型。

public:
 property System::String ^ DeviceFontName { System::String ^ get(); void set(System::String ^ value); };
public string DeviceFontName { get; set; }
member this.DeviceFontName : string with get, set
Public Property DeviceFontName As String

屬性值

String

String 值,這個值表示裝置字型。

備註

GlyphRun當 在具有具名裝置字型內建支援的裝置上轉譯 時, GlyphRun 應該使用裝置特定機制來轉譯該字型,以及傳送 Unicode 字碼指標,而不是圖像索引。 在未包含具名裝置字型內建支援的裝置上轉譯時, DeviceFontName 應該忽略。

適用於