CN102902678A - Text content typesetting method and terminal - Google Patents

Text content typesetting method and terminal Download PDF

Info

Publication number
CN102902678A
CN102902678A CN2011102104798A CN201110210479A CN102902678A CN 102902678 A CN102902678 A CN 102902678A CN 2011102104798 A CN2011102104798 A CN 2011102104798A CN 201110210479 A CN201110210479 A CN 201110210479A CN 102902678 A CN102902678 A CN 102902678A
Authority
CN
China
Prior art keywords
character
width
type
charcount
screen
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.)
Granted
Application number
CN2011102104798A
Other languages
Chinese (zh)
Other versions
CN102902678B (en
Inventor
黄小鹏
陈磊
何明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201110210479.8A priority Critical patent/CN102902678B/en
Publication of CN102902678A publication Critical patent/CN102902678A/en
Application granted granted Critical
Publication of CN102902678B publication Critical patent/CN102902678B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides two text content typesetting schemes. One of the schemes comprises the steps of: pre-estimating maximum quantity of characters capable of being displayed on a terminal display within one row, and adjusting the quantity of the characters capable of being displayed within each row practically according to an estimating result and an actual condition. The scheme II comprises the steps of: according to each character in a character string to be displayed, at first determining the type of the character string when the width of the character string is determined, and using different width determining manners according to the different types, wherein the different width determining manners comprise a graphics device interface (GDI) manner and a non-GDI manner. No matter which scheme is used, the typesetting efficiency can be improved.

Description

Content of text composition method and terminal
Technical field
The present invention relates to the terminal browser technology, particularly content of text composition method and corresponding terminal.
Background technology
Existing terminal, in the mobile phone browser technology, a problem demanding prompt solution is exactly for content of text, how reasonably to set type at given screen.This problem will directly have influence on the rendering speed of the page, and will be especially very large in the literal amount, namely exist in the situation of large content of text.
In the prior art, usually adopt following type-setting mode:
1) for character string to be shown, from first character wherein, determine respectively its width, and when determining, add up the overall width of each character thereupon, namely add up width, when the overall width that the individual character of the 1st~N (N for greater than 1 positive integer) occurs is less than or equal to screen width, the overall width of the 1st~N+1 character is shown to the 1st~N character on the terminal screen as delegation during greater than the situation of screen width;
2) afterwards, since N+1 character, repeat said process, namely determine the width of each character, and statistics overall width, when the overall width that the N+1~N+M character (M is the positive integer greater than 1) occurs is less than or equal to screen width, the overall width of the N+1~N+M+1 character is shown to the N+1~N+M character on the terminal screen as delegation during greater than screen width;
Follow-up the like.
Illustrate: suppose to co-exist in 7 characters in the character string to be shown, be respectively character 1, character 2, character 3, character 4, character 5, character 6 and character 7; Can obtain respectively the width of each character, and the overall width of hypothesis character 1, character 2 and character 3 is less than screen width, but the overall width of character 1, character 2, character 3 and character 4 is greater than screen width, character 1, character 2 and character 3 will show as delegation so, equally, suppose that the overall width of character 4, character 5 and character 6 is less than screen width, but the overall width of character 4, character 5, character 6 and character 7 is greater than screen width, and character 4, character 5 and character 6 will show as another row so; Distinguishingly, for remaining character 7, its width may much smaller than screen width, directly show it to get final product as delegation.
Although aforesaid way can be realized rational composing, but also there is certain problem: in the prior art, usually adopt Graphics Device Interface (GDI, Graphics Device Interface) determines the width of each character, implement slow, when especially character is a lot, thereby reduce composing efficient, and then reduced page rendering speed.
Summary of the invention
In view of this, fundamental purpose of the present invention is to provide two kinds of content of text composition methods, can improve composing efficient.
Another object of the present invention is to provide two kinds of terminals, can improve composing efficient.
For achieving the above object, technical scheme of the present invention is achieved in that
A kind of content of text composition method comprises:
The number of characters charcount that A, estimation terminal screen lastrow can show at most;
B, utilize Graphics Device Interface GDI to determine the overall width of front charcount character in the character string to be shown, and determine whether described overall width equals screen width, if, then a front charcount character is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeated execution of steps B;
Otherwise, value to charcount is adjusted, obtain charcount ', the overall width of the individual character of charcount ' is less than or equal to described screen width before occurring, the overall width of front charcount '+1 character is during greater than the situation of described screen width, the individual character of front charcount ' is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeated execution of steps B;
When the overall width of character string to be shown during less than described screen width, character string to be shown is shown on the terminal screen process ends as delegation.
A kind of content of text composition method comprises:
For each character in the character string to be shown, determine respectively its affiliated type, described type comprises: Chinese character type, ASCII(American Standard Code for information interchange) ASCII type and other type; If Chinese character type or ASCII type then utilize non-Graphics Device Interface GDI mode to determine its width, if other type then utilizes GDI to determine its width;
Width according to each character of determining is shown to described character string on the terminal screen in lines, and the overall width of the character in every delegation all is less than or equal to screen width.
A kind of terminal comprises:
The first processing unit is used for the number of characters charcount that estimates that the terminal screen lastrow can show at most;
The second processing unit, be used for utilizing Graphics Device Interface GDI to determine the overall width of front charcount character of character string to be shown, and determine whether described overall width equals screen width, if, then a front charcount character is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeat self function; Otherwise, value to charcount is adjusted, obtain charcount ', the overall width of the individual character of charcount ' is less than or equal to described screen width before occurring, the overall width of front charcount '+1 character is during greater than the situation of described screen width, the individual character of front charcount ' is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeat self function; When the overall width of character string to be shown during less than described screen width, character string to be shown is shown on the terminal screen end process as delegation.
A kind of terminal comprises:
The 3rd processing unit is used for each character for character string to be shown, determines respectively its affiliated type, and described type comprises: Chinese character type, ASCII(American Standard Code for information interchange) ASCII type and other type; If Chinese character type or ASCII type then utilize non-Graphics Device Interface GDI mode to determine its width, if other type then utilizes GDI to determine its width;
The manages the unit everywhere, is used for according to the width of each character of determining described character string being shown to terminal screen in lines, and the overall width of the character in every delegation all is less than or equal to screen width.
Can find out, the invention provides two kinds of content of text composing schemes, for scheme one, owing to it need not all to utilize GDI to determine its width for each character, but determine together for a plurality of characters, therefore improve composing efficient; For scheme two, need not equally all to utilize GDI to determine its width for each character, but only just utilize GDI to determine also to have improved composing efficient by its width for the character of particular type.
Description of drawings
Fig. 1 is the process flow diagram of content of text composition method the first embodiment of the present invention.
Fig. 2 is the process flow diagram of content of text composition method the second embodiment of the present invention.
Fig. 3 is the composition structural representation of terminal the first embodiment of the present invention.
Fig. 4 is the composition structural representation of terminal the second embodiment of the present invention.
Embodiment
For problems of the prior art, two kinds of content of text composing schemes have been proposed among the present invention, wherein in the scheme one, pre-estimate the number of characters that the terminal screen lastrow can show at most, and according to estimated result and actual conditions the actual number of characters that can show of each row is adjusted; In the scheme two, for each character in the character string to be shown, when determining its width, at first determine its type, and adopt different width to determine mode according to the difference of type, comprise GDI mode and non-GDI mode.No matter adopt which kind of scheme, all avoided all utilizing GDI to determine its width for each character, thereby improved composing efficient.
For make technical scheme of the present invention clearer, understand, referring to the accompanying drawing embodiment that develops simultaneously, scheme of the present invention is described in further detail.
Fig. 1 is the process flow diagram of content of text composition method the first embodiment of the present invention.As shown in Figure 1, may further comprise the steps:
Step 11: estimate the number of characters charcount that the terminal screen lastrow can show at most.
In actual applications, available screen width is divided by the width of a designated character, if result of calculation is integer, then with result of calculation as described charcount, otherwise, result of calculation is rounded rear as described charcount downwards.
Described designated character can be a certain character in the character string to be shown, such as first character, perhaps, also can not be a certain character in the character string to be shown, but a fixing character, such as " state " word of " China ".
If result of calculation is not integer, such as being 10.2 or 10.8, so, can not greater than the principle of screen width, result of calculation need to be rounded downwards (10) in line with the overall width of delegation's character of actual displayed; Certainly, if result of calculation is integer just, then need not to round downwards.
Step 12: utilize GDI to determine the overall width of front charcount character in the character string to be shown, and determine whether described overall width equals screen width, and if so, then execution in step 13, otherwise, execution in step 14.
The value of supposing charcount is 10, so according to prior art, can directly utilize GDI to obtain the overall width of these 10 characters, need not to determine respectively the width of 10 characters, then addition.
Step 13: a front charcount character is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeated execution of steps 12.
Step 14: the value to charcount is adjusted, obtain charcount ', the overall width of the individual character of charcount ' is less than or equal to screen width before occurring, the overall width of front charcount '+1 character is during greater than the situation of screen width, the individual character of front charcount ' is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeated execution of steps 12.
Wherein, when the overall width of character string to be shown during less than screen width, character string to be shown is shown on the terminal screen process ends as delegation.
In actual applications, if the overall width of a front charcount character is greater than screen width, value of capable of regulating charcount so, obtain charcount ', as make charcount '=charcount-1, if the overall width of the individual character of front charcount ' still greater than screen width, can continue to adjust, as makes charcount '=charcount '-1; Otherwise, if the overall width of a front charcount character can make charcount '=charcount+1 so less than screen width, if the overall width of the individual character of front charcount ' is still less than screen width, can continue to adjust, as make charcount '=charcount '+1; In case the overall width of the individual character of charcount ' is less than or equal to screen width before occurring, the overall width of front charcount '+1 character is greater than the situation of screen width, then can stop to adjust, and the individual character of front charcount ' is shown on the terminal screen as delegation, how to be shown as prior art.
Said process can be exemplified below:
Suppose to comprise altogether in the character string to be shown 32 characters, the value of the charcount that estimates is 10, so, at first determine the overall width of the 1st~10 character in the character string to be shown, and this overall width and screen width compared, if both equate just, so directly the 1st~10 character is shown on the terminal screen as the first row and gets final product, otherwise (supposing to be in this example this situation), value to charcount is adjusted, suppose when being adjusted into 12, to meet the requirements, then the 1st~12 character is shown on the terminal screen as the first row; Afterwards, for the 13rd~32 character, determine the overall width of front 10 characters wherein, suppose by comparing and adjusting the 13rd~21 character to be shown on the terminal screen as the second row; Again, for the 22nd~32 character, determine the overall width of front 10 characters wherein, suppose by comparing and adjusting the 22nd~29 character to be shown on the terminal screen as the third line; At last, 3 remaining characters are shown on the terminal screen process ends as fourth line.
Fig. 2 is the process flow diagram of content of text composition method the second embodiment of the present invention.As shown in Figure 2, may further comprise the steps:
Step 21: for each character in the character string to be shown, determine respectively its affiliated type, described type comprises: Chinese character type, ASCII(American Standard Code for information interchange) (ASCII, American Standard Code for Information Interchange) type and other type; If Chinese character type or ASCII type then utilize non-GDI mode to determine its width, if other type then utilizes GDI to determine its width.
Step 22: the width according to each character of determining is shown to described character string on the terminal screen in lines, and the overall width of the character in every delegation all is less than or equal to screen width.
In actual applications, step 21 and 22 may be executed in parallel, and expression mode shown in Figure 2 only in order to express easily.
Present embodiment is compared with existing type-setting mode, and difference only is to determine that the mode of character duration is different, and other identical part repeats no more.
In the present embodiment, for each character, at first determine its type, comprise Chinese character type, ASCII type and other type.As a rule, each character is by a plurality of, forms such as 16 bits, and front several bits wherein are used for the type of this character of sign such as front 2 or front 3 bits, so, can determine its type according to front several bits of each character.
For the character of Chinese character type, its width is fixed, and this natural width is its width; For the character of ASCII type, although its width is not fixed, its width is clearly determined, therefore, can set in advance a form, preserve each self-corresponding width of different ASCII type characters in this form, by inquiring about this form, can obtain the width of required character; For the character of other type, can according to existing mode, utilize GDI to obtain its width.
When having the character of more Chinese character type or ASCII type in the content of text, the described scheme of present embodiment is particularly applicable.
So far, namely finished introduction about the inventive method embodiment.
Based on above-mentioned introduction, Fig. 3 is the composition structural representation of terminal the first embodiment of the present invention.As shown in Figure 3, comprising:
The first processing unit 31 is used for the number of characters charcount that estimates that the terminal screen lastrow can show at most;
The second processing unit 32, be used for utilizing GDI to determine the overall width of front charcount character of character string to be shown, and determine whether described overall width equals screen width, if, then a front charcount character is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeat self function; Otherwise, value to charcount is adjusted, obtain charcount ', the overall width of the individual character of charcount ' is less than or equal to screen width before occurring, the overall width of front charcount '+1 character is during greater than the situation of screen width, the individual character of front charcount ' is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeat self function; When the overall width of character string to be shown during less than described screen width, character string to be shown is shown on the terminal screen end process as delegation.
Wherein, the first processing unit 31 usefulness screen widths are divided by the width of a designated character, if result of calculation is integer, then with result of calculation as described charcount, otherwise, result of calculation is rounded rear as described charcount downwards.
Fig. 4 is the composition structural representation of terminal the second embodiment of the present invention.As shown in Figure 4, comprising:
The 3rd processing unit 41 is used for each character for character string to be shown, determines respectively its affiliated type, and described type comprises: Chinese character type, ASCII type and other type; If Chinese character type or ASCII type then utilize non-GDI mode to determine its width, if other type then utilizes GDI to determine its width;
The manages unit 42 everywhere, is used for according to the width of each character of determining described character string being shown to terminal screen in lines, and the overall width of the character in every delegation all is less than or equal to screen width.
Wherein, if the type of a character is the Chinese character type, then the 3rd processing unit 41 with the natural width of the type character as its width; If the type of this character is the ASCII type, then the 3rd processing unit 41 is determined its width by the form that inquiry sets in advance, and preserves each self-corresponding width of different ASCII type characters in the described form.
In actual applications, the terminal in the various embodiments described above is generally mobile phone.
The specific works flow process of terminal embodiment shown in Fig. 3 and 4 please refer to the respective description in the embodiment of the method shown in Fig. 1 and 2, repeats no more herein.
The actual measurement proof, scheme of the present invention can improve composing efficient preferably.
The above only is preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of making, is equal to replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (10)

