3ds Max C++ API 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...
 
static UtilExport voidaligned_malloc (size_t size, size_t alignment)
 Allocates memory on a specified alignment boundary. More...
 
static UtilExport voidaligned_realloc (void *ptr, size_t size, size_t alignment)
 Reallocates memory on a specified alignment boundary. More...
 
static UtilExport void aligned_free (void *ptr)
 Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. More...
 

Constructor & Destructor Documentation

◆ BezFontMetrics() [1/2]

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) {}
BYTE StruckOut
Definition: bezfont.h:47
LONG Weight
Definition: bezfont.h:37
LONG DigitizedAspectX
Definition: bezfont.h:39
LONG Overhang
Definition: bezfont.h:38
BCHAR BreakChar
Definition: bezfont.h:44
BYTE PitchAndFamily
Definition: bezfont.h:48
LONG InternalLeading
Definition: bezfont.h:33
LONG MaxCharWidth
Definition: bezfont.h:36
BYTE CharSet
Definition: bezfont.h:49
LONG Height
Definition: bezfont.h:30
LONG ExternalLeading
Definition: bezfont.h:34
UINT AvgWidth
Definition: bezfont.h:53
BCHAR LastChar
Definition: bezfont.h:42
LONG Descent
Definition: bezfont.h:32
LONG AveCharWidth
Definition: bezfont.h:35
BYTE Italic
Definition: bezfont.h:45
UINT SizeEM
Definition: bezfont.h:51
BCHAR FirstChar
Definition: bezfont.h:41
DWORD Flags
Definition: bezfont.h:50
BCHAR DefaultChar
Definition: bezfont.h:43
LONG DigitizedAspectY
Definition: bezfont.h:40
BYTE Underlined
Definition: bezfont.h:46
LONG Ascent
Definition: bezfont.h:31
UINT CellHeight
Definition: bezfont.h:52

◆ BezFontMetrics() [2/2]

CoreExport BezFontMetrics ( NEWTEXTMETRIC *  from)

Member Data Documentation

◆ Height

LONG Height

◆ Ascent

LONG Ascent

◆ Descent

LONG Descent

◆ InternalLeading

LONG InternalLeading

◆ ExternalLeading

LONG ExternalLeading

◆ AveCharWidth

LONG AveCharWidth

◆ MaxCharWidth

LONG MaxCharWidth

◆ Weight

LONG Weight

◆ Overhang

LONG Overhang

◆ DigitizedAspectX

LONG DigitizedAspectX

◆ DigitizedAspectY

LONG DigitizedAspectY

◆ FirstChar

BCHAR FirstChar

◆ LastChar

BCHAR LastChar

◆ DefaultChar

BCHAR DefaultChar

◆ BreakChar

BCHAR BreakChar

◆ Italic

BYTE Italic

◆ Underlined

BYTE Underlined

◆ StruckOut

BYTE StruckOut

◆ PitchAndFamily

BYTE PitchAndFamily

◆ CharSet

BYTE CharSet

◆ Flags

DWORD Flags

◆ SizeEM

UINT SizeEM

◆ CellHeight

UINT CellHeight

◆ AvgWidth

UINT AvgWidth