class Pango::LogAttr
- Pango::LogAttr
- Reference
- Object
Overview
The PangoLogAttr
structure stores information about the attributes of a
single character.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/log_attr.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(is_line_break : UInt32? = nil, is_mandatory_break : UInt32? = nil, is_char_break : UInt32? = nil, is_white : UInt32? = nil, is_cursor_position : UInt32? = nil, is_word_start : UInt32? = nil, is_word_end : UInt32? = nil, is_sentence_boundary : UInt32? = nil, is_sentence_start : UInt32? = nil, is_sentence_end : UInt32? = nil, backspace_deletes_character : UInt32? = nil, is_expandable_space : UInt32? = nil, is_word_boundary : UInt32? = nil, break_inserts_hyphen : UInt32? = nil, break_removes_preceding : UInt32? = nil, reserved : UInt32? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #backspace_deletes_character : UInt32
- #backspace_deletes_character=(value : UInt32)
- #break_inserts_hyphen : UInt32
- #break_inserts_hyphen=(value : UInt32)
- #break_removes_preceding : UInt32
- #break_removes_preceding=(value : UInt32)
- #is_char_break : UInt32
- #is_char_break=(value : UInt32)
- #is_cursor_position : UInt32
- #is_cursor_position=(value : UInt32)
- #is_expandable_space : UInt32
- #is_expandable_space=(value : UInt32)
- #is_line_break : UInt32
- #is_line_break=(value : UInt32)
- #is_mandatory_break : UInt32
- #is_mandatory_break=(value : UInt32)
- #is_sentence_boundary : UInt32
- #is_sentence_boundary=(value : UInt32)
- #is_sentence_end : UInt32
- #is_sentence_end=(value : UInt32)
- #is_sentence_start : UInt32
- #is_sentence_start=(value : UInt32)
- #is_white : UInt32
- #is_white=(value : UInt32)
- #is_word_boundary : UInt32
- #is_word_boundary=(value : UInt32)
- #is_word_end : UInt32
- #is_word_end=(value : UInt32)
- #is_word_start : UInt32
- #is_word_start=(value : UInt32)
- #reserved : UInt32
- #reserved=(value : UInt32)
- #to_unsafe
Constructor Detail
def self.new(is_line_break : UInt32? = nil, is_mandatory_break : UInt32? = nil, is_char_break : UInt32? = nil, is_white : UInt32? = nil, is_cursor_position : UInt32? = nil, is_word_start : UInt32? = nil, is_word_end : UInt32? = nil, is_sentence_boundary : UInt32? = nil, is_sentence_start : UInt32? = nil, is_sentence_end : UInt32? = nil, backspace_deletes_character : UInt32? = nil, is_expandable_space : UInt32? = nil, is_word_boundary : UInt32? = nil, break_inserts_hyphen : UInt32? = nil, break_removes_preceding : UInt32? = nil, reserved : UInt32? = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.