码迷,mamicode.com
首页 >  
搜索关键字:font    ( 28583个结果
LeetCode(6)--ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2015-05-08 01:30:06    阅读次数:127
(一)关于SWT程序的基本架构,如何使用控件以及使用Image,Font,Color等图形资源内容
import org.eclipse.swt.SWT;import org.eclipse.swt.events.SelectionEvent;import org.eclipse.swt.events.SelectionListener;import org.eclipse.swt.graphic...
分类:其他好文   时间:2015-05-07 21:52:40    阅读次数:199
NGUI在Unity中因更改窗口区域而出现Bug的处理
最近,在Unity5.0.1中遇到了NGUI中的一些BUG问题,比如,你用NGUI开发进行拖拽Sprite 的功能,或者在一些Lable上使用了dynamic font, 然后把它编译成可在PC上运行的exe可执行 文件 (记得 Player Settings的Resolution中勾上Resizealbe Window),  当它运行时,这时你就 会发现问题来了,比如打开时是720*480...
分类:编程语言   时间:2015-05-07 18:56:41    阅读次数:189
MFC静态文本框设置字体和颜色
在MFC中,static text控件可以很方便的显示文字,但是如果想修改字体风格大小以及颜色,应该怎么修改呢?1.要修改字体,需要用到CFont类,这个类可以修改字体的各种属性1 CFont m_font;2 m_font.CreateFont(14,0,0,0,FW_BOLD,FALSE,FAL...
分类:编程语言   时间:2015-05-07 15:53:33    阅读次数:211
iOS:自定义UITextField的Placeholder提示字格式
_psdTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"密码", nil) attributes:@{NSFontAttributeName:_psdTextField.font,NSForegroundColorAttributeName:[UICol...
分类:移动开发   时间:2015-05-07 14:40:55    阅读次数:129
Eclipse记录
【一些设置】1.eclipse里的中文注释比较小 Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Edit如果在新版eclipse中中文注释明显小于....
分类:系统相关   时间:2015-05-07 12:03:24    阅读次数:182
LeetCode 6 ZigZag Conversion (C,C++,Java,Python)
Problem: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H ...
分类:编程语言   时间:2015-05-07 00:59:08    阅读次数:176
LeetCode 6 -- ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2015-05-06 21:04:50    阅读次数:182
CSS六大选择器(注释css表里不能加注释!!)
@charset "utf-8";/* CSS Document */body{ background-color:#F00}#p1{ color:#3F3}.name{ color:#30C}b,i{ color:#6C6}#p1 font{ color:#000}p...
分类:Web程序   时间:2015-05-06 16:53:24    阅读次数:158
图片加水印
package com.founder.cms.watermark.util;import java.awt.AlphaComposite;import java.awt.Color;import java.awt.Font;import java.awt.Graphics2D;import jav...
分类:其他好文   时间:2015-05-06 16:47:48    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!