ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

muifonts.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 MUI_SUBFONT LatinFonts[] =
00004 {
00005     /*Font                Substitute  */
00006 
00007     { L"Arial",           L"Liberation Sans" },
00008     { L"Courier",         L"FreeMono" },
00009     { L"Courier New",     L"FreeMono" },
00010     { L"Times New Roman", L"Liberation Serif" },
00011     { L"Tahoma",          L"Tahoma" },
00012     { L"MS Sans Serif",   L"Tahoma" },
00013     { L"MS Shell Dlg",    L"Tahoma" },
00014     { L"MS Shell Dlg 2",  L"Tahoma" },
00015     { L"Helv",            L"Tahoma" },
00016     { NULL, NULL }
00017 };
00018 
00019 MUI_SUBFONT CyrillicFonts[] =
00020 {
00021     { L"Arial",           L"Liberation Sans" },
00022     { L"Courier",         L"FreeMono" },
00023     { L"Courier New",     L"FreeMono" },
00024     { L"Times New Roman", L"Liberation Serif" },
00025     { L"Tahoma",          L"Tahoma" },
00026     { L"MS Sans Serif",   L"Tahoma" },
00027     { L"MS Shell Dlg",    L"Tahoma" },
00028     { L"MS Shell Dlg 2",  L"Tahoma" },
00029     { L"Helv",            L"Tahoma" },
00030     { NULL, NULL }
00031 };
00032 
00033 MUI_SUBFONT GreekFonts[] =
00034 {
00035     { L"Arial",           L"Liberation Sans" },
00036     { L"Courier",         L"FreeMono" },
00037     { L"Courier New",     L"FreeMono" },
00038     { L"Times New Roman", L"Liberation Serif" },
00039     { L"Tahoma",          L"DejaVu Sans" },
00040     { L"MS Sans Serif",   L"DejaVu Sans" },
00041     { L"MS Shell Dlg",    L"DejaVu Sans" },
00042     { L"MS Shell Dlg 2",  L"DejaVu Sans" },
00043     { L"Helv",            L"DejaVu Sans" },
00044     { NULL, NULL }
00045 };
00046 
00047 MUI_SUBFONT HebrewFonts[] =
00048 {
00049     { L"Arial",           L"DejaVu Sans"  },
00050     { L"Courier",         L"FreeMono" },
00051     { L"Courier New",     L"FreeMono" },
00052     { L"Times New Roman", L"DejaVu Serif" },
00053     { L"Tahoma",          L"DejaVu Sans" },
00054     { L"MS Sans Serif",   L"DejaVu Sans" },
00055     { L"MS Shell Dlg",    L"DejaVu Sans" },
00056     { L"MS Shell Dlg 2",  L"DejaVu Sans" },
00057     { L"Helv",            L"DejaVu Sans" },
00058     { NULL, NULL }
00059 };
00060 
00061 MUI_SUBFONT CJKFonts[] =
00062 {
00063     { L"Arial",           L"Liberation Sans" },
00064     { L"Courier",         L"FreeMono" },
00065     { L"Courier New",     L"FreeMono" },
00066     { L"Times New Roman", L"Liberation Serif" },
00067     { L"Tahoma",          L"Droid Sans Fallback" },
00068     { L"MS Sans Serif",   L"Tahoma" },
00069     { L"MS Shell Dlg",    L"Droid Sans Fallback" },
00070     { L"MS Shell Dlg 2",  L"Droid Sans Fallback" },
00071     { L"MS UI Gothic",    L"Droid Sans Fallback" },
00072     { L"MS UI Gothic 2",  L"Droid Sans Fallback" },
00073     { L"Helv",            L"Tahoma" },
00074     { NULL, NULL }
00075 };
00076 
00077 MUI_SUBFONT UnicodeFonts[] =
00078 {
00079     { L"Arial",           L"DejaVu Sans"  },
00080     { L"Courier",         L"DejaVu Sans Mono" },
00081     { L"Courier New",     L"DejaVu Sans Mono" },
00082     { L"Times New Roman", L"DejaVu Serif" },
00083     { L"Tahoma",          L"DejaVu Sans" },
00084     { L"MS Sans Serif",   L"DejaVu Sans" },
00085     { L"MS Shell Dlg",    L"DejaVu Sans" },
00086     { L"MS Shell Dlg 2",  L"DejaVu Sans" },
00087     { L"Helv",            L"DejaVu Sans" },
00088     { NULL, NULL }
00089 };

Generated on Sat May 26 2012 04:16:58 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.