Input Method support (Win32, MacOS, Linux)

This commit is contained in:
Mirek Fidler 2022-02-26 18:31:33 +01:00
parent 7ec93f4a40
commit 21eebae3db
28 changed files with 523 additions and 52 deletions

View file

@ -364,7 +364,6 @@ void PdfDraw::DrawTextOp(int x, int y, int angle, const wchar *s, Font fnt,
auto Fmt = [](double x) { return FormatF(x, 5); };
if(fnt.GetFaceInfo() & Font::COLORIMG) {
int fi = -1;
Pointf prev(0, 0);
for(int i = 0; i < n; i++) {
CGlyph cg = ColorGlyph(fnt, s[i]);