A list of fonts. Generally this list is created for you by a search method. DgnFontLists are reference counted, so the last reference to the list frees it. More...
#include <DgnFontManager.h>
Public Types | |
enum | SortOrder { SORT_ByType = 0, SORT_ByName = 1 } |
Public Member Functions | |
size_t | GetCount () |
Get the number of fonts in this list. More... | |
DgnFontP | GetEntryP (size_t n) |
Get the nth entry in the list. More... | |
void | Sort (SortOrder) |
Sort the List. More... | |
![]() | |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
UInt32 | AddRef () const |
UInt32 | Release () const |
RefCounted () | |
RefCounted (RefCounted const &rhs) | |
RefCounted & | operator= (RefCounted const &rhs) |
UInt32 | GetRefCount () const |
Additional Inherited Members | |
![]() | |
virtual | ~RefCounted () |
![]() | |
virtual | ~IRefCounted () |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
A list of fonts. Generally this list is created for you by a search method. DgnFontLists are reference counted, so the last reference to the list frees it.
enum SortOrder |
size_t GetCount | ( | ) |
Get the number of fonts in this list.
DgnFontP GetEntryP | ( | size_t | n | ) |
Get the nth entry in the list.
void Sort | ( | SortOrder | ) |
Sort the List.