Documentation ¶
Overview ¶
Package text 文字转图片
Index ¶
Constants ¶
View Source
const ( // FontPath 通用字体路径 FontPath = "data/Font/" // FontFile 苹方字体 FontFile = FontPath + "regular.ttf" // BoldFontFile 粗体苹方字体 BoldFontFile = FontPath + "regular-bold.ttf" // SakuraFontFile 樱酥体 SakuraFontFile = FontPath + "sakura.ttf" // ConsolasFontFile ... ConsolasFontFile = FontPath + "consolas.ttf" // SyumatuFontFile 少女终末旅行字体 SyumatuFontFile = FontPath + "zhongmoti.ttf" // NisiFontFile 少女终末旅行字体变体 NisiFontFile = FontPath + "Nisi-Regular.ttf" // VioletEvergardenFontFile 紫罗兰永恒花园字体 https://github.com/kagurazakayashi/EvergardenConverter VioletEvergardenFontFile = FontPath + "VioletEvergardenFont.ttf" // GlowSansFontFile 未来荧黑 https://github.com/welai/glow-sans GlowSansFontFile = FontPath + "GlowSansSC-Normal-ExtraBold.ttf" // ImpactFontFile ... ImpactFontFile = FontPath + "Impact.ttf" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.