Ocean
FreeType.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) Meta Platforms, Inc. and affiliates.
3  *
4  * This source code is licensed under the MIT license found in the
5  * LICENSE file in the root directory of this source tree.
6  */
7 
8 #ifndef META_OCEAN_CV_FONTS_FREETYPE_FREE_TYPE_H
9 #define META_OCEAN_CV_FONTS_FREETYPE_FREE_TYPE_H
10 
11 #include "ocean/cv/fonts/Fonts.h"
12 
13 #include <ft2build.h>
14 #include <freetype/freetype.h>
15 
16 #endif // META_OCEAN_CV_FONTS_FREETYPE_FREE_TYPE_H