[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazPango1' (#lcl)

TPangoLogAttrBitfield0

Declaration

Source position: lazpango1.pas line 1060

type TPangoLogAttrBitfield0 = bitpacked record

  is_line_break: guint1;

  

  is_mandatory_break: guint1;

  

  is_char_break: guint1;

  

  is_white: guint1;

  

  is_cursor_position: guint1;

  

  is_word_start: guint1;

  

  is_word_end: guint1;

  

  is_sentence_boundary: guint1;

  

  is_sentence_start: guint1;

  

  is_sentence_end: guint1;

  

  backspace_deletes_character: guint1;

  

  is_expandable_space: guint1;

  

  is_word_boundary: guint1;

  

  break_inserts_hyphen: guint1;

  

  break_removes_preceding: guint1;

  

  reserved: guint17;

  

end;