BezFontMetrics Class Reference

BezFontMetrics Class Reference

#include <bezfont.h>

+ Inheritance diagram for BezFontMetrics:

Public Member Functions

CoreExport BezFontMetrics ()
 
CoreExport BezFontMetrics (NEWTEXTMETRIC *from)
 

Public Attributes

LONG Height
 
LONG Ascent
 
LONG Descent
 
LONG InternalLeading
 
LONG ExternalLeading
 
LONG AveCharWidth
 
LONG MaxCharWidth
 
LONG Weight
 
LONG Overhang
 
LONG DigitizedAspectX
 
LONG DigitizedAspectY
 
BCHAR FirstChar
 
BCHAR LastChar
 
BCHAR DefaultChar
 
BCHAR BreakChar
 
BYTE Italic
 
BYTE Underlined
 
BYTE StruckOut
 
BYTE PitchAndFamily
 
BYTE CharSet
 
DWORD Flags
 
UINT SizeEM
 
UINT CellHeight
 
UINT AvgWidth
 

Additional Inherited Members

- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e)
 Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport void operator delete (void *ptr)
 Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 

Constructor & Destructor Documentation

54  :
55  Height(0),
56  Ascent(0),
57  Descent(0),
58  InternalLeading(0),
59  ExternalLeading(0),
60  AveCharWidth(0),
61  MaxCharWidth(0),
62  Weight(0),
63  Overhang(0),
66  FirstChar(0),
67  LastChar(0),
68  DefaultChar(0),
69  BreakChar(0),
70  Italic(0),
71  Underlined(0),
72  StruckOut(0),
73  PitchAndFamily(0),
74  CharSet(0),
75  Flags(0),
76  SizeEM(0),
77  CellHeight(0),
78  AvgWidth(0) {}
UINT SizeEM
Definition: bezfont.h:51
BCHAR DefaultChar
Definition: bezfont.h:43
LONG Ascent
Definition: bezfont.h:31
LONG InternalLeading
Definition: bezfont.h:33
BCHAR BreakChar
Definition: bezfont.h:44
LONG Weight
Definition: bezfont.h:37
DWORD Flags
Definition: bezfont.h:50
LONG Overhang
Definition: bezfont.h:38
LONG ExternalLeading
Definition: bezfont.h:34
BYTE Underlined
Definition: bezfont.h:46
LONG AveCharWidth
Definition: bezfont.h:35
LONG Descent
Definition: bezfont.h:32
BYTE StruckOut
Definition: bezfont.h:47
LONG DigitizedAspectX
Definition: bezfont.h:39
LONG MaxCharWidth
Definition: bezfont.h:36
BYTE Italic
Definition: bezfont.h:45
UINT AvgWidth
Definition: bezfont.h:53
BCHAR LastChar
Definition: bezfont.h:42
LONG DigitizedAspectY
Definition: bezfont.h:40
LONG Height
Definition: bezfont.h:30
BYTE CharSet
Definition: bezfont.h:49
UINT CellHeight
Definition: bezfont.h:52
BYTE PitchAndFamily
Definition: bezfont.h:48
BCHAR FirstChar
Definition: bezfont.h:41
CoreExport BezFontMetrics ( NEWTEXTMETRIC *  from)

Member Data Documentation

LONG Height
LONG Ascent
LONG Descent
LONG InternalLeading
LONG ExternalLeading
LONG AveCharWidth
LONG MaxCharWidth
LONG Weight
LONG Overhang
LONG DigitizedAspectX
LONG DigitizedAspectY
BCHAR FirstChar
BCHAR LastChar
BCHAR DefaultChar
BCHAR BreakChar
BYTE Italic
BYTE Underlined
BYTE StruckOut
BYTE PitchAndFamily
BYTE CharSet
DWORD Flags
UINT SizeEM
UINT CellHeight
UINT AvgWidth