mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-10 13:12:02 +00:00
use gtk version dependent pango class implementation
This commit is contained in:
parent
f12ff02616
commit
e36d9fb2a1
@ -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…
x
Reference in New Issue
Block a user