1. a content of text composition method is characterized in that, comprising:
The number of characters charcount that A, estimation terminal screen lastrow can show at most;
B, utilize Graphics Device Interface GDI to determine the overall width of front charcount character in the character string to be shown, and determine whether described overall width equals screen width, if, then a front charcount character is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeated execution of steps B;
Otherwise, value to charcount is adjusted, obtain charcount ', the overall width of the individual character of charcount ' is less than or equal to described screen width before occurring, the overall width of front charcount '+1 character is during greater than the situation of described screen width, the individual character of front charcount ' is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeated execution of steps B;
When the overall width of character string to be shown during less than described screen width, character string to be shown is shown on the terminal screen process ends as delegation.
2. method according to claim 1 is characterized in that, described steps A comprises:
With the width of described screen width divided by a designated character, if result of calculation is integer, then with result of calculation as described charcount, otherwise, result of calculation is rounded rear as described charcount downwards.
3. a content of text composition method is characterized in that, comprising:
For each character in the character string to be shown, determine respectively its affiliated type, described type comprises: Chinese character type, ASCII(American Standard Code for information interchange) ASCII type and other type; If Chinese character type or ASCII type then utilize non-Graphics Device Interface GDI mode to determine its width, if other type then utilizes GDI to determine its width;
Width according to each character of determining is shown to described character string on the terminal screen in lines, and the overall width of the character in every delegation all is less than or equal to screen width.
4. method according to claim 3 is characterized in that, describedly utilizes non-GDI mode to determine that its width comprises:
If the Chinese character type, then with the natural width of the type character as its width;
If the ASCII type is then determined its width by the form that inquiry sets in advance, preserve each self-corresponding width of different ASCII type characters in the described form.
5. a terminal is characterized in that, comprising:
The first processing unit is used for the number of characters charcount that estimates that the terminal screen lastrow can show at most;
The second processing unit, be used for utilizing Graphics Device Interface GDI to determine the overall width of front charcount character of character string to be shown, and determine whether described overall width equals screen width, if, then a front charcount character is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeat self function; Otherwise, value to charcount is adjusted, obtain charcount ', the overall width of the individual character of charcount ' is less than or equal to described screen width before occurring, the overall width of front charcount '+1 character is during greater than the situation of described screen width, the individual character of front charcount ' is shown on the terminal screen as delegation, then with the remaining character string that does not show as character string to be shown, repeat self function; When the overall width of character string to be shown during less than described screen width, character string to be shown is shown on the terminal screen end process as delegation.
6. terminal according to claim 5, it is characterized in that, described the first processing unit is with the width of described screen width divided by a designated character, if result of calculation is integer, then with result of calculation as described charcount, otherwise, result of calculation is rounded rear as described charcount downwards.
7. according to claim 5 or 6 described terminals, it is characterized in that described terminal is mobile phone.
8. a terminal is characterized in that, comprising:
The 3rd processing unit is used for each character for character string to be shown, determines respectively its affiliated type, and described type comprises: Chinese character type, ASCII(American Standard Code for information interchange) ASCII type and other type; If Chinese character type or ASCII type then utilize non-Graphics Device Interface GDI mode to determine its width, if other type then utilizes GDI to determine its width;
The manages the unit everywhere, is used for according to the width of each character of determining described character string being shown to terminal screen in lines, and the overall width of the character in every delegation all is less than or equal to screen width.
9. terminal according to claim 8 is characterized in that, if the type of a character is the Chinese character type, then described the 3rd processing unit with the natural width of the type character as its width; If the type of this character is the ASCII type, then described the 3rd processing unit is determined its width by the form that inquiry sets in advance, and preserves each self-corresponding width of different ASCII type characters in the described form.
10. according to claim 8 or 9 described terminals, it is characterized in that described terminal is mobile phone.
CN201110210479.8A 2011-07-26 2011-07-26 Content of text composition method and terminal Active CN102902678B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110210479.8A CN102902678B (en) 2011-07-26 2011-07-26 Content of text composition method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110210479.8A CN102902678B (en) 2011-07-26 2011-07-26 Content of text composition method and terminal

