Esempio n. 1
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Gets the directory for the XeLaTeX software for the XeTeX back end.
 /// </summary>
 ///
 /// <returns>
 /// name or the directory or string.Empty if the directory name isn't in the registry.
 /// </returns>
 /// ------------------------------------------------------------------------------------
 public static void SetXeLaTexFontCount(int count)
 {
     RegistryAccess.SetIntRegistryValue("XeLaTexFontCount", count);
 }