mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
...
This commit is contained in:
parent
3643a78b18
commit
8fc9f97c12
1 changed files with 3 additions and 0 deletions
|
|
@ -192,6 +192,9 @@ face_has_codepoint(PyObject *s, char_type cp) {
|
|||
return FT_Get_Char_Index(((Face*)s)->face, cp) > 0;
|
||||
}
|
||||
|
||||
hb_font_t*
|
||||
harfbuzz_font_for_face(PyObject *self) { return ((Face*)self)->harfbuzz_font; }
|
||||
|
||||
// Boilerplate {{{
|
||||
|
||||
static PyMemberDef members[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue