# tcpdf-microsoft-yahei-font **Repository Path**: edwinfound/tcpdf-microsoft-yahei-font ## Basic Information - **Project Name**: tcpdf-microsoft-yahei-font - **Description**: TCPDF微软雅黑字体 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2018-06-07 - **Last Updated**: 2022-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TCPDF微软雅黑字体 ## 使用方法 将 `yahei.*` 三个文件复制到 `TCPDF` 的 `fonts` 文件夹中。 ## 调用代码 ```php $pdf->SetFont('yahei', '', 12); ``` ## TCPDF官网 [https://tcpdf.org/](https://tcpdf.org/)