码迷,mamicode.com
首页 >  
搜索关键字:fontsize    ( 355个结果
利用js做rem设置
//得到手机屏幕的宽度lethtmlWidth=document.documentElement.clientWidth||document.body.clientWidth;//得到html的Dom元素lethtmlDom=document.getElementsByTagName(‘html‘)[0];//设置根元素字体大小htmlDom.style.fontSize=html
分类:Web程序   时间:2018-05-16 10:56:02    阅读次数:233
wpf--- TextBlock文字设置属性
ProgressBar控件的重要属性: FontFamily——控件中显示文本的字体 FontSize——控件中显示的字体的大小 Foreground——控件中显示的文本的前景色 Text——显示的文本的内容 TextWrapping——控件中显示的文本的换行方式。 NoWrap——不自动换行,超出 ...
分类:Windows程序   时间:2018-04-28 13:58:57    阅读次数:889
python解析json
创建json文件 { "fontFamily": "微软雅黑", "fontSize": 12, "BaseSettings":{ "font":1, "size":2 }} 读取json文件 import json def loadFont(): f = open("Settings.json", ...
分类:编程语言   时间:2018-02-23 22:17:34    阅读次数:173
最优化学习笔记(一)预备知识
watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="" />watermark/2/text/aHR..... ...
分类:其他好文   时间:2018-02-12 13:40:57    阅读次数:121
总结常用string方法和Arrat方法
String 对象方法concat 字符串拼接fontcolor 给字符串变色fontsize 字符串字体大小(0-7)italics() 斜体字符串Indexof 从前往后查找字符串的位置 lastIndexof 从后往前找charCodeAt(0) 查看下标为0的字母 Unicode编码from ...
分类:其他好文   时间:2018-01-14 18:38:00    阅读次数:152
给一组按钮绑定事件——[js练习]
题目要求 提供的代码是一个编辑器组件,但功能还不完善,需要为该编辑器的工具栏按钮绑定相关事件(可使用 jQuery ),具体要求如下: 1、为 #js-add-fontsize 元素绑定 click 事件 当事件触发后改变编辑器内文本字体为 20px。 2、为 #js-change-bg 元素绑定 ...
分类:Web程序   时间:2018-01-13 15:34:48    阅读次数:201
WPF文字间距
代码: <ItemsControl ItemsSource="{Binding Info}" FontFamily="微软雅黑" FontSize="12" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Cent ...
分类:Windows程序   时间:2017-12-26 23:11:22    阅读次数:234
验证码封装类
width=$width; $this->height=$height; $this->num=$num; $this->fontsize=$fontsize; $this->pixes=$pixes; $this->lines=$lines; ... ...
分类:其他好文   时间:2017-12-23 23:02:50    阅读次数:212
Rmarkdown:输出pdf设置
输出pdf需要安装Ctex {r} title: "first markdown" author: "name" date: " " geometry: left = 3.18cm, right = 3.18cm, top = 2.0cm, bottom = 2.0cm fontsize: 12pt ...
分类:其他好文   时间:2017-12-17 22:07:49    阅读次数:297
Highcharts X轴纵向显示
xAxis: { categories: ['苹果', '橘子', '梨', '葡萄', '香蕉'], labels:{ rotation: 0, style:{ fontSize: '13px', fon... ...
分类:其他好文   时间:2017-12-13 12:03:50    阅读次数:175
355条   上一页 1 ... 5 6 7 8 9 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!