// // NSFont-NJRExtensions.h // Pester // // Created by Nicholas Riley on Sun Mar 30 2003. // Copyright (c) 2003 Nicholas Riley. All rights reserved. // #import #include @interface NSFont (NJRExtensions) + (NSFont *)themeFont:(ThemeFontID)fontID; @end