230 Star 1.2K Fork 357

GVPzlgopen/awtk

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
glyph_format_t.md 423 Bytes
Copy Edit Raw Blame History
lixianjing authored 3 years ago . regen docs

glyph_format_t

概述

字模格式常量定义。

常量

名称 说明
GLYPH_FMT_ALPHA 每个像素占用1个字节(缺省)。
GLYPH_FMT_MONO 每个像素占用1个比特。
GLYPH_FMT_RGBA 每个像素占用4个字节。
GLYPH_FMT_ALPHA2 每个像素占用2bit。
GLYPH_FMT_ALPHA4 每个像素占用4bit。

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zlgopen/awtk.git
git@gitee.com:zlgopen/awtk.git
zlgopen
awtk
awtk
master

Search