Publications (2)

Publication Number Publication Date
CN102902678A true CN102902678A (en) 2013-01-30
CN102902678B CN102902678B (en) 2015-09-16

Family

ID=47574918

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110210479.8A Active CN102902678B (en) 2011-07-26 2011-07-26 Content of text composition method and terminal

Country Status (1)

Country Link
CN (1) CN102902678B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657339A (en) * 2015-02-09 2015-05-27 深圳市联新科技有限公司 Method for displaying in different lines in medical system
CN104994312A (en) * 2015-07-15 2015-10-21 北京金山安全软件有限公司 Video generation method and device
CN107122104A (en) * 2017-03-29 2017-09-01 武汉斗鱼网络科技有限公司 data display method and device
CN103761220B (en) * 2014-01-20 2017-09-05 深圳市英威诺科技有限公司 A kind of text composition technical method of information software
CN108710601A (en) * 2018-05-14 2018-10-26 广州腾讯科技有限公司 A kind of text display method and its equipment, storage medium, electronic equipment
CN109743613A (en) * 2018-12-29 2019-05-10 腾讯音乐娱乐科技(深圳)有限公司 A kind of method for processing caption, device, terminal and storage medium
CN112862453A (en) * 2021-03-02 2021-05-28 岭东核电有限公司 Process information display method, apparatus, computer device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020133521A1 (en) * 2001-03-15 2002-09-19 Campbell Gregory A. System and method for text delivery
CN1427369A (en) * 2001-12-19 2003-07-02 英业达股份有限公司 Typesetting method of character frame
US6668355B1 (en) * 1999-03-30 2003-12-23 Fujitsu Limited Text editing system
US20040073866A1 (en) * 2002-10-10 2004-04-15 Bhk Systems L.P. Automated system and method for dynamically generating customized typeset question-based documents
CN101937429A (en) * 2010-09-08 2011-01-05 优视科技有限公司 Page composing method and system for mobile terminal
CN102063413A (en) * 2010-12-15 2011-05-18 掌富科技(南京)有限公司 Fast text composition method of mobile terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6668355B1 (en) * 1999-03-30 2003-12-23 Fujitsu Limited Text editing system
US20020133521A1 (en) * 2001-03-15 2002-09-19 Campbell Gregory A. System and method for text delivery
CN1427369A (en) * 2001-12-19 2003-07-02 英业达股份有限公司 Typesetting method of character frame
US20040073866A1 (en) * 2002-10-10 2004-04-15 Bhk Systems L.P. Automated system and method for dynamically generating customized typeset question-based documents
CN101937429A (en) * 2010-09-08 2011-01-05 优视科技有限公司 Page composing method and system for mobile terminal
CN102063413A (en) * 2010-12-15 2011-05-18 掌富科技(南京)有限公司 Fast text composition method of mobile terminal

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761220B (en) * 2014-01-20 2017-09-05 深圳市英威诺科技有限公司 A kind of text composition technical method of information software
CN104657339A (en) * 2015-02-09 2015-05-27 深圳市联新科技有限公司 Method for displaying in different lines in medical system
CN104657339B (en) * 2015-02-09 2017-08-11 深圳市联新移动医疗科技有限公司 The method shown in lines in medical system
CN104994312A (en) * 2015-07-15 2015-10-21 北京金山安全软件有限公司 Video generation method and device
CN107122104A (en) * 2017-03-29 2017-09-01 武汉斗鱼网络科技有限公司 data display method and device
CN108710601A (en) * 2018-05-14 2018-10-26 广州腾讯科技有限公司 A kind of text display method and its equipment, storage medium, electronic equipment
CN109743613A (en) * 2018-12-29 2019-05-10 腾讯音乐娱乐科技(深圳)有限公司 A kind of method for processing caption, device, terminal and storage medium
CN112862453A (en) * 2021-03-02 2021-05-28 岭东核电有限公司 Process information display method, apparatus, computer device and storage medium

