implement pango markup api

This commit is contained in:
yggverse 2024-07-29 16:09:27 +03:00
parent 58bc99de06
commit f81cf9fdee
5 changed files with 237 additions and 108 deletions

View file

@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace Yggverse\Yoda\Model\Gtk\Pango;
class Markup extends \Yggverse\Yoda\Abstract\Model\Gtk\Pango\Markup
{}