draft pango conversion method

This commit is contained in:
yggverse 2024-09-13 12:54:14 +03:00
parent f889f754c4
commit a8c59d5642
2 changed files with 13 additions and 1 deletions

View file

@ -15,6 +15,10 @@ namespace app::browser::main::tab::page::content::text
Gemini(
const Glib::ustring & GEMTEXT
);
static Glib::ustring to_pango(
const Glib::ustring & GEMTEXT
);
};
}