Пример #1
0
		/// <summary>
		/// Sets the resolver to use to get the font associated with a font set.
		/// </summary>
		/// <param name="p_fsrResolver">The resolver to use to get the font associated with a font set.</param>
		public static void SetFontSetResolver(IFontSetResolver p_fsrResolver)
		{
			Resolver = p_fsrResolver;
		}
Пример #2
0
 /// <summary>
 /// Sets the resolver to use to get the font associated with a font set.
 /// </summary>
 /// <param name="p_fsrResolver">The resolver to use to get the font associated with a font set.</param>
 public static void SetFontSetResolver(IFontSetResolver p_fsrResolver)
 {
     Resolver = p_fsrResolver;
 }