Class: Wx::RTC::RichTextFontTable
- Defined in:
- lib/wx/doc/gen/rtc/rich_text_buffer.rb
Overview
Manages quick access to a pool of fonts for rendering rich text.
Category: Rich Text
Instance Method Summary collapse
-
#==(table) ⇒ Boolean
Equality operator.
-
#clear ⇒ void
Clears the font table.
-
#find_font(fontSpec) ⇒ Wx::Font
Finds a font for the given attribute object.
-
#initialize(*args) ⇒ RichTextFontTable
constructor
A new instance of RichTextFontTable.
-
#is_ok ⇒ Boolean
(also: #ok?)
Returns true if the font table is valid.
-
#set_font_scale(fontScale) ⇒ void
(also: #font_scale=)
Set the font scale factor.
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize ⇒ Wx::RTC::RichTextFontTable #initialize(table) ⇒ Wx::RTC::RichTextFontTable
Returns a new instance of RichTextFontTable.
698 |
# File 'lib/wx/doc/gen/rtc/rich_text_buffer.rb', line 698 def initialize(*args) end |
Instance Method Details
#==(table) ⇒ Boolean
Equality operator.
717 |
# File 'lib/wx/doc/gen/rtc/rich_text_buffer.rb', line 717 def ==(table) end |
#clear ⇒ void
This method returns an undefined value.
Clears the font table.
712 |
# File 'lib/wx/doc/gen/rtc/rich_text_buffer.rb', line 712 def clear; end |
#find_font(fontSpec) ⇒ Wx::Font
Finds a font for the given attribute object.
708 |
# File 'lib/wx/doc/gen/rtc/rich_text_buffer.rb', line 708 def find_font(fontSpec) end |
#is_ok ⇒ Boolean Also known as: ok?
Returns true if the font table is valid.
702 |
# File 'lib/wx/doc/gen/rtc/rich_text_buffer.rb', line 702 def is_ok; end |
#set_font_scale(fontScale) ⇒ void Also known as: font_scale=
This method returns an undefined value.
Set the font scale factor.
722 |
# File 'lib/wx/doc/gen/rtc/rich_text_buffer.rb', line 722 def set_font_scale(fontScale) end |