FDK: Bold Text not being applied to certain sentences
Hi there
A customer of ours using our document localisation package has reported an issue where some bold formatting
is not being applied to certain parts of sentences. Using the Visual Studio 2008 debugger, we seem to be doing everything right.
We create a F_TextRangeT object which represents the text we want to apply the formatting to.
Then we create a F_PropValsT structure which contains the formatting for this text range.
I also check the value of FA_errno before and after the application of formatting properties and it is always zero,
so Frame is detecting anything erroneous either.
Finally , we apply these properties using F_ApiSetTextProps(m_hDocument, &range, &properties); where m_hDocument is a handle
to the currently open FrameMaker file. I was wondering if anyone had a previous experience with a problem like this,
or any suggestions as to how it might be happening?
Thanks
Eric