CN107391105B - Text drawing method and device - Google Patents
Text drawing method and device Download PDFInfo
- Publication number
- CN107391105B CN107391105B CN201710421904.5A CN201710421904A CN107391105B CN 107391105 B CN107391105 B CN 107391105B CN 201710421904 A CN201710421904 A CN 201710421904A CN 107391105 B CN107391105 B CN 107391105B
- Authority
- CN
- China
- Prior art keywords
- text
- type
- display
- display mode
- length
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Controls And Circuits For Display Device (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The invention provides a text drawing method and device. The text drawing method comprises the following steps: acquiring a first type text and a second type text to be displayed in a text display area; acquiring a first display mode corresponding to the first type of text from a plurality of display modes configured in advance according to the length of the first type of text, wherein each display mode comprises a display line number of the first type of text and a starting display position of the second type of text; and drawing the first type of text and the second type of text in lines by adopting a first display mode. The text drawing method provided by the invention reduces development and maintenance cost and improves text drawing efficiency.
Description
Technical Field
The invention relates to the technical field of computers, in particular to a text drawing method and device.
Background
With the development of the internet, the kinds and the number of Applications (APPs) are increasing. Developers meet the needs of users by developing various APPs. The usage rate of the text display space on the APP is very high. Various information can be notified to the user through the text presentation so that the user can view the information of interest.
Currently, text presentation on APP is implemented through controls. Typically, one type of text corresponds to one control. And when the total width occupied by the text is larger than the width of the text display space, automatically line feed is executed, and the text is displayed in multiple lines. Specifically, the control usually adopts a text word-by-word drawing mode, whether the width occupied by the text exceeds the width of the text display space is calculated every time a word is drawn, if the width exceeds the width, drawing is continued from the beginning of the next line, and so on until the drawing of all the texts is completed.
When special requirements are met, for example, two types of texts need to be displayed in the same text display space, and the initial display positions and the text contents of the two types of texts can be customized and used for displaying different information. For example, the car rental service interface includes a plurality of text display spaces, any one of the text display spaces needs to display at least two types of texts, and the first type of text is used for displaying detailed information (such as a car brand, a model number, a color, a new and old degree and the like) of a car to be rented; in order to facilitate quick browsing by the user, the second type of text is used for briefly showing the location of the vehicle to be rented (such as Beijing). When the text content of the first type of text is too long, the phenomenon that the second type of text cannot be displayed is easily caused. In view of the above scenario, in the prior art, a plurality of controls are generally used, and specifically, developers need to develop different controls for each type of text to meet customizable display of different types of text, and meanwhile, the normal line feed requirement of each type of text can be ensured.
However, developing a new control not only increases development and maintenance costs, but also recalculates whether the width occupied by the text exceeds the width of the text display space each time as the text is drawn one by one, resulting in low text drawing efficiency.
Disclosure of Invention
The invention provides a text drawing method and device, which reduce development and maintenance cost and improve text drawing efficiency.
The text drawing method provided by the invention comprises the following steps:
acquiring a first type text and a second type text to be displayed in a text display area;
acquiring a first display mode corresponding to the first type of text from a plurality of preset display modes according to the length of the first type of text, wherein each display mode comprises a display line number of the first type of text and a starting display position of a second type of text;
and drawing the first type of text and the second type of text according to lines by adopting the first display mode.
The invention provides a text rendering device, comprising:
the acquisition module is used for acquiring a first type of text and a second type of text to be displayed in the text display area;
the display mode determining module is used for acquiring a first display mode corresponding to the first type of text from a plurality of preset display modes according to the length of the first type of text, wherein each display mode comprises a display line number of the first type of text and a starting display position of the second type of text;
and the drawing module is used for drawing the first type of text and the second type of text according to lines by adopting the first display mode.
According to the text drawing method and device provided by the invention, the first display mode corresponding to the first type of text is obtained from the plurality of display modes which are configured in advance according to the length of the first type of text, and the text display area is drawn in lines by adopting the first display mode, so that the first type of text and the second type of text can be displayed in the text display area. Compared with the prior art, the development and maintenance cost is reduced, the drawing process is simplified, and the text drawing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a text rendering method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a text display according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of another text display provided by an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a text rendering apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a text rendering method according to an embodiment of the present invention. In the text drawing method provided by this embodiment, the execution main body may be a text drawing device, and the text drawing device may be a software program. As shown in fig. 1, the text rendering method provided in this embodiment may include:
s101, obtaining a first type text and a second type text to be displayed in a text display area.
The first type of text and the second type of text refer to two pieces of text to be displayed in the text display area. Generally, the first type of text and the second type of text contain different but related information content. In this embodiment, the first type of text refers to a piece of text that is displayed first above in the text display area, and the second type of text refers to a piece of text that is displayed after the first type of text in the text display area.
It should be noted that, in this embodiment, the language type and the specific content of the first type text and the second type text are not limited, and may be set as needed.
S102, acquiring a first display mode corresponding to the first type of text from a plurality of preset display modes according to the length of the first type of text.
Each display mode comprises the display line number of the first type of text and the initial display position of the second type of text.
S103, drawing the first type of text and the second type of text according to lines in a first display mode.
Specifically, the text display area has a certain display width, and the first type text and the second type text have a certain length. When the length of the first type text and the second type text exceeds the display width of the text display area, the first type text and the second type text need to be displayed in lines. In this embodiment, the second type of text is displayed after the first type of text, and the length of the first type of text affects the display of the second type of text. By configuring a plurality of display modes in advance, the first display mode corresponding to the first type of text can be determined from the plurality of display modes configured in advance according to the length of the first type of text. Because the first type of text and the second type of text are drawn in lines in the first display mode, one line of text only needs to be drawn once, the circular calculation that whether the width occupied by the current text exceeds the width of the text display space or not is avoided when one text is drawn in the one-by-one text drawing mode, the calculation amount is greatly reduced, the drawing process is simplified, and the text drawing efficiency is improved.
Each display mode comprises the display line number of the first type of text and the initial display position of the second type of text, so that the customizable display of the text can be realized by customizing the display line number of the first type of text and the initial display position of the second type of text in the preset display mode. Moreover, when the customizable display requirement of the text changes, for example, the display line number of the first type of text changes, or the initial display position of the second type of text changes, only the modification or the addition of a new display mode in the pre-configured display modes is needed. Therefore, the first display mode corresponding to the first type of text can be determined according to the length of the first type of text, and the text display area is drawn in lines by adopting the first display mode. Compared with the prior art that corresponding controls are developed aiming at each customizable display requirement, the number of the controls can be reduced, and the development and maintenance cost is reduced.
As can be seen, in the text drawing method provided in this embodiment, the plurality of display modes are preconfigured, the first display mode corresponding to the first type of text is obtained from the preconfigured plurality of display modes according to the length of the first type of text, and the first type of text and the second type of text are drawn in lines by using the first display mode, so that the first type of text and the second type of text can be displayed in the text display area. Compared with the prior art, the development and maintenance cost is reduced, the drawing process is simplified, and the text drawing efficiency is improved.
It should be noted that, in this embodiment, the starting display position of the second type text is not particularly limited, and may be set as needed. For example: the starting display position of the second type of text may be located at a different line from the ending line of the first type of text, and optionally the starting display position of the second type of text may be located at the beginning of a new line. Alternatively, the starting display position of the second type of text and the ending line of the first type of text may be located on the same line, and optionally, the starting display position of the second type of text may be located on the ending line of the first type of text and at the last N texts of the ending line, where N is a positive integer.
Optionally, in the text drawing method provided in this embodiment, in step S103, drawing the first type of text and the second type of text by lines in a first display manner, where the drawing method may include:
if the length of the first type of text exceeds the displayable line number of the first type of text preset in the text display area, the exceeding part of the first type of text is cut off, and the rest part of the first type of text and the second type of text are drawn in lines in a first display mode.
Specifically, the first type of text and the second type of text will be displayed in the text display area. The second type of text is displayed after the first type of text, and the length of the first type of text affects the display of the second type of text. If the first type of text is too long, and the first type of text is completely displayed, the display space left for the second type of text will be very small, and the second type of text may not be displayed or may not be completely displayed. In this embodiment, the displayable number of lines of the first type of text is preset for the first type of text. If the length of the first type of text exceeds the preset displayable number of lines of the first type of text, the first type of text cannot be completely displayed. At the moment, the part of the first type text which exceeds the first type text is cut off, and only the remaining part of the first type text is displayed. Accordingly, if the length of the first type of text does not exceed the preset displayable number of lines of the first type of text, the first type of text can be displayed in its entirety.
By presetting the displayable line number of the first type of text, the first type of text and the second type of text can be properly displayed in the text display area, and the reasonability and flexibility of text display are increased.
The specific value of the displayable line number of the preset first type of text is not limited in this embodiment, and can be set as required.
The following describes the text rendering method provided in this embodiment in detail by using a specific example.
In one example, the user may be informed of the recruitment information through a textual presentation. Fig. 2 is a schematic diagram of a text display according to an embodiment of the present invention. As shown in fig. 2, the text display area 11 includes a first type of text and a second type of text to be displayed, where the first type of text is "xxxxxx … XXX" and the second type of text is "full text". In this scenario, the number of displayable lines of the preset first-type text is 3, the length of the first-type text exceeds 3 lines, and the user can click the second-type text to realize the complete display of the first-type text. According to the length of the first type of text, a first display mode corresponding to the first type of text can be obtained from a plurality of display modes which are configured in advance, and the first display mode comprises the display line number of the first type of text and the starting display position of the second type of text. The display line number of the first type of text is 3 lines, and the initial display position of the second type of text is the last two characters of the 3 rd line. The first type of text and the second type of text may be displayed in the text display area 11 by drawing the first type of text and the second type of text line by line in the first display mode.
In another example, the user may be informed of car rental information through a text presentation. Fig. 3 is a schematic diagram of another text display according to an embodiment of the present invention. As shown in fig. 3, the text display area 21 includes a first type text and a second type text to be displayed, where the first type text is "beijing rental car information, XX vehicle type, and is used for airport pickup. ", the second type of text is" Beijing ". In this scenario, the number of displayable lines of the preset first type of text is 3, and the length of the first type of text does not exceed 3 lines, so that the first type of text can be completely displayed. The second type of text is used for prompting the user of the area of the car rental information. According to the length of the first type of text, a first display mode corresponding to the first type of text can be obtained from a plurality of display modes which are configured in advance, and the first display mode comprises the display line number of the first type of text and the starting display position of the second type of text. The display line number of the first type text is 2 lines, and the initial display position of the second type text is the last two characters of the 2 nd line. The first type of text and the second type of text may be displayed in the text display area 21 by drawing the first type of text and the second type of text line by line in the first display mode.
Optionally, before obtaining the first type of text and the second type of text to be displayed in the text display area in S101, the text drawing method provided in this embodiment may further include:
a plurality of display modes are configured.
And acquiring the length range of the first type of text corresponding to each display mode according to the maximum number of characters displayed on each line in the text display area and the display line number of the first type of text in each display mode, and establishing the corresponding relation between the length of the first type of text and the display mode.
Specifically, the different display modes include different display lines of the first type of text and/or different initial display positions of the second type of text. A plurality of display modes can be configured in advance, and the corresponding relation between the first type text length and the display modes is established. In this way, for a given first type of text and a given second type of text, the display mode corresponding to the first type of text may be determined according to the length of the first type of text.
Wherein, the length range of the first type text can be determined according to the maximum value (D) of the number of characters displayed per line in the text display area and the display line number (M1) of the first type text. For example, 3 display modes are configured. The display line number of the first type text included in the 1 st display mode is 1, and the initial display position of the second type text is the last two characters of the 1 st line. The 2 nd display mode comprises a display line number of the first type text of 2, and the starting display position of the second type text is the last two characters of the 2 nd line. The 3 rd display mode comprises a display line number of the first type of text which is more than 2 lines, and a starting display position of the second type of text is the last two characters of the 3 rd line. Thus, the correspondence between the length of the first type of text and the display mode may be: and when the length of the first type text is 0-D, the first type text corresponds to the 1 st display mode. When the length of the first type of text is D + 1-2D, the first type of text corresponds to the 2 nd display mode. And when the length of the first type of text is greater than 2D +1, the first type of text corresponds to the 3 rd display mode.
Through the pre-configuration of the display mode, when the customizable display requirement of the text changes, only the corresponding display mode needs to be added in the pre-configuration of the display mode. Compared with the prior art that corresponding controls are developed aiming at each customizable display requirement, the number of the controls can be reduced, and the development and maintenance cost is reduced.
Optionally, each display mode may further include a display line number of the second type of text.
Wherein the number of display lines (M2) of the second type text is determined by the length (L2) of the second type text and the maximum value (D) of the number of characters displayed per line in the text display region,
optionally, step S102, obtaining, according to the length of the first type of text, a first display mode corresponding to the first type of text from a plurality of display modes configured in advance, where the obtaining may include:
the length of the first type of text is obtained.
And searching the corresponding relation between the length of the first type of text and the display mode according to the length of the first type of text to obtain a first display mode corresponding to the first type of text.
The embodiment provides a text drawing method, which comprises the following steps: the method comprises the steps of obtaining a first type of text and a second type of text to be displayed in a text display area, obtaining a first display mode corresponding to the first type of text from a plurality of preset display modes according to the length of the first type of text, and drawing the first type of text and the second type of text in lines by adopting the first display mode. According to the text drawing method provided by the embodiment, the first display mode corresponding to the first type of text is determined from the plurality of display modes configured in advance according to the length of the first type of text, and the text display area is drawn in lines by adopting the first display mode, so that the drawing process is simplified, the development and maintenance cost is reduced, and the text drawing efficiency is improved.
Fig. 4 is a schematic structural diagram of a text rendering apparatus according to an embodiment of the present invention. The text drawing device provided in this embodiment is used to execute the text drawing method provided in the embodiments shown in fig. 1 to fig. 3, and the text drawing device may be a software program. As shown in fig. 4, the text rendering apparatus provided in this embodiment may include:
the obtaining module 31 is configured to obtain a first type text and a second type text to be displayed in the text display area.
The display mode determining module 32 is configured to obtain, according to the length of the first type of text, a first display mode corresponding to the first type of text from a plurality of display modes configured in advance, where each display mode includes a display line number of the first type of text and a start display position of the second type of text.
And the drawing module 33 is configured to draw the first type of text and the second type of text line by line in a first display manner.
Optionally, the system further includes a configuration module 34, where the configuration module 34 is configured to:
a plurality of display modes are configured.
And acquiring the length range of the first type of text corresponding to each display mode according to the maximum number of characters displayed on each line in the text display area and the display line number of the first type of text in each display mode, and establishing the corresponding relation between the length of the first type of text and the display mode.
Optionally, each display mode further includes a display line number of the second type of text.
Optionally, the display mode determining module 32 is specifically configured to:
the length of the first type of text is obtained.
And searching the corresponding relation between the length of the first type of text and the display mode according to the length of the first type of text to obtain a first display mode corresponding to the first type of text.
Optionally, the drawing module 33 is specifically configured to:
if the length of the first type of text exceeds the displayable line number of the first type of text preset in the text display area, the exceeding part of the first type of text is cut off, and the rest part of the first type of text and the second type of text are drawn in lines in a first display mode.
The text drawing device provided in this embodiment is used to execute the text drawing method in the method embodiments shown in fig. 1 to fig. 3, and the technical principle and the technical effect are similar, which are not described herein again.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.
Claims (8)
1. A method of text rendering, comprising:
acquiring a first type text and a second type text to be displayed in a text display area;
acquiring a first display mode corresponding to the first type of text from a plurality of preset display modes according to the length of the first type of text, wherein each display mode comprises a display line number of the first type of text and a starting display position of a second type of text;
drawing the first type of text and the second type of text line by adopting the first display mode;
before the obtaining of the first type of text and the second type of text to be displayed in the text display area, the method further includes:
configuring a plurality of display modes;
acquiring the length range of the first type of text corresponding to each display mode according to the maximum number of characters displayed on each line in the text display area and the display line number of the first type of text in each display mode, and establishing the corresponding relation between the length of the first type of text and the display mode;
the display mode comprises the display line number of the first type of text and the initial display position of the second type of text.
2. The method according to claim 1, wherein the obtaining a first display mode corresponding to the first type of text from a plurality of display modes configured in advance according to the length of the first type of text comprises:
acquiring the length of the first type of text;
and searching the corresponding relation between the length of the first type text and the display mode according to the length of the first type text to obtain the first display mode corresponding to the first type text.
3. The method of any of claims 1-2, wherein each display mode further comprises a number of display lines for the second type of text.
4. The method according to any one of claims 1 to 2, wherein said drawing the first type of text and the second type of text line by line in the first display mode comprises:
if the length of the first type of text exceeds the displayable line number of the first type of text preset in the text display area, cutting off the exceeding part of the first type of text, and drawing the rest part of the first type of text and the second type of text according to lines by adopting the first display mode.
5. A text rendering apparatus, comprising:
the acquisition module is used for acquiring a first type of text and a second type of text to be displayed in the text display area;
the display mode determining module is used for acquiring a first display mode corresponding to the first type of text from a plurality of preset display modes according to the length of the first type of text, wherein each display mode comprises a display line number of the first type of text and a starting display position of the second type of text;
the drawing module is used for drawing the first type of text and the second type of text in lines by adopting the first display mode;
the apparatus further comprises a configuration module to:
configuring a plurality of display modes;
acquiring the length range of the first type of text corresponding to each display mode according to the maximum number of characters displayed on each line in the text display area and the display line number of the first type of text in each display mode, and establishing the corresponding relation between the length of the first type of text and the display mode;
the display mode comprises the display line number of the first type of text and the initial display position of the second type of text.
6. The apparatus of claim 5, wherein the display mode determination module is specifically configured to:
acquiring the length of the first type of text;
and searching the corresponding relation between the length of the first type text and the display mode according to the length of the first type text to obtain the first display mode corresponding to the first type text.
7. The apparatus of any of claims 5 to 6, wherein each display mode further comprises a display line number of the second type of text.
8. The apparatus according to any one of claims 5 to 6, wherein the rendering module is specifically configured to:
if the length of the first type of text exceeds the displayable line number of the first type of text preset in the text display area, cutting off the exceeding part of the first type of text, and drawing the rest part of the first type of text and the second type of text according to lines by adopting the first display mode.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710421904.5A CN107391105B (en) | 2017-06-07 | 2017-06-07 | Text drawing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710421904.5A CN107391105B (en) | 2017-06-07 | 2017-06-07 | Text drawing method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107391105A CN107391105A (en) | 2017-11-24 |
CN107391105B true CN107391105B (en) | 2020-11-03 |
Family
ID=60333162
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710421904.5A Active CN107391105B (en) | 2017-06-07 | 2017-06-07 | Text drawing method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107391105B (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108710601B (en) * | 2018-05-14 | 2022-04-01 | 广州腾讯科技有限公司 | Text display method and equipment, storage medium and electronic equipment |
CN111400998B (en) * | 2020-03-09 | 2023-09-26 | 北京字节跳动网络技术有限公司 | Text display method and device, electronic equipment and readable storage medium |
CN111400999B (en) * | 2020-03-10 | 2023-08-18 | Oppo广东移动通信有限公司 | Text layout method, device, storage medium and terminal |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101452445A (en) * | 2007-12-07 | 2009-06-10 | 北大方正集团有限公司 | Typesetting method and device for text alignment in paragraph |
CN101741954A (en) * | 2009-12-18 | 2010-06-16 | 中兴通讯股份有限公司 | Mobile terminal and method for dynamically adjusting display of soft keys in menu bar |
CN103744636A (en) * | 2013-12-30 | 2014-04-23 | 上海斐讯数据通信技术有限公司 | Text composition method for adapting to window size |
CN103838708A (en) * | 2014-03-05 | 2014-06-04 | 天闻数媒科技(北京)有限公司 | Electronic typesetting method and electronic typesetting device |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7245291B2 (en) * | 2000-07-11 | 2007-07-17 | Imran Sharif | System and method for internet appliance data entry and navigation |
CN101419591B (en) * | 2008-12-17 | 2011-09-14 | 北大方正集团有限公司 | Typesetting method and device |
US8766937B2 (en) * | 2011-09-08 | 2014-07-01 | Blackberry Limited | Method of facilitating input at an electronic device |
CN103353824B (en) * | 2013-06-17 | 2016-08-17 | 百度在线网络技术(北京)有限公司 | The method of phonetic entry character string, device and terminal unit |
-
2017
- 2017-06-07 CN CN201710421904.5A patent/CN107391105B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101452445A (en) * | 2007-12-07 | 2009-06-10 | 北大方正集团有限公司 | Typesetting method and device for text alignment in paragraph |
CN101741954A (en) * | 2009-12-18 | 2010-06-16 | 中兴通讯股份有限公司 | Mobile terminal and method for dynamically adjusting display of soft keys in menu bar |
CN103744636A (en) * | 2013-12-30 | 2014-04-23 | 上海斐讯数据通信技术有限公司 | Text composition method for adapting to window size |
CN103838708A (en) * | 2014-03-05 | 2014-06-04 | 天闻数媒科技(北京)有限公司 | Electronic typesetting method and electronic typesetting device |
Non-Patent Citations (1)
Title |
---|
word排版在期刊数字出版中的应用研究;丁漩;《网络与信息工窟》;20160823;第76-77页 * |
Also Published As
Publication number | Publication date |
---|---|
CN107391105A (en) | 2017-11-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107391105B (en) | Text drawing method and device | |
US9152616B2 (en) | Template-based page layout for web content | |
US10268683B2 (en) | Generating output for presentation in response to user interface input, where the input and/or the output include chatspeak | |
KR101649393B1 (en) | Method and system for providing an advertisement based on messaging application | |
CN110286838B (en) | Processing method, device, terminal and storage medium of session object | |
JP6420469B2 (en) | Reorganization and presentation of data fields with incorrect inputs | |
CN104503994A (en) | Information recommendation method and device based on input method | |
JP2023107899A (en) | dynamic typesetting | |
CN103176952A (en) | Document display method and document display device | |
CN106446116A (en) | Business rule parameter interaction method and business rule parameter interaction device applied to rule engine | |
US20140225899A1 (en) | Method of animating sms-messages | |
CN108694035B (en) | Voice information broadcasting management method and device | |
CN108769160B (en) | Service line recommended method, device and storage medium based on service | |
CN104731897A (en) | Method and device for achieving information displaying | |
JP2017525071A (en) | Sequential text display optimized for Chinese and related languages | |
US11430015B2 (en) | Methods and systems for personalized gamification of media content | |
EP3896981A1 (en) | Method and system for determining video definition, computer device, and storage medium | |
US20160110328A1 (en) | Display Method And Electronic Device | |
US11822882B2 (en) | Automatic enhancement of paragraph justification | |
CN114861056A (en) | Information pushing method and device, electronic equipment and storage medium | |
CN105988984A (en) | Word editing method and device | |
JP5748381B1 (en) | Message processing apparatus, message processing method, recording medium, and program | |
KR102045377B1 (en) | Apparatus and terminal for advertisement service, and service method using the same | |
CN113051477A (en) | Content recommendation method and device, electronic equipment and medium | |
US20130104047A1 (en) | System for delivery of random novel content |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |