uniseg
0.7.3.dev59+gededfc4
  • 1. Introduction
  • 2. Module References
    • 2.1. uniseg.codepoint — Code Point
    • 2.2. uniseg.graphemecluster — Grapheme Cluster
    • 2.3. uniseg.wordbreak — Word Break
    • 2.4. uniseg.sentencebreak — Sentence Break
    • 2.5. uniseg.linebreak — Line Break
    • 2.6. uniseg.wrap — Text Wrapping
  • 3. Sample Scripts
  • 4. License
uniseg
  • 2. Module References
  • View page source

2. Module References

  • 2.1. uniseg.codepoint — Code Point
    • chr()
    • code_points()
    • ord()
  • 2.2. uniseg.graphemecluster — Grapheme Cluster
    • GCB
    • GraphemeClusterBreak
    • grapheme_cluster_boundaries()
    • grapheme_cluster_break()
    • grapheme_cluster_breakables()
    • grapheme_clusters()
  • 2.3. uniseg.wordbreak — Word Break
    • WB
    • WordBreak
    • word_boundaries()
    • word_break()
    • word_breakables()
    • words()
  • 2.4. uniseg.sentencebreak — Sentence Break
    • SB
    • SentenceBreak
    • sentence_boundaries()
    • sentence_break()
    • sentence_breakables()
    • sentences()
  • 2.5. uniseg.linebreak — Line Break
    • line_break()
    • line_break_boundaries()
    • line_break_breakables()
    • line_break_units()
  • 2.6. uniseg.wrap — Text Wrapping
    • Formatter
      • Formatter.handle_new_line()
      • Formatter.handle_text()
      • Formatter.reset()
      • Formatter.tab_width
      • Formatter.text_extents()
      • Formatter.wrap_width
    • TTFormatter
      • TTFormatter.ambiguous_as_wide
      • TTFormatter.handle_new_line()
      • TTFormatter.handle_text()
      • TTFormatter.lines()
      • TTFormatter.reset()
      • TTFormatter.tab_char
      • TTFormatter.tab_width
      • TTFormatter.text_extents()
      • TTFormatter.wrap_width
    • Wrapper
      • Wrapper.wrap()
    • tt_text_extents()
    • tt_width()
    • tt_wrap()
    • wrap()
Previous Next

© Copyright 2013-2024, Masaaki Shibata.

Built with Sphinx using a theme provided by Read the Docs.