#include <bezfont.h>

Public Member Functions |
|
| BezFontInfo () | |
| BezFontInfo (MSTR n, MSTR s, int t, DWORD f, BezFontMetrics &m) | |
| CoreExport BezFontInfo & | operator= (BezFontInfo &from) |
Public Attributes |
|
| MSTR | name |
| MSTR | style |
| int | type |
| DWORD | flags |
| BezFontMetrics | metrics |
| BezFontInfo | ( | ) | [inline] |
{}
| BezFontInfo | ( | MSTR | n, |
| MSTR | s, | ||
| int | t, | ||
| DWORD | f, | ||
| BezFontMetrics & | m | ||
| ) | [inline] |
| CoreExport BezFontInfo& operator= | ( | BezFontInfo & | from | ) |