Add scaled_font_buffer implementation

This commit is contained in:
Consolatis 2022-06-13 21:33:32 +02:00 committed by Johan Malm
parent c3f07aacf0
commit 5d79911244
3 changed files with 148 additions and 0 deletions

View file

@ -4,6 +4,7 @@ labwc_sources += files(
'font.c',
'grab-file.c',
'nodename.c',
'scaled_font_buffer.c',
'scaled_scene_buffer.c',
'scene-helpers.c',
'spawn.c',