BCGP_FONT_STYLE enum name | CBCGPTextFormat | |
BCGP_FONT_STYLE_ITALIC enum value | CBCGPTextFormat | |
BCGP_FONT_STYLE_NORMAL enum value | CBCGPTextFormat | |
BCGP_FONT_STYLE_OBLIQUE enum value | CBCGPTextFormat | |
BCGP_TEXT_ALIGNMENT enum name | CBCGPTextFormat | |
BCGP_TEXT_ALIGNMENT_CENTER enum value | CBCGPTextFormat | |
BCGP_TEXT_ALIGNMENT_LEADING enum value | CBCGPTextFormat | |
BCGP_TEXT_ALIGNMENT_TRAILING enum value | CBCGPTextFormat | |
CBCGPGraphicsResource() | CBCGPGraphicsResource | inlineprotected |
CBCGPTextFormat() | CBCGPTextFormat | |
CBCGPTextFormat(const CString &strFontFamily, float fFontSize, long lFontWeight=FW_REGULAR, BCGP_FONT_STYLE fontStyle=BCGP_FONT_STYLE_NORMAL, LPCTSTR lpszFontLocale=NULL, double dblScaleRatio=1.0) | CBCGPTextFormat | |
CBCGPTextFormat(BYTE bCharSet, const CString &strFontFamily, float fFontSize, long lFontWeight=FW_REGULAR, BCGP_FONT_STYLE fontStyle=BCGP_FONT_STYLE_NORMAL, double dblScaleRatio=1.0) | CBCGPTextFormat | |
CBCGPTextFormat(const LOGFONT &lf) | CBCGPTextFormat | |
CBCGPTextFormat(const CBCGPTextFormat &textFormat) | CBCGPTextFormat | |
Create(const CString &strFontFamily, float fFontSize, long lFontWeight=FW_REGULAR, BCGP_FONT_STYLE fontStyle=BCGP_FONT_STYLE_NORMAL, LPCTSTR lpszFontLocale=NULL, double dblScaleRatio=1.0) | CBCGPTextFormat | |
CreateFromLogFont(const LOGFONT &lf) | CBCGPTextFormat | |
Detach() | CBCGPGraphicsResource | inline |
EnableColorFont(BOOL bEnable=TRUE) | CBCGPTextFormat | |
ExportToLogFont(LOGFONT &lf) const | CBCGPTextFormat | |
GetCharSet() const | CBCGPTextFormat | |
GetDrawingAngle() const | CBCGPTextFormat | inline |
GetFontFamily() const | CBCGPTextFormat | inline |
GetFontLocale() const | CBCGPTextFormat | inline |
GetFontSize() const | CBCGPTextFormat | inline |
GetFontStyle() const | CBCGPTextFormat | inline |
GetFontWeight() const | CBCGPTextFormat | inline |
GetGraphicsManager() const | CBCGPGraphicsResource | inline |
GetHandle() const | CBCGPGraphicsResource | inline |
GetHandle1() const | CBCGPGraphicsResource | inline |
GetHandle2() const | CBCGPGraphicsResource | inline |
GetOriginalFontSize() const | CBCGPTextFormat | inline |
GetTextAlignment() const | CBCGPTextFormat | inline |
GetTextVerticalAlignment() const | CBCGPTextFormat | inline |
IsClipText() const | CBCGPTextFormat | inline |
IsColorFontEnabled() const | CBCGPTextFormat | inline |
IsEndEllipsis() const | CBCGPTextFormat | inline |
IsNull() const | CBCGPGraphicsResource | inlinevirtual |
IsStrikethrough() const | CBCGPTextFormat | inline |
IsUnderline() const | CBCGPTextFormat | inline |
IsWordWrap() const | CBCGPTextFormat | inline |
Set(CBCGPGraphicsManager *pGM, LPVOID lpHandle, LPVOID lpHandle1=NULL, LPVOID lpHandle2=NULL) | CBCGPGraphicsResource | |
SetClipText(BOOL bSet=TRUE) | CBCGPTextFormat | inline |
SetDrawingAngle(double dblDrawingAngle) | CBCGPTextFormat | inline |
SetEndEllipsis(BOOL bSet=TRUE) | CBCGPTextFormat | |
SetFontFamily(const CString &strFontFamily) | CBCGPTextFormat | |
SetFontSize(float fFontSize) | CBCGPTextFormat | |
SetFontStyle(BCGP_FONT_STYLE style) | CBCGPTextFormat | |
SetFontWeight(long lFontWeight) | CBCGPTextFormat | |
SetStrikethrough(BOOL bSet=TRUE) | CBCGPTextFormat | |
SetTextAlignment(BCGP_TEXT_ALIGNMENT textAlignment) | CBCGPTextFormat | inline |
SetTextVerticalAlignment(BCGP_TEXT_ALIGNMENT textAlignment) | CBCGPTextFormat | inline |
SetUnderline(BOOL bSet=TRUE) | CBCGPTextFormat | |
SetWordWrap(BOOL bWordWrap=TRUE) | CBCGPTextFormat | inline |