Exemplo n.º 1
0
 public static void SetCacheActualFont(RequestFont r, ActualFont a)
 {
     s_actualFonts[r.GetReqKey()] = a;
 }
Exemplo n.º 2
0
 internal static void SetCacheActualFont(RequestFont r, ActualFont f)
 {
     r._actualFont = f;
 }
Exemplo n.º 3
0
 protected static void SetCacheActualFont(RequestFont r, ActualFont a)
 {
     CacheFont.SetCacheActualFont(r, a);
     //throw new NotSupportedException();
     //RequestFont.SetCacheActualFont(r, a);
 }