Class: OBS::WebSocket::Protocol::Responses::GetTextGDIPlusProperties
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetTextGDIPlusProperties
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#align ⇒ String
readonly
align
field. -
#bk_color ⇒ Integer
readonly
bk_color
field. -
#bk_opacity ⇒ Integer
readonly
bk_opacity
field. -
#chatlog ⇒ Boolean
readonly
chatlog
field. -
#chatlog_lines ⇒ Integer
readonly
chatlog_lines
field. -
#color ⇒ Integer
readonly
color
field. -
#extents ⇒ Boolean
readonly
extents
field. -
#extents_cx ⇒ Integer
readonly
extents_cx
field. -
#extents_cy ⇒ Integer
readonly
extents_cy
field. -
#file ⇒ String
readonly
file
field. -
#font ⇒ Hash
readonly
font
field. -
#gradient ⇒ Boolean
readonly
gradient
field. -
#gradient_color ⇒ Integer
readonly
gradient_color
field. -
#gradient_dir ⇒ Float
readonly
gradient_dir
field. -
#gradient_opacity ⇒ Integer
readonly
gradient_opacity
field. -
#outline ⇒ Boolean
readonly
outline
field. -
#outline_color ⇒ Integer
readonly
outline_color
field. -
#outline_opacity ⇒ Integer
readonly
outline_opacity
field. -
#outline_size ⇒ Integer
readonly
outline_size
field. -
#read_from_file ⇒ Boolean
readonly
read_from_file
field. -
#source ⇒ String
readonly
source
field. -
#text ⇒ String
readonly
text
field. -
#valign ⇒ String
readonly
valign
field. -
#vertical ⇒ Boolean
readonly
vertical
field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#align ⇒ String (readonly)
Returns align
field.
3783 |
# File 'lib/obs/websocket/protocol.rb', line 3783 def align; get_field("align", Types::String); end |
#bk_color ⇒ Integer (readonly)
Returns bk_color
field.
3786 |
# File 'lib/obs/websocket/protocol.rb', line 3786 def bk_color; get_field("bk_color", Types::Integer); end |
#bk_opacity ⇒ Integer (readonly)
Returns bk_opacity
field.
3789 |
# File 'lib/obs/websocket/protocol.rb', line 3789 def bk_opacity; get_field("bk_opacity", Types::Integer); end |
#chatlog ⇒ Boolean (readonly)
Returns chatlog
field.
3792 |
# File 'lib/obs/websocket/protocol.rb', line 3792 def chatlog; get_field("chatlog", Types::Boolean); end |
#chatlog_lines ⇒ Integer (readonly)
Returns chatlog_lines
field.
3795 |
# File 'lib/obs/websocket/protocol.rb', line 3795 def chatlog_lines; get_field("chatlog_lines", Types::Integer); end |
#color ⇒ Integer (readonly)
Returns color
field.
3798 |
# File 'lib/obs/websocket/protocol.rb', line 3798 def color; get_field("color", Types::Integer); end |
#extents ⇒ Boolean (readonly)
Returns extents
field.
3801 |
# File 'lib/obs/websocket/protocol.rb', line 3801 def extents; get_field("extents", Types::Boolean); end |
#extents_cx ⇒ Integer (readonly)
Returns extents_cx
field.
3804 |
# File 'lib/obs/websocket/protocol.rb', line 3804 def extents_cx; get_field("extents_cx", Types::Integer); end |
#extents_cy ⇒ Integer (readonly)
Returns extents_cy
field.
3807 |
# File 'lib/obs/websocket/protocol.rb', line 3807 def extents_cy; get_field("extents_cy", Types::Integer); end |
#file ⇒ String (readonly)
Returns file
field.
3810 |
# File 'lib/obs/websocket/protocol.rb', line 3810 def file; get_field("file", Types::String); end |
#font ⇒ Hash (readonly)
Returns font
field.
3816 |
# File 'lib/obs/websocket/protocol.rb', line 3816 def font; get_field("font", Types::Object[{:face=>{:type=>Types::String, :json_name=>"face"}, :flags=>{:type=>Types::Integer, :json_name=>"flags"}, :size=>{:type=>Types::Integer, :json_name=>"size"}, :style=>{:type=>Types::String, :json_name=>"style"}}]); end |
#gradient ⇒ Boolean (readonly)
Returns gradient
field.
3819 |
# File 'lib/obs/websocket/protocol.rb', line 3819 def gradient; get_field("gradient", Types::Boolean); end |
#gradient_color ⇒ Integer (readonly)
Returns gradient_color
field.
3822 |
# File 'lib/obs/websocket/protocol.rb', line 3822 def gradient_color; get_field("gradient_color", Types::Integer); end |
#gradient_dir ⇒ Float (readonly)
Returns gradient_dir
field.
3825 |
# File 'lib/obs/websocket/protocol.rb', line 3825 def gradient_dir; get_field("gradient_dir", Types::Float); end |
#gradient_opacity ⇒ Integer (readonly)
Returns gradient_opacity
field.
3828 |
# File 'lib/obs/websocket/protocol.rb', line 3828 def gradient_opacity; get_field("gradient_opacity", Types::Integer); end |
#outline ⇒ Boolean (readonly)
Returns outline
field.
3831 |
# File 'lib/obs/websocket/protocol.rb', line 3831 def outline; get_field("outline", Types::Boolean); end |
#outline_color ⇒ Integer (readonly)
Returns outline_color
field.
3834 |
# File 'lib/obs/websocket/protocol.rb', line 3834 def outline_color; get_field("outline_color", Types::Integer); end |
#outline_opacity ⇒ Integer (readonly)
Returns outline_opacity
field.
3840 |
# File 'lib/obs/websocket/protocol.rb', line 3840 def outline_opacity; get_field("outline_opacity", Types::Integer); end |
#outline_size ⇒ Integer (readonly)
Returns outline_size
field.
3837 |
# File 'lib/obs/websocket/protocol.rb', line 3837 def outline_size; get_field("outline_size", Types::Integer); end |
#read_from_file ⇒ Boolean (readonly)
Returns read_from_file
field.
3813 |
# File 'lib/obs/websocket/protocol.rb', line 3813 def read_from_file; get_field("read_from_file", Types::Boolean); end |
#source ⇒ String (readonly)
Returns source
field.
3780 |
# File 'lib/obs/websocket/protocol.rb', line 3780 def source; get_field("source", Types::String); end |
#text ⇒ String (readonly)
Returns text
field.
3843 |
# File 'lib/obs/websocket/protocol.rb', line 3843 def text; get_field("text", Types::String); end |