| 1 | //************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// |
|---|---|
| 2 | //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// |
| 3 | #pragma once |
| 4 | |
| 5 | #include "BsCorePrerequisites.h" |
| 6 | |
| 7 | /** @addtogroup Plugins |
| 8 | * @{ |
| 9 | */ |
| 10 | |
| 11 | /** @defgroup Font bsfFontImporter |
| 12 | * FreeType importer for font file formats (TTF, OTF). |
| 13 | */ |
| 14 | |
| 15 | /** @} */ |