GUIStyle
- active
- alignment
- border
- CalcHeight
- CalcMinMaxWidth
- CalcScreenSize
- CalcSize
- clipping
- contentOffset
- DrawCursor
- DrawWithTextSelection
- Draw
- fixedHeight
- fixedWidth
- focused
- fontSize
- fontStyle
- font
- GetCursorPixelPosition
- GetCursorStringIndex
- GUIStyle
- hover
- imagePosition
- lineHeight
- margin
- name
- none
- normal
- onActive
- onFocused
- onHover
- onNormal
- operator GUIStyle
- overflow
- padding
- stretchHeight
- stretchWidth
- wordWrap
GUIStyle.fontStyle 字体样式
var fontStyle : FontStyle
Description描述
The font style to use (for dynamic fonts)
使用字体样式(用于动态字体)
If this is set to a value other then normal, the font style set in the font importer is overriden with a custom style. This is only supported for fonts set to use dynamic font rendering. Other fonts will always render in normal style.
如果这个设置normal以外的值,字体样式被设置,在字体导入器设置会重写这个自定义样式。这个仅支持设置使用动态字体渲染的字体。其他字体将总是渲染为normal样式。
最后修改:2011年1月24日 Monday 18:34