class OBS::WebSocket::Protocol::Responses::GetTextFreetype2Properties
@see Requests::GetTextFreetype2Properties
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#gettextfreetype2properties
Public Instance Methods
@!attribute [r] color1 @return [Integer] color1
field
# File lib/obs/websocket/protocol.rb, line 3865 def color1; get_field("color1", Types::Integer); end
@!attribute [r] color2 @return [Integer] color2
field
# File lib/obs/websocket/protocol.rb, line 3868 def color2; get_field("color2", Types::Integer); end
@!attribute [r] custom_width
@return [Integer] custom_width
field
# File lib/obs/websocket/protocol.rb, line 3871 def custom_width; get_field("custom_width", Types::Integer); end
@!attribute [r] drop_shadow
@return [Boolean] drop_shadow
field
# File lib/obs/websocket/protocol.rb, line 3874 def drop_shadow; get_field("drop_shadow", Types::Boolean); end
@!attribute [r] font @return [Hash] font
field
# File lib/obs/websocket/protocol.rb, line 3877 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
@!attribute [r] from_file
@return [Boolean] from_file
field
# File lib/obs/websocket/protocol.rb, line 3880 def from_file; get_field("from_file", Types::Boolean); end
@!attribute [r] log_mode
@return [Boolean] log_mode
field
# File lib/obs/websocket/protocol.rb, line 3883 def log_mode; get_field("log_mode", Types::Boolean); end
@!attribute [r] outline @return [Boolean] outline
field
# File lib/obs/websocket/protocol.rb, line 3886 def outline; get_field("outline", Types::Boolean); end
@!attribute [r] source @return [String] source
field
# File lib/obs/websocket/protocol.rb, line 3862 def source; get_field("source", Types::String); end
@!attribute [r] text @return [String] text
field
# File lib/obs/websocket/protocol.rb, line 3889 def text; get_field("text", Types::String); end
@!attribute [r] text_file
@return [String] text_file
field
# File lib/obs/websocket/protocol.rb, line 3892 def text_file; get_field("text_file", Types::String); end
@!attribute [r] word_wrap
@return [Boolean] word_wrap
field
# File lib/obs/websocket/protocol.rb, line 3895 def word_wrap; get_field("word_wrap", Types::Boolean); end