Text Display Control Apparatus for Automatic Word-Boundary Newline Insertion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Users face difficulties in displaying text in a text display area from a text edit screen, as new lines often start mid-word, making the text hard to read and requiring cumbersome adjustments to insert spaces and check display positions.

Innovation Solution

A method that determines if input text can fit within a text display area, and if not, it automatically inserts newline characters between words to ensure the text is displayed within the area without requiring user intervention.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If text is displayed in a text display area from a text edit screen, then text can be customized and displayed, but new lines may start mid-word making the text hard to read

Engineering Contradiction:
Improvetext displayVSAvoidnewline position
Core Design Contradiction:
Ease of operationVSManufacturing precision

Solution Approach 1:

The system automatically determines appropriate newline positions by analyzing word boundaries and text length, inserting newline characters without user intervention. This self-service mechanism resolves the contradiction by making the text display process easy to operate while maintaining precise newline positioning at word boundaries.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system changes the parameter of newline insertion by dynamically calculating optimal positions based on text length and display area width. It inserts newline characters at positions that maximize readability, transforming the fixed newline behavior into an adaptive parameter that responds to text content characteristics.

Inventive Principle:
Principle #35Parameter changes

2Manufacturing precision

If user manually adjusts text to prevent mid-word new lines, then readability improves, but repetitive operations are required

Engineering Contradiction:
Improvenewline positionVSAvoidadjustment time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The system performs preliminary action by automatically determining and inserting newline characters at appropriate positions before the user finishes inputting text. This preliminary newline insertion eliminates the need for subsequent manual adjustments, saving time while maintaining precise newline positioning.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system provides self-service by automatically handling newline positioning without requiring user intervention. It analyzes the text content and display parameters to insert newlines at optimal positions, eliminating repetitive manual adjustment operations and reducing time loss.

Inventive Principle:
Principle #25Self-service

3Quantity of substance

If text length exceeds display area width, then more information can be input, but display readability decreases

Engineering Contradiction:
Improvetext lengthVSAvoiddisplay quality
Core Design Contradiction:
Quantity of substanceVSManufacturing precision

Solution Approach 1:

The system applies segmentation by dividing long text into multiple lines at appropriate word boundaries. It automatically segments the text content to fit within the display area width while maintaining readability, allowing more information to be displayed without sacrificing display quality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system changes display parameters by dynamically adjusting newline positions based on text length and display area characteristics. It transforms the display quality parameter by inserting newlines at positions that optimize both information density and readability, resolving the contradiction between text length and display quality.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS10127193B2Text display control apparatus and method for controlling text to be displayed
Publication Date: 2018.11.13 ALPINE ELECTRONICS INC
  • US10127193B2 patent drawing
  • US10127193B2 patent drawing
  • US10127193B2 patent drawing

AI summary

A text display control apparatus includes a text determination unit that determines whether an input text can be displayed within the width of a text display area, a space selection unit that, if the text cannot be displayed within the width of the text display area, sequentially selects spaces from an end of the text to a beginning, a partial text determination unit that determines whether a part of the text before a selected space can be displayed within the width of the text display area, and a newline insertion unit that, if the part of the text before the space can be displayed within the width of the text display area, inserts a newline character into the text at the space. If the input text cannot be displayed within the width of the text display area, a new line automatically starts in the text at the space.