Hello,
I have a requirement to build a global verifier similar to QA checker. The only difference is I need to verify the length of a segment in pixels, not characters.
There are System.Drawing.Graphics functions I can use to calculate the width according to font and size in the verification logic. My problem is where to start building a global verifier and what part of the verification API gives me access to the maxwidth values in the xliff file as well as the header part of the xliff file.
I currently have in front of me the sample project Sdl.Verification.Sdk.IdenticalCheck.Extended.
Sven