Bitmap for WPF
ToLogFont メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > GdiInterop クラス : ToLogFont メソッド
An Fontobject to be converted into a GDI-compatible LOGFONT structure.
When this method returns, contains a structure that receives a GDI-compatible font description.
Initializes a LOGFONT structure based on the GDI-compatible properties of the specified font.
シンタックス
'宣言
 
Public Function ToLogFont( _
   ByVal font As Font, _
   ByVal logFont As System.Object _
) As System.Boolean
public System.bool ToLogFont( 
   Font font,
   System.object logFont
)

パラメータ

font
An Fontobject to be converted into a GDI-compatible LOGFONT structure.
logFont
When this method returns, contains a structure that receives a GDI-compatible font description.

戻り値の型

TRUE if the specified font object is part of the system font collection; otherwise, FALSE.
解説
The conversion to a LOGFONT by using ConvertFontToLOGFONT operates at the logical font level and does not guarantee that it will map to a specific physical font. It is not guaranteed that GDI will select the same physical font for displaying text formatted by a LOGFONT as the Fontobject that was converted.
参照

GdiInterop クラス
GdiInterop メンバ