You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
268 B
16 lines
268 B
#ifndef HEIGHTS_DEFINED
|
|
#define HEIGHTS_DEFINED
|
|
|
|
#include "lsdefs.h"
|
|
#include "pheights.h"
|
|
|
|
#define dvHeightIgnore 0x7FFFFFFF
|
|
|
|
typedef struct heights
|
|
{
|
|
long dvAscent;
|
|
long dvDescent;
|
|
long dvMultiLineHeight;
|
|
} HEIGHTS;
|
|
|
|
#endif /* !HEIGHTS_DEFINED */
|