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

color1() click to toggle source

@!attribute [r] color1 @return [Integer] color1 field

# File lib/obs/websocket/protocol.rb, line 3865
def color1; get_field("color1", Types::Integer); end
color2() click to toggle source

@!attribute [r] color2 @return [Integer] color2 field

# File lib/obs/websocket/protocol.rb, line 3868
def color2; get_field("color2", Types::Integer); end
custom_width() click to toggle source

@!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
drop_shadow() click to toggle source

@!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
font() click to toggle source

@!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
from_file() click to toggle source

@!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
log_mode() click to toggle source

@!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
outline() click to toggle source

@!attribute [r] outline @return [Boolean] outline field

# File lib/obs/websocket/protocol.rb, line 3886
def outline; get_field("outline", Types::Boolean); end
source() click to toggle source

@!attribute [r] source @return [String] source field

# File lib/obs/websocket/protocol.rb, line 3862
def source; get_field("source", Types::String); end
text() click to toggle source

@!attribute [r] text @return [String] text field

# File lib/obs/websocket/protocol.rb, line 3889
def text; get_field("text", Types::String); end
text_file() click to toggle source

@!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
word_wrap() click to toggle source

@!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