Font.OriginalFontName 屬性

定義

取得原本指定之字型的名稱。

public:
 property System::String ^ OriginalFontName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string OriginalFontName { get; }
[System.ComponentModel.Browsable(false)]
public string? OriginalFontName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.OriginalFontName : string
Public ReadOnly Property OriginalFontName As String

屬性值

表示原本指定之字型名稱的字串。

屬性

備註

實際的字型名稱和原始字型名稱可能不同。 系統需求可能會導致使用原本指定之字型以外的字型。

適用於