[]
Creates a font object that matches the properties specified by the LOGFONT structure.
public Font FromLogFont(object logFont)
Type | Name | Description |
---|---|---|
object | logFont | A structure containing a GDI-compatible font description. |
Type | Description |
---|---|
Font | a reference to a newly created Font. |