reactos/rosapps/fontview/fontview.rc
Timo Kreuzer 96b50f2d59 - make fontview look closer to MS fontview, patch by roytam1, modified by me.
- Create fonts only once
- Remove possibility to get page height without drawing


See issue #2260 for more details.

svn path=/trunk/; revision=26871
2007-05-23 00:25:31 +00:00

12 lines
226 B
Plaintext

#include "lang/en-US.rc"
#include "lang/de-DE.rc"
STRINGTABLE DISCARDABLE
{
IDS_CHARSLOWER, "abcdefghijklmnopqrstuvmxyz"
IDS_CHARSUPPER, "ABCDEFGHIJKLMNOPQRSTUVMXYZ"
IDS_SPECIALCHARS, "0123456789.:,;(*!?')"
}