改进视觉效果 改进视觉效果 上个程序只实现了简单的文本显示,接下来将介绍如何调整文字的位置、大小、颜色。 # include <LCUI_Build.h> # include <LCUI/LCUI.h> # include <LCUI/gui/widget.h> # include <LCUI/gui...
渲染一个字 渲染一个字 以下程序的功能是渲染一个红色的“字”并将它保存至 PNG 文件中,使用的字体为宋体。 # include <LCUI_Build.h> # include <LCUI/LCUI.h> # include <LCUI/graph.h> # include <LCUI/font.h...
Overview Containers Overview Components and options for laying out your LCUI project, including wrapping containers, a simple grid system. Containers Containers are the mos...