text[1]="Displays the available font heights for a typeface, in pixels. Click on a size to select it.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:typefaces
{
title="Typeface list box";
text[1]="Displays the available ScalaType typefaces. Click on a name to select it.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:samplebox
{
title="Sample box";
text[1]="Displays text in the typeface and size selected. You can click on the default text and enter particular characters that you want to see in that font.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts the selected font and size and closes the dialog. The font you chose is applied to any selected text, or to the next text you type.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Closes the Font dialog without changing the current font.";