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