mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-03-13 06:01:58 +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
|
||||
|
||||
## Pango
|
||||
## GTK3
|
||||
|
||||
Converter for GTK/Pango format
|
||||
### Pango
|
||||
|
||||
Converter to GTK3-compatible Pango format
|
||||
|
||||
#### Pango::fromGemtext
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Yggverse\Gemini;
|
||||
namespace Yggverse\Gemini\Gtk3;
|
||||
|
||||
class Pango
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user