mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 06:12:47 -06:00
Input Method support (Win32, MacOS, Linux)
This commit is contained in:
parent
7ec93f4a40
commit
21eebae3db
28 changed files with 523 additions and 52 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue