# uefift2 **Repository Path**: ay123net/uefift2 ## Basic Information - **Project Name**: uefift2 - **Description**: No description available - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2024-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Freetype4UEFI 这是一个UEFI如何使用Freetype2的实例 ![screen shot](https://gitee.com/ay123net/uefift2/raw/master/20210323163153.jpg) * Freetype2 版本: 2.10.4 * Freetype2 官网下载: https://download.savannah.gnu.org/releases/freetype/ ## 编译 * 将本工程放到AppPkg/Applications下 * 将Freetype.inf添加到AppPkg/AppPkg.dsc * 编译:build -p AppPkg/AppPkg.dsc * 支持GCC及VS ## 运行 * 将ttc字库文件放到efi文件的同目录 * 再在shell中运行efi ## 作者 * Email: cbaoyun@gmail.com * 博客: https://ay123.net ## 参考 * [FreeType2使用总结](https://blog.csdn.net/finewind/article/details/38009731) * [FreeType example1](https://www.freetype.org/freetype2/docs/tutorial/example1.c) * [UEFI_FreeType_MSVC](https://github.com/tenpoku1000/UEFI_FreeType_MSVC/)