typedef struct tagVECTORFONT
{
L_INT nSize;
LOGFONT LogFont;
} VECTORFONT, * pVECTORFONT;
The VECTORFONT structure holds information about the font used to draw vector text objects.
Member |
Description |
nSize |
Size of this structure. Used for versioning. |
LogFont |
Windows LOGFONT structure that defines the font properties. |
pVECTORFONT is a pointer to a VECTORFONT structure.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET