Merge Wingdings font

  • Hello,

    I generate text with bullets.

    I use this code :

    Code
    reTable->CurrAttr->NumberStyle = wp_bullet;_reTable->SaveToStream(pFlux);

    Then in an OnMailMergeGetText event :

    Code
    Contents->Options << mmIgnoreLoadedFonts;
    Contents->LoadTextFromStream(pFlux);

    My problem is very simple, I created a bullet, which implicitly uses the Wingdings font.
    I use the mmIgnoreLoadedFonts option because I want it to ignore the font text.

    But I want to keep my bullet!

    Would it be possible to have a new option mmIgnoreLoadedFontsExcept or another solution to handle this type of case ?