00001 00007 /* License: new BSD license (see NPW.h) */ 00008 00039 #if !defined(__NPWTextMarkup__) 00040 #define __NPWTextMarkup__ 00041 00042 #ifdef __cplusplus 00043 extern "C" { 00044 #endif 00045 00046 #include "NPWText.h" 00047 00058 NPWMarkupActionFlag NPWMarkupCBCharStyle(void *userData, 00059 NPWConstText t, NPWInt len, 00060 NPWInt *count, 00061 NPWCharStyle *style, 00062 NPWParFormat *parFormat); 00063 00064 #ifdef __cplusplus 00065 } 00066 #endif 00067 00068 #endif