FontUIResources created with fallbacks don't work with deriveFont. This is internal API used by Swing. The problem is that internally deriveFont will only copy handles from fonts created with createFont whereas the expectation of these FontUIResources is that the handle will be copied
|