NPWTextMarkup.c File Reference
Simple text markup for PDF Output.
More...
#include "NPWTextMarkup.h"
Go to the source code of this file.
Detailed Description
Simple text markup for PDF Output.
- Author:
- Yves Piguet. Copyright 2008-2010, Yves Piguet.
Definition in file NPWTextMarkup.c.
Function Documentation
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.