#include "DgnTextStyleProperties.r.h"
#include "ElementHandle.h"
#include "DgnFile.h"
#include <Bentley/RefCounted.h>
#include "DgnFontManager.h"
Go to the source code of this file.
Classes | |
struct | ITextStyleTransactionListener |
struct | TextStyleEvents |
struct | TextStylePropertyMask |
A BitMask of all textstyle properties Bit indices are enumerated by the TextStyleProperty enum. More... | |
struct | DgnTextStyle |
Class to manipulate a textstyle in a DgnFile. More... | |
struct | TextStyleIterator |
A forward iterator to go through the list of styles in a file. More... | |
struct | TextStyleCollection |
A collection of textstyles in a file. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Typedefs | |
typedef struct DgnPlatform::TextStylePropertyMask * | TextStylePropertyMaskP |
typedef struct DgnPlatform::TextStylePropertyMask & | TextStylePropertyMaskR |
typedef struct DgnPlatform::TextStylePropertyMask const * | TextStylePropertyMaskCP |
typedef struct DgnPlatform::TextStylePropertyMask const & | TextStylePropertyMaskCR |
typedef struct DgnPlatform::DgnTextStyleAppData * | DgnTextStyleAppDataP |
typedef struct DgnPlatform::DgnTextStyleAppData & | DgnTextStyleAppDataR |
typedef struct DgnPlatform::DgnTextStyleAppData const * | DgnTextStyleAppDataCP |
typedef struct DgnPlatform::DgnTextStyleAppData const & | DgnTextStyleAppDataCR |
typedef RefCountedPtr < DgnTextStyle > | DgnTextStylePtr |
typedef RefCountedPtr < TextStylePropertyMask > | TextStylePropertyMaskPtr |