xml - character to bullet conversion in c# -


currently developing pptx viewer involves parsing pptx files stored zipped xml files relationship between xml files.

special bullets used in presentation sheets such the image denotes bullet followed text- title. such bullets stored characters in xml files. bullet shown in image stored character "q". parsing xml data represented "q" again

is there method or library helps in conversion of character used represent bullet actual bullet shown in image drawn on winform using c#

you should seeing in xml:

<a:bufont typeface="wingdings" pitchfamily="2" charset="2"/><a:buchar char="q"/> 

in other words, bullet character in wingdings font resides @ position (113) q occupy in "normal" font.

display q in wingdings , you'll box bullet.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -