typedef struct tagANNFONT
{
L_UINT uStructSize;
L_TCHAR szFontName[LF_FACESIZE];
L_BOOL bFontBold;
L_BOOL bFontItalic;
L_BOOL bFontStrikeOut;
L_BOOL bFontUnderline;
L_DOUBLE dFontSize;
DWORD dwReserved;
} ANNFONT, *pANNFONT;
Size of this structure. Use sizeof(ANNFONT).
Character string that contains the name of the font
Flag that indicates whether the font is bold. Possible values are:
Value | Meaning |
---|---|
TRUE | The font is bold |
FALSE | The font is not bold |
Flag that indicates whether the font is italicized. Possible values are:
Value | Meaning |
---|---|
TRUE | The font is italicized |
FALSE | The font is not italicized |
Flag that indicates whether the font is drawn with a strikeout. Possible values are:
Value | Meaning |
---|---|
TRUE | The font is drawn with strikeout |
FALSE | The font is drawn without strikeout |
Flag that indicates whether the font is drawn with an underline. Possible values are:
Value | Meaning |
---|---|
TRUE | The font is drawn with an underline |
FALSE | T he font is drawn without an underline |
The size, in logical units, of the font's character cell or character.
Reserved for internal use. Must set this field to zero.
The ANNFONT structure is part of the ANNNAMEOPTIONS structure, and is used for setting or getting font characteristics of the annotation name.
For more information, refer to the documentation for ANNNAMEOPTIONS.
Note: LF_FACESIZE is defined as
#define LF_FACESIZE 32
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document