gitignore
This commit is contained in:
parent
436242a260
commit
8f4f5e4ca4
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Specify filepatterns you want git to ignore.
|
||||||
|
.idea
|
||||||
|
|
||||||
12
src/font.cpp
12
src/font.cpp
@ -138,12 +138,12 @@ void MyFont::render_text(const std::string_view text, const Vector2 pos, const C
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ZoneNamedC()
|
// ZoneNamedC()
|
||||||
const zone2 = ztracy.ZoneNC(@src(), "ShapeUtf8", 0x00_ff_00_00);
|
// const zone2 = ztracy.ZoneNC(@src(), "ShapeUtf8", 0x00_ff_00_00);
|
||||||
kb.kbts_ShapeBegin(Context, kb.KBTS_DIRECTION_DONT_KNOW, kb.KBTS_LANGUAGE_DONT_KNOW);
|
// kb.kbts_ShapeBegin(Context, kb.KBTS_DIRECTION_DONT_KNOW, kb.KBTS_LANGUAGE_DONT_KNOW);
|
||||||
kb.kbts_ShapeUtf8(Context, text.ptr, @intCast(text.len), kb.KBTS_USER_ID_GENERATION_MODE_CODEPOINT_INDEX);
|
// kb.kbts_ShapeUtf8(Context, text.ptr, @intCast(text.len), kb.KBTS_USER_ID_GENERATION_MODE_CODEPOINT_INDEX);
|
||||||
kb.kbts_ShapeEnd(Context);
|
// kb.kbts_ShapeEnd(Context);
|
||||||
zone2.End();
|
// zone2.End();
|
||||||
|
|
||||||
// This is a simplified loop.
|
// This is a simplified loop.
|
||||||
// In your Zig code, you used 'kb' to get shaped runs.
|
// In your Zig code, you used 'kb' to get shaped runs.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user