TTEMBEDINFO structure (t2embapi.h)
The TTEMBEDINFO structure contains a list of URLs from which the embedded font object may be legitimately referenced.
Syntax
typedef struct {
unsigned short usStructSize;
unsigned short usRootStrSize;
unsigned short *pusRootStr;
} TTEMBEDINFO;
Members
usStructSize
Size, in bytes, of this structure. The client should set this value to sizeof(TTEMBEDINFO).
usRootStrSize
Size, in wide characters, of pusRootStr including NULL terminator(s).
pusRootStr
One or more full URLs that the embedded font object may be referenced from. Multiple URLs, separated by NULL terminators, can be specified.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | t2embapi.h |