mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
use gtk version dependent pango class implementation
This commit is contained in:
parent
f12ff02616
commit
e36d9fb2a1
2 changed files with 5 additions and 3 deletions
|
|
@ -209,9 +209,11 @@ var_dump(
|
||||||
|
|
||||||
#### Link::getAlt
|
#### Link::getAlt
|
||||||
|
|
||||||
## Pango
|
## GTK3
|
||||||
|
|
||||||
Converter for GTK/Pango format
|
### Pango
|
||||||
|
|
||||||
|
Converter to GTK3-compatible Pango format
|
||||||
|
|
||||||
#### Pango::fromGemtext
|
#### Pango::fromGemtext
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Yggverse\Gemini;
|
namespace Yggverse\Gemini\Gtk3;
|
||||||
|
|
||||||
class Pango
|
class Pango
|
||||||
{
|
{
|
||||||
Loading…
Add table
Add a link
Reference in a new issue