|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bmfd.h>

Public Attributes | |
| FONTOBJ * | pfo |
| PBMFD_FACE | pface |
| LONG | xScale |
| LONG | yScale |
| ULONG | ulAngle |
| PBMFD_FACE BMFD_FONT::pface |
Definition at line 246 of file bmfd.h.
Referenced by BmfdGetFontInstance(), BmfdQueryGlyphAndBitmap(), and BmfdQueryMaxExtents().
| FONTOBJ* BMFD_FONT::pfo |
Definition at line 245 of file bmfd.h.
Referenced by BmfdGetFontInstance().
| ULONG BMFD_FONT::ulAngle |
Definition at line 249 of file bmfd.h.
Referenced by BmfdGetFontInstance(), BmfdQueryGlyphAndBitmap(), and BmfdQueryMaxExtents().
| LONG BMFD_FONT::xScale |
Definition at line 247 of file bmfd.h.
Referenced by BmfdGetFontInstance(), BmfdQueryGlyphAndBitmap(), and BmfdQueryMaxExtents().
| LONG BMFD_FONT::yScale |
Definition at line 248 of file bmfd.h.
Referenced by BmfdGetFontInstance(), BmfdQueryGlyphAndBitmap(), and BmfdQueryMaxExtents().