font-family样式对照表】的更多相关文章

.a { font-family: "微软雅黑" } .b { font-family: "黑体" } .c { font-family: "楷体" } .d { font-family: "新宋体" } .e { font-family: "宋体" } .f { font-family: "仿宋" } .g { font-family: "新宋体" } .cen {…
font-style: /* 文字样式 italic(倾斜) | normal */ font-weight: /* 文字是否加粗 bold | normal(正常) */ font-size: /* 文字大小 */ line-height: /* 行高(每行文字的高度,文字在行内上下居中)*/ font-family: /* 文字字体 "微软雅黑" | "宋体" ... */ /* 复合样式 (有强制顺序) */ font: /* font-style font-…
label.font = [UIFont fontWithName:@"Arial-BoldItalicMT" size:24]; 字体名如下: Font Family: American TypewriterFont: AmericanTypewriterFont: AmericanTypewriter-Bold Font Family: AppleGothicFont: AppleGothic Font Family: ArialFont: ArialMTFont: Arial-B…
1   Color.AliceBlue 240,248,255 Color.LightSalmon 255,160,122 Color.AntiqueWhite 250,235,215 Color.LightSeaGreen 32,178,170 Color.Aqua 0,255,255 Color.LightSkyBlue 135,206,250 Color.Aquamarine 127,255,212 Color.LightSlateGray 119,136,153 Color.Azure…
WPF中的画刷也一样适用 System.Windows.Media.Brushes.名称 (如:System.Windows.Media.Brushes.AliceBlue) :first-child { margin-top: 0; } blockquote > :last-child { margin-bottom: 0; } img { border: 0; max-width: 100%; height: auto !important; margin: 2px 0; } table {…
今天我总结一下文本常用的字体样式 1.font常用样式 1)字体类型 语法:font-family: +字体类型:    如: font-family:宋体; 2)字体大小 语法:font-size: +字体大小: 如:   font-size:20px; 3)字体风格 语法:font-style: +字体风格:  如:font-style:italic; 4)字体拉伸 语法:font-stretch: +字体拉伸: 如: font-stretch:expanded; 5)字体加粗 语法:fon…
属性选择符  选择符  说明  E[att]  选择具有att属性的E元素.  E[att="val"]  选择具有att属性且属性值等于val的E元素.  E[att~="val"]  选择具有att属性且属性值为一用空格分隔的字词列表,其中一个等于val的E元素.  E[att^="val"]  选择具有att属性且属性值为以val开头的字符串的E元素.  E[att$="val"]  选择具有att属性且属性值为以val…
程序员语录: 不要太刻意地把写程序这件事和挣钱挂起来,局限了你挣钱的本事 <html> <head> <title>网页样式</title> </head> <body> <!--标记的属性--> <font size="30" color="red">人</font> <!--css样式--> <font style="font-…
目录 1.CSS颜色-建议就用十六进制 2.CSS长度的度量单位-建议就用px 3.CSS文本样式 3.1. 字体属性 3.1. 文本样式 1.CSS颜色-建议就用十六进制 p{ color: #ff0000 } 2.CSS长度的度量单位-建议就用px p{ margin: 0; padding: 0; font-size: 20px; height: 50px; } 3.CSS文本样式 字体的大小,样式以及方位 3.1. 字体属性 属性名 说明 例子 font-size 字体大小 font-s…
一.excel公共样式类(包含数据科学计数法转为普通值) package com.thinkgem.jeesite.common.utils.excel; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.hssf.util.HSSFColor; import org.apache.poi.hssf.util.Region; import org.apache.poi.ss.usermodel.Cell; import o…