当前位置: 首页 > 图文教程 > 网络编程 > ASP > ASPJPEG水印中关于文字水印的帮助文档(中英文对照)

ASP
制作我们自己的Ebay(拍卖系统)(3)
制作我们自己的Ebay(拍卖系统)(4)
制作我们自己的Ebay(拍卖系统)(5)
制作我们自己的Ebay(拍卖系统)(6)
制作我们自己的Ebay(拍卖系统)(8)
制作我们自己的Ebay(拍卖系统)(9)
制作我们自己的Ebay(拍卖系统)(7)
作一个可以直接和浏览器进行交互的组件
用ASP+实现一个简单的计算器(适合入门者)
用多种方法制作WEB页面的计数器
asp+的论坛列表程序---代码部分
asp+的论坛列表程序---页面部分
asp+版本简单的留言板的制作(一)
asp+版本简单的留言板的制作(二)
asp+版本简单的留言板的制作(三)
一个功能完善的专栏管理的程序->这是asp.net的第二个应用(一)
一个功能完善的专栏管理的程序->这是asp.net的第二个应用(二)
一个功能完善的专栏管理的程序->这是asp.net的第二个应用(三)
一个功能完善的专栏管理的程序->这是asp.net的第二个应用(四)
一个功能完善的专栏管理的程序->这是asp.net的第二个应用(五)

ASPJPEG水印中关于文字水印的帮助文档(中英文对照)


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-08-14   浏览: 101 ::
收藏到网摘: n/a

Font Properties (字体属性)

BkColor As Long (read/write) (背景颜色定义为长整性)

Specifies the font's background color. Font.BkMode must be set to anything other that "transparent" for this property to take effect.

设置字体背景颜色,Font.BkMode (背景模式)必须设置为其他的模式属性值不能为transparent才能生效

(即是transparent是透明的效果)

BkMode As String (read/write) (背景模式)

"Transparent" by default. If set to any other value, such as "Opaque", the font's background is colored with Font.BkColor.

"Transparent"是默认的.如果设置为其他的值,比如"Opaque",字体的背景颜色将是Font.BkColor. 的值

(注意,如果没有设置为Opaque,必须要设置这个jpeg.Canvas.DrawGraph )

Bold As Long (read/write)

Specifies whether a bold font should be used. False by default.

Color As Long (read/write) (颜色)

Specifies font color, e.g. &H00FF00 for green. 0 (black) by default.

设置字体颜色. 比如:&H00FF00为绿色.0(黑色)为默认值

说明: 请采用十六进制表示:加入&H

Family As String (read/write) (字体)

Specifies font family such as "Arial" or "Courier New". A system-default font is used if this property is not specified, or the specified font is not found.

设置字体为"Arial" 或则 "Courier New".系统将使用默认字体 如果没有设置字体.或则设置的字体没有找到

Italic As Long (read/write)

Specifies whether an italic font should be used. False by default.

Quality As Long (read/write) (品质)

Specifies text quality. Valid values: 0 (Default), 1 (Draft), 2 (Proof), 3 (Non-Antialiased), 4 (Antialiased).

Text usually appears anti-aliased only if the Font.BkMode is set to "Opaque".

设置文本(水印)的品质:可以取值: 0(默认)1(草稿)2(校样)3()4()

文本水印如果要显示anti-aliased 只有设置了Font.BkMode 模式为"Opaque

Specifies the color of a text shadow, if present.

Specifies text rotation angle (in degrees, rotation is counter-clockwise). 0 (horizontal) by default.

Rotation As Long (read/write) ShadowColor As Long (read/write) ShadowXoffset As Long (read/write)

Specifies horizontal offset of a text shadow, in pixels. 0 by default (no shadow).

ShadowYoffset As Long (read/write)

Specifies vertical offset of a text shadow, in pixels. 0 by default (no shadow).

Size As Long (read/write)
 
Specifies font size, in pixels. 24 by default.

Underlined As Long (read/write)

Specifies whether an underlined font should be used. False by default