mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
add PangoCairo lua bindings
This commit is contained in:
parent
02a18400fa
commit
f49d0a1b1d
2 changed files with 212 additions and 1 deletions
|
|
@ -140,7 +140,13 @@ CLASSINFO(RegionSelection);
|
|||
CLASSINFO(PublicEditor);
|
||||
CLASSINFO(Selection);
|
||||
CLASSINFO(ArdourMarker);
|
||||
CLASSINFO(LuaCairoImageSurface);
|
||||
|
||||
namespace LuaCairo {
|
||||
class ImageSurface;
|
||||
class PangoLayout;
|
||||
}
|
||||
CLASSKEYS(LuaCairo::ImageSurface);
|
||||
CLASSKEYS(LuaCairo::PangoLayout);
|
||||
|
||||
namespace Cairo {
|
||||
class Context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue