struct Oid::Element::Text

Included Modules

Defined in:

oid/resources/element/text.cr

Constructors

Instance Method Summary

Constructor methods inherited from module Oid::Element

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(text : String, font_size : Int32, color : Oid::Color) #

[View source]

Instance Method Detail

def color : Oid::Color #

[View source]
def color=(color : Oid::Color) #

[View source]
def font_size : Int32 #

[View source]
def font_size=(font_size : Int32) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]