Struct GdiLogFont
- Namespace
- PaintDotNet.Gdi
- Assembly
- PaintDotNet.Windows.dll
A logical font description.
public struct GdiLogFont
- Inherited Members
Remarks
This is a projection of Win32's LOGFONTW
struct. It has the same size and layout, and the two are "reinterpret-cast" compatible (such as with
(LOGFONTW*)&gdiLogFont
or (GdiLogFont*)&logFontW
, or with As<TFrom, TTo>(ref TFrom)).