[]
Initializes a LOGFONT structure based on the GDI-compatible properties of the specified font.
public bool ToLogFont(Font font, object logFont)
Type | Name | Description |
---|---|---|
Font | font | An Font object to be converted into a GDI-compatible LOGFONT structure. |
object | logFont | When this method returns, contains a structure that receives a GDI-compatible font description. |
Type | Description |
---|---|
bool | 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 Font object that was converted.