1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:37:35 +00:00

Lagom/Fuzzers: Add TTF fuzzer

This commit is contained in:
Luke 2021-01-01 20:33:38 +00:00 committed by Andreas Kling
parent ad243ef3aa
commit 5dfcecd244
5 changed files with 40 additions and 2 deletions

View file

@ -33,7 +33,6 @@
#include <LibTTF/Font.h>
#include <LibTTF/Glyf.h>
#include <LibTTF/Tables.h>
#include <bits/stdint.h>
#include <math.h>
namespace TTF {

View file

@ -27,6 +27,7 @@
#pragma once
#include <AK/ByteBuffer.h>
#include <AK/HashMap.h>
#include <AK/Noncopyable.h>
#include <AK/RefCounted.h>
#include <AK/StringView.h>