Also Published As

Publication number Publication date
CN102902678B (en) 2015-09-16

Similar Documents

Publication Publication Date Title
CN102902678A (en) Text content typesetting method and terminal
CN105975576B (en) Terminal content adaptive display method and device and terminal
CN103177709B (en) Method and device for displaying characters
CN103336690B (en) HTML (Hypertext Markup Language) 5-based text-element drawing method and device
CN111898049B (en) Table implementation method and device, computer terminal equipment and storage medium
CN101526963A (en) Method for identifying web page coding, device and terminal equipment
CN102147790B (en) Text type-setting method and type-setting engine
WO2015180422A1 (en) Page layout method and device
CN105095160A (en) Document conversion reading method and system
KR20150099936A (en) Method and apparatus for applying an alternate font for maintaining document layout
CN104391993A (en) Method and system for recognizing webpage codes
CN104516868B (en) The streaming restoring method and system in a kind of space of a whole page space
CN101655835B (en) Method for text message processing, text message output and character retrieval in electronic document and device thereof
CN101986289B (en) Method and device for increasing browser page rendering speed
CN101599264B (en) Method and relevant device for displaying characters on mobile terminal
CN106777061B (en) Information hiding system and method based on webpage text and image and extraction method
CN1862525A (en) Code conversion method
CN105183709B (en) A kind of EXCEL preliminary budgets tabular matter method
EP1959352A2 (en) System and method of report representation
CN103425634A (en) Method and device for generating streaming documents
CN106776886B (en) A kind of Webpage body matter abstracting method and device
CN103559271A (en) Method for generating bitmap font library with gray level
US20140351695A1 (en) Terminal, apparatus and method for optimizing the description of text contents in a fixed-layout document
CN102099806B (en) Information output apparatus, information output method, and recording medium
CN106682228A (en) Method and device for visually and dynamically drawing arrangement of cabinets

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant