nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS

NPWTextMarkup.c File Reference

Simple text markup for PDF Output. More...

#include "NPWTextMarkup.h"

Go to the source code of this file.


Functions

NPWMarkupActionFlag NPWMarkupCBCharStyle (void *userData, NPWConstText t, NPWInt len, NPWInt *count, NPWCharStyle *style, NPWParFormat *parFormat)
 Callback to decode text markup beginning with backslash.

Detailed Description

Simple text markup for PDF Output.

Author:
Yves Piguet. Copyright 2008-2010, Yves Piguet.

Definition in file NPWTextMarkup.c.


Function Documentation

NPWMarkupActionFlag NPWMarkupCBCharStyle ( void *  userData,
NPWConstText  t,
NPWInt  len,
NPWInt count,
NPWCharStyle style,
NPWParFormat parFormat 
)

Callback to decode text markup beginning with backslash.

Parameters:
[in,out] userData callback-specific data (ignored)
[in] t text whose beginning is analyzed
[in] len length of t
[out] count number of characters of markup
[in,out] style character style
[in,out] parFormat paragraph format
Returns:
kNPWMarkupActionFlagNotRecognized if no markup has been recognized, or flags describing the markup effect

Definition at line 11 of file NPWTextMarkup.c.

Generated by Doxygen.
Copyright 2007-2010, Yves Piguet.
All rights reserved.