Documentation
¶
Overview ¶
Package font 字体.
Index ¶
- type Font
- func X创建(字体大小 int32) *Font
- func X创建EX(字体名称 string, 字体大小 int32, ...) *Font
- func X创建并按GDI字体指针(GDI字体指针 uintptr) *Font
- func X创建并按ZIP(zip文件名, 字体文件名, zip密码 string, 字体大小 int32, ...) *Font
- func X创建并按内存(字体文件数据 []byte, 字体大小 int32, ...) *Font
- func X创建并按内存ZIP(zip数据 []byte, 字体文件名, zip密码 string, 字体大小 int32, ...) *Font
- func X创建并按句柄(句柄 int) *Font
- func X创建并按名称(名称 string) *Font
- func X创建并按字体句柄(字体句柄 uintptr) *Font
- func X创建并按文件(字体文件名 string, 字体大小 int32, ...) *Font
- func X创建并按资源(id int32, 类型 string, 字体大小 int32, ...) *Font
- func X创建并按选项(字体选项 *炫彩基类.LOGFONTW) *Font
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Font ¶
type Font struct {
炫彩对象基类.ObjectBase
}
Font 炫彩字体.
func X创建并按ZIP ¶
ff:创建并按ZIP style:字体样式 fontSize:字体大小 pPassword:zip密码 pFileName:字体文件名 pZipFileName:zip文件名
func X创建并按内存ZIP ¶
ff:创建并按内存ZIP style:字体样式 fontSize:字体大小 pPassword:zip密码 pFileName:字体文件名 data:zip数据
Click to show internal directories.
Click to hide internal directories.