Skip to content

Latest commit

 

History

History
107 lines (81 loc) · 2.75 KB

ns-t2embapi-ttvalidationtestsparamsex.md

File metadata and controls

107 lines (81 loc) · 2.75 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:t2embapi.TTVALIDATIONTESTSPARAMSEX
TTVALIDATIONTESTSPARAMSEX (t2embapi.h)
The TTVALIDATIONTESTSPARAMSEX structure contains parameters for testing a Microsoft OpenType font.
TTVALIDATIONTESTSPARAMSEX
TTVALIDATIONTESTSPARAMSEX structure [Windows GDI]
_win32_TTVALIDATIONTESTPARAMSEX
gdi.ttvalidationtestparamsex
t2embapi/TTVALIDATIONTESTSPARAMSEX
gdi\ttvalidationtestparamsex.htm
gdi
03bcfb1a-6ed8-4e78-b3c8-64d29dc74dbc
12/05/2018
TTVALIDATIONTESTSPARAMSEX, TTVALIDATIONTESTSPARAMSEX structure [Windows GDI], _win32_TTVALIDATIONTESTPARAMSEX, gdi.ttvalidationtestparamsex, t2embapi/TTVALIDATIONTESTSPARAMSEX
t2embapi.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
TTVALIDATIONTESTSPARAMSEX
19H1
TTVALIDATIONTESTSPARAMSEX
t2embapi/TTVALIDATIONTESTSPARAMSEX
c++
APIRef
kbSyntax
HeaderDef
T2embapi.h
TTVALIDATIONTESTSPARAMSEX

TTVALIDATIONTESTSPARAMSEX structure

-description

The TTVALIDATIONTESTSPARAMSEX structure contains parameters for testing a Microsoft OpenType font.

-struct-fields

-field ulStructSize

Size, in bytes, of this structure. The client should set this value to sizeof(TTVALIDATIONTESTSPARAMSEX).

-field lTestFromSize

First character point size to test. This value is the smallest font size (lower bound) of the font sizes to test.

-field lTestToSize

Last character point size to test. This value is the largest font size (upper bound) to test.

-field ulCharSet

Flag specifying the character set of the font to validate. This flag can have one of the following values.

Value Description
CHARSET_UNICODE Unicode character set, requiring 16-bit character encoding.
CHARSET_SYMBOL Symbol character set, requiring 16-bit character encoding.

-field usReserved1

Currently not used.

-field usCharCodeCount

If zero, test over all glyphs.

-field pulCharCodeSet

Pointer to array of UCS-4 characters.

-see-also

TTRunValidationTestsEx

TTVALIDATIONTESTSPARAMS