Before freetype2 use to iterate through the font's glyphs diretly.
This commit is contained in:
parent
c483649e20
commit
9ab064126f
3 changed files with 7 additions and 2 deletions
|
@ -10,12 +10,13 @@ ftxui_component = dependency('ftxui-component')
|
|||
sfml = dependency('sfml')
|
||||
lua = dependency('lua')
|
||||
sol2 = dependency('sol2')
|
||||
freetype2 = dependency('freetype2')
|
||||
|
||||
dependencies = [
|
||||
catch2, fmt,
|
||||
ftxui_screen, ftxui_dom,
|
||||
ftxui_component, json,
|
||||
sfml, lua, sol2
|
||||
sfml, lua, sol2, freetype2
|
||||
]
|
||||
|
||||
runtests = executable('runtests', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue