CN102364961B - Character interception method and system based on electronic program guide page in Internet protocol television (IPTV) - Google Patents

Character interception method and system based on electronic program guide page in Internet protocol television (IPTV) Download PDF

Info

Publication number
CN102364961B
CN102364961B CN201110369594.XA CN201110369594A CN102364961B CN 102364961 B CN102364961 B CN 102364961B CN 201110369594 A CN201110369594 A CN 201110369594A CN 102364961 B CN102364961 B CN 102364961B
Authority
CN
China
Prior art keywords
character
width
duration
viewing area
electronic program
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
Application number
CN201110369594.XA
Other languages
Chinese (zh)
Other versions
CN102364961A (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.)
Baishitong Network TV Technology Development Co Ltd
Original Assignee
Baishitong Network TV Technology Development 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 Baishitong Network TV Technology Development Co Ltd filed Critical Baishitong Network TV Technology Development Co Ltd
Priority to CN201110369594.XA priority Critical patent/CN102364961B/en
Publication of CN102364961A publication Critical patent/CN102364961A/en
Application granted granted Critical
Publication of CN102364961B publication Critical patent/CN102364961B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention is applied in the technical field of Internet protocol televisions (IPTV), and provides a character interception method based on an electronic program guide page in the IPTV. The method comprises the following steps of: acquiring the character widths of various characters of various word sizes in different browsers; and analyzing input characters in a character display area one by one and intercepting the characters according to the width of the character display area of the electronic program guide page and the character widths of various characters of various word sizes. Correspondingly, the invention also provides a character interception system based on the electronic program guide page in the IPTV. Therefore, by the method and the system, the characters of the electronic program guide page can be accurately intercepted in a cross-browser way.

Description

Character intercept method and system based on electronic program guide web pages in IPTV
Technical field
The present invention relates to IPTV(Internet Protocol Television, internet protocol TV) technical field, relate in particular to a kind of character intercept method and system based on electronic program guide web pages in IPTV.
Background technology
In IPTV field, have that enreach(shadow is vertical speeds), opera(Oprah), the healthy and strong network of ipanel() etc. multiple browser, and also there is different software versions in browser of the same race.In this case, can there is very large difference in the character duration of the dissimilar character such as numeral, letter, Chinese character, spcial character.In the process day by day increasing at IPTV programme content, the information such as the title of content, brief introduction are also rich and varied, but the EPG(Electronic Program Guide of IPTV, electronic program guides) arrangement space of the page is limited, the accurate passage information that shows in a limited width, to consider the restriction of layout, allow again user see information as much as possible, therefore the character of character viewing area is intercepted to be absolutely necessary one and work, the used word mode of cutting has several as follows conventionally:
1) simple client script cuts word mode.This kind cuts word method and uses the script control ability of browser engine itself to intercept character.The advantage of which is simple to operate, and code is brief, and adopting client to cut word does not have performance impact to server.Shortcoming is the simple judgement that script has just simply done Chinese and English 2:1, two English equal 1 Chinese, but in fact in different browsers 2 shared page display widths of English alphabet to be not equal to 1 Chinese shared, do so as seen and inaccuracy.In addition, the parameter of cutting word is also a simple numeral, generally represents the Chinese character quantity showing in this character viewing area.For instance, if estimate to show 10 Chinese characters in a title viewing area, under normal circumstances, title is all just in time Chinese character, that client script cuts word effect can be very good, if but title is English, that section of word program will intercept 20 English alphabets, and in fact the width of these 20 English alphabets has exceeded 10 width that Chinese character is shared, from showing the situation that just may occur surmounting border or wrap title.
2) server end background program cuts word mode.It is similar that operating process and client are cut word mode, just cuts a word program and forwarded backstage to, utilizes the intercept operation (normally substring function) of the language of realizing background application to String character string class object.Exist equally client to cut the problem of word, and in some language such as java, may occur cutting during word owing to existing Chinese and English mixing to cut the centre of a Chinese character in content, there is the situation of mess code.The probability of occurrence of this situation is not little, and very large on user's operating experience impact.
In summary, the character of the existing EPG page intercepts technology in actual use, obviously has inconvenience and defect, so be necessary to be improved.
Summary of the invention
For above-mentioned defect, the object of the present invention is to provide a kind of character intercept method and system based on electronic program guide web pages in IPTV, it can carry out accurate character intercepting to the character of electronic program guide web pages browser-cross.
To achieve these goals, the invention provides a kind of character intercept method based on electronic program guide web pages in IPTV, described method comprises that step is as follows:
Obtain the character duration of the various font sizes of all kinds of characters in different browsers;
According to the character duration of the width of character viewing area of described electronic program guide web pages and the various font sizes of described all kinds of characters, character is word for word analyzed and intercepted to the input character of this character viewing area.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described in obtain the character duration of the various font sizes of all kinds of characters in different browsers step comprise:
In described electronic program guide web pages, form a dyed layer, and control the width of described dyed layer;
Select the character of certain font size of certain class character of a certain described browser, described character is individual at described electronic program guide web pages continuous wave output N;
The width of described dyed layer is transferred to identical with the width of N described character;
The width of described dyed layer is drawn to the width of described character divided by N;
Repeat above-mentioned steps, draw the character duration of the various font sizes of all kinds of characters in different browsers.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, describedly in electronic program guide web pages, form a dyed layer, and the step of controlling the width of described dyed layer comprises:
By DIV element in HTML, in described electronic program guide web pages, form a dyed layer, background color attribute by described DIV element is realized the painted of described dyed layer, and by the width attribute of described DIV element, is controlled the width of described dyed layer.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described in comprise after obtaining the step of the character duration of the various font sizes of all kinds of characters in different browsers:
Introduce a character allocation list, in described character allocation list, load an array type object;
The character duration of the various font sizes of obtained all kinds of characters is loaded in described array type object;
Described character allocation list is loaded in the application global field of described electronic program guides.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described according to the character duration of the width of character viewing area of electronic program guide web pages and the various font sizes of described all kinds of characters, the step of the input character of this character viewing area word for word being analyzed and intercepted character comprises:
Analyze quantity, type and the font size of input character described in described character viewing area;
According to character duration corresponding to described character allocation list, calculate the character duration of described input character;
The character of the width that exceedes described character viewing area is intercepted.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described according to the character duration of the width of character viewing area of electronic program guide web pages and the various font sizes of described all kinds of characters, the step of the input character of this character viewing area word for word being analyzed and intercepted character comprises:
Each character in this input character is carried out to iterative analysis, analyze type and the font size of current iteration character;
From described character allocation list, obtain the character duration of described current iteration character;
The width of described character viewing area is deducted successively to the character duration of described current iteration character;
When the width of described character viewing area is less than 0, intercept current iteration character and all characters afterwards thereof.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described character viewing area is program title display line.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described character comprises letter, numeral, Chinese character or spcial character.
According to the character intercept method based on electronic program guide web pages in IPTV of the present invention, described character intercept method is applied to the background server of IPTV.
The present invention also provides a kind of character intercepting system based on electronic program guide web pages in IPTV of realizing said method, comprising:
Character duration acquisition module, for obtaining the character duration of various font sizes of all kinds of characters of different browsers;
Character interception module, for according to the character duration of the width of character viewing area of described electronic program guide web pages and the various font sizes of described all kinds of characters, word for word analyzes and intercepts character to the input character of this character viewing area.
The present invention is by the character duration of the various font sizes of all kinds of characters of pre-configured every kind of browser, input character to the EPG page is word for word analyzed, the character duration of accurate Calculation input character, the character of the width that exceeds character viewing area is intercepted, thereby the present invention can carry out accurate character intercepting to the character of the EPG page browser-cross, guaranteed that user can see at most in limited character viewing area, information the most accurately, and then greatly promoted IPTV user's operating experience.
Accompanying drawing explanation
Fig. 1 is the structural representation that the present invention is based on the character intercepting system of the EPG page in IPTV;
Fig. 2 is the structural representation of the preferred character intercepting system of the present invention;
Fig. 3 is the flow chart that the present invention is based on the character intercept method of the EPG page in IPTV;
Fig. 4 is the example flow chart that the present invention obtains character duration;
Fig. 5 is the flow chart of the character intercept method that provides of first embodiment of the invention; And
Fig. 6 is the flow chart of the character intercept method that provides of second embodiment of the invention.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
Fig. 1 shows the structure of the character intercepting system that the present invention is based on the EPG page in IPTV, and described character intercepting system 100 is applied to the background server of IPTV, can be the software unit that is built in background server, hardware cell or software and hardware combining unit.Described character intercepting system 100 at least comprises character duration acquisition module 10 and character interception module 20, wherein:
Character duration acquisition module 10, obtains the character duration of the various font sizes of all kinds of characters in different browsers.Described browser can be enreach, opera, ipanel etc.; Described character class can comprise letter, numeral, Chinese character or spcial character etc.; Described font size can be 16,18,20,22,24 etc.
Character interception module 20, according to the character duration of the width of character viewing area of the EPG page and the various font sizes of all kinds of characters, word for word analyzes and intercepts character to the input character of this character viewing area.Particularly, character interception module 20, by the character duration of input character in accurate Calculation character viewing area, intercepts the character of the width that exceeds character viewing area, and described character viewing area is preferably the program title display line of the EPG page.
The present invention is directed to the EPG page in prior art and cut word inaccuracy and cut the weakness that word is parameter mainly with number of words, proposed the accurate solution take EPG page display width as parameter.Width to all kinds of characters in every kind of browser (comprising letter, numeral, Chinese character, spcial character) is configured, the character duration of accurate Calculation input character, the character of the width that exceeds character viewing area is intercepted, thereby realize browser-cross, the character of the EPG page is carried out to accurate character intercepting.
Fig. 2 is the structural representation of the preferred character intercepting system of the present invention, and described character intercepting system 100 comprises character duration acquisition module 10, character interception module 20, allocation list generation module 30 and allocation list load-on module 40, wherein:
Character duration acquisition module 10 further comprises:
Chromatograph generates submodule 11, for forming a dyed layer at the EPG page, and controls the width of described dyed layer.Preferably, by HTML(HTML) in DIV element in the EPG page, form a dyed layer, background color attribute (background color) by DIV element is realized the painted of dyed layer, and by the width attribute (width) of DIV element, is controlled the width of dyed layer.
Character input submodule 12, for selecting the character of certain font size of certain class character of a certain browser, by character, EPG page continuous wave output N (N >=1), it is more obvious that object is that stretched width shows width.
Chromatograph width control submodule 13 is identical with the width of N character for the width of dyed layer is transferred to.
Character duration calculating sub module 14, for drawing the width of dyed layer divided by N the width of character.
Allocation list generation module 30 for introducing a character allocation list, loads an array type object, and the character duration of the various font sizes of all kinds of characters of obtained various browsers is loaded in described array type object in character allocation list.Concrete collocation method is in template file, to introduce a character allocation list, loads an array type object in this character allocation list, and every kind of character and corresponding width information are added in this array type object.
Allocation list load-on module 40, for character allocation list being loaded into the application global field of EPG, in order to use at any time at the required EPG page.
Character interception module 20, for according to the character duration of the width of character viewing area of the EPG page and the various font sizes of all kinds of characters, word for word analyzes and intercepts character to the input character of this character viewing area.
Fig. 3 is the flow chart that the present invention is based on the character intercept method of the EPG page in IPTV, and described character intercept method is applied to the background server of IPTV, and can realize by character intercepting system 100 as shown in Figure 1 or 2, specifically comprises that step is as follows:
Step S301, obtains the character duration of the various font sizes of all kinds of characters in different browsers, and this step can be realized by character duration acquisition module 10.Described browser can be enreach, opera, ipanel etc.; Described character class can comprise letter, numeral, Chinese character or spcial character etc.; Described font size can be 16,18,20,22,24 etc.
Step S302, according to the character duration of the width of character viewing area of the EPG page and the various font sizes of all kinds of characters, character is word for word analyzed and intercepted to the input character of this character viewing area, described character viewing area is preferably program title display line, and this step can be realized by character interception module 20.Particularly, in the character viewing area of the EPG page by the current browser of accurate Calculation, the character duration of input character, intercepts the character of the width that exceeds character viewing area.
In described step 301, obtain the character duration of the various font sizes of all kinds of characters in different browsers, preferably by the shared width pixel on showing of all types of characters in every kind of browser is calculated, and configure, can comprise step as shown in Figure 4:
Step S401 forms a dyed layer in the EPG page, and controls the width (being pixel) of dyed layer, and this step can generate submodule 11 by chromatograph and realize.Preferably, by html(HTML) in DIV element in the EPG page, form a dyed layer, background color attribute (background color) by DIV element is realized the painted of dyed layer, and by width (width) attribute of DIV element, is controlled the width of dyed layer.
Step S402, selects the character of certain font size of certain class character of a certain browser, and by character, EPG page continuous wave output N (N >=1), this step can be inputted submodule 12 by character and realize.Choose the character that any one need to be configured, such as character A, 10 character A of continuous wave output on the EPG page, exporting 10 character A is for stretched width, width is shown more obvious, to reach naked eyes, can distinguish.
Step S403, is transferred to the width of dyed layer identical with the width of N character, and this step can be realized by chromatograph width control submodule 13.For example the character duration of dyed layer and 10 character A is compared, until by the width adjustment of dyed layer to identical with the width of 10 character A, now the width property value of dyed layer is the width of 10 character A.
Step S404, draws the width of dyed layer divided by N the width of character, and this step can be realized by character duration calculating sub module 14.For example, the width property value of described dyed layer has just been obtained to this character A shared character duration in this browser except 10.
Repeat above-mentioned steps S401 ~ S404, just can show that the character duration of the various font sizes of all kinds of characters in different browsers is to be configured.
Need Special attention will be given to, various font size (font size) in the situation that, the shared width of each character is not necessarily ratio amplification to be dwindled.Therefore need to all do and calculate in different font sizes, this invention have adopted No. 16 to No. 24 fonts of commonly using in EPG as measuring and calculating sample.Take capitalization Q as example, choosing font size is No. 16.First Q is added to character allocation list, in test page, print continuously arranged 10 Q.Then thereunder draw a dyed layer (the background color of div layer is assumed to be redness), constantly adjust the width width value of this div layer, until look that the dyed layer Q continuous with 10 is concordant, now the width width value of div layer is 120, and to occupy at pixel value be 12 to single alphabetical Q.Add position corresponding with alphabetical Q in array by 12, the configuration of alphabetical Q under the scene of No. 16, font size completes.Subsequent, the configuration of other character under No. 16 scenes of font size used the same method.Then change font size scene (such as 18,20,22,24 font sizes such as grade), complete the character duration pixel arrangement under the font size of all needs.
Fig. 5 is the flow chart of the character intercept method that provides of first embodiment of the invention, and it can be realized by character intercepting system 100 as shown in Figure 2, and described character intercept method comprises that step is as follows:
Step S501, obtains the character duration of the various font sizes of all kinds of characters in different browsers.
Step S502, introduces a character allocation list, loads an array type object in character allocation list, and this step can be realized by allocation list generation module 30.Concrete collocation method is in template file, to introduce a character allocation list, loads an array type object in this character allocation list.
Step S503, is loaded into the character duration of the various font sizes of obtained all kinds of characters in array type object, and this step can be realized by allocation list generation module 30.
Step S504, is loaded into character allocation list in the application global field of EPG, and in order to use at any time at the required EPG page, this step can be realized by allocation list load-on module 40.
Step S505, quantity, type and the font size of input character in analysis character viewing area.
Step S506, the character duration corresponding according to character allocation list, calculates the character duration of input character.
Step S507, intercepts the character of the width that exceedes character viewing area.
Fig. 6 is the flow chart of the character intercept method that provides of second embodiment of the invention, and it adopts iterative analysis mode, can realize by character intercepting system 100 as shown in Figure 2, and described character intercept method comprises that step is as follows:
Step S601, obtains the character duration of the various font sizes of all kinds of characters in different browsers.
Step S602, introduces a character allocation list, loads an array type object in character allocation list.
Step S603, is loaded into the character duration of the various font sizes of obtained all kinds of characters in array type object.
Step S604, is loaded into character allocation list in the application global field of EPG.
Step S605, carries out iterative analysis to each character in this input character, analyzes type and the font size of current iteration character.
Step S606 obtains the character duration of current iteration character from character allocation list.
Step S607, deducts the width of character viewing area the character duration of current iteration character successively.
Step S608, when the width of character viewing area is less than 0, intercepts current iteration character and all characters afterwards thereof.
In iterative analysis scheme as shown in Figure 6, background server program is word for word analyzed the input character of character viewing area, here word for word refer to the various characters such as letter, numeral, Chinese character, spcial character, to every kind of character, background program can be compared the character duration pixel in global character allocation list, and now EPG page font size used carries out computing.Final result of calculation, the namely output of background program, is in the character viewing area of specified width, accurately to cut the character string content after word.For instance, at IPTV request program original list, every row display program title, the peak width presenting is limited, and from Pages Design angle attractive in appearance, every row headers can occupy totally 400 pixels.Now, program title length exceedes 400 contents more than pixel and just should be intercepted.Background program carries out iterative analysis to the each character in title, the character allocation list loading before comparison, and the width pixel of the character that current iteration is run into is taken out, and from 400 pixels, removes.In iterative process, when 400 pixels are all run out of (400 these values are subtracted by the character duration of each iteration as overall width), all characters afterwards will be intercepted, and are not presented at page area.If 400 pixels of title overall length less than certainly, should be by complete showing.
In sum, the present invention is by the character duration of the various font sizes of all kinds of characters of pre-configured every kind of browser, input character to the EPG page is word for word analyzed, the character duration of accurate Calculation input character, the character of the width that exceeds character viewing area is intercepted, thereby the present invention can carry out accurate character intercepting to the character of the EPG page browser-cross, guaranteed that user can see at most in limited character viewing area, information the most accurately, and then greatly promoted IPTV user's operating experience.
Certainly; the present invention also can have other various embodiments; in the situation that not deviating from spirit of the present invention and essence thereof; those of ordinary skill in the art are when making according to the present invention various corresponding changes and distortion, but these corresponding changes and distortion all should belong to the protection range of the appended claim of the present invention.

Claims (6)

1. the character intercept method based on electronic program guide web pages in IPTV, is characterized in that, described method comprises that step is as follows:
Obtain the character duration of the various font sizes of all kinds of characters in different browsers;
Introduce a character allocation list, in described character allocation list, load an array type object;
The character duration of the various font sizes of obtained all kinds of characters is loaded in described array type object;
Described character allocation list is loaded in the application global field of described electronic program guides;
According to the character duration of the width of character viewing area of described electronic program guide web pages and the various font sizes of described all kinds of characters, character is word for word analyzed and intercepted to the input character of this character viewing area;
The described step of obtaining the character duration of the various font sizes of all kinds of characters in different browsers comprises:
In described electronic program guide web pages, form a dyed layer, and control the width of described dyed layer;
Select the character of certain font size of certain class character of a certain described browser, described character is individual at described electronic program guide web pages continuous wave output N;
The width of described dyed layer is transferred to identical with the width of N described character;
The width of described dyed layer is drawn to the width of described character divided by N;
Repeat above-mentioned steps, draw the character duration of the various font sizes of all kinds of characters in different browsers;
Described according to the character duration of the width of character viewing area of electronic program guide web pages and the various font sizes of described all kinds of characters, the step of the input character of this character viewing area word for word being analyzed and intercepted character comprises the first character interception way or the second character interception way:
Described the first character interception way comprises:
Analyze quantity, type and the font size of input character described in described character viewing area;
According to character duration corresponding to described character allocation list, calculate the character duration of described input character;
The character of the width that exceedes described character viewing area is intercepted;
Described the second character interception way comprises:
Each character in this input character is carried out to iterative analysis, analyze type and the font size of current iteration character;
From described character allocation list, obtain the character duration of described current iteration character;
The width of described character viewing area is deducted successively to the character duration of described current iteration character;
When the width of described character viewing area is less than 0, intercept current iteration character and all characters afterwards thereof.
2. character intercept method according to claim 1, is characterized in that, describedly in electronic program guide web pages, forms a dyed layer, and the step of controlling the width of described dyed layer comprises:
By DIV element in HTML, in described electronic program guide web pages, form a dyed layer, background color attribute by described DIV element is realized the painted of described dyed layer, and by the width attribute of described DIV element, is controlled the width of described dyed layer.
3. character intercept method according to claim 1, is characterized in that, described character viewing area is program title display line.
4. character intercept method according to claim 1, is characterized in that, described character comprises letter, numeral, Chinese character or spcial character.
5. character intercept method according to claim 1, is characterized in that, described character intercept method is applied to the background server of IPTV.
6. the character intercepting system based on electronic program guide web pages in IPTV of realization method as described in claim 1~5 any one, is characterized in that, described character intercepting system comprises:
Character duration acquisition module, for obtaining the character duration of various font sizes of all kinds of characters of different browsers; Described character duration acquisition module further comprises:
Chromatograph generates submodule, for forming a dyed layer at described electronic program guide web pages, and controls the width of described dyed layer;
Character input submodule, for selecting the character of certain font size of certain class character of a certain described browser, by described character at described electronic program guide web pages continuous wave output N;
Chromatograph width control submodule is identical with the width of N described character for the width of described dyed layer is transferred to;
Character duration calculating sub module, for drawing the width of described dyed layer divided by N the width of described character;
Allocation list generation module for introducing a character allocation list, loads an array type object, and the character duration of the various font sizes of all kinds of characters of obtained various browsers is loaded in described array type object in described character allocation list;
Allocation list load-on module, for being loaded into described character allocation list the application global field of described electronic program guides;
Character interception module, for according to the character duration of the width of character viewing area of described electronic program guide web pages and the various font sizes of described all kinds of characters, word for word analyzes and intercepts character to the input character of this character viewing area;
Described character interception module includes the first character interception way or the second character interception way:
Described the first character interception way comprises:
Analyze quantity, type and the font size of input character described in described character viewing area;
According to character duration corresponding to described character allocation list, calculate the character duration of described input character;
The character of the width that exceedes described character viewing area is intercepted;
Described the second character interception way comprises:
Each character in this input character is carried out to iterative analysis, analyze type and the font size of current iteration character;
From described character allocation list, obtain the character duration of described current iteration character;
The width of described character viewing area is deducted successively to the character duration of described current iteration character;
When the width of described character viewing area is less than 0, intercept current iteration character and all characters afterwards thereof.
CN201110369594.XA 2011-11-18 2011-11-18 Character interception method and system based on electronic program guide page in Internet protocol television (IPTV) Active CN102364961B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110369594.XA CN102364961B (en) 2011-11-18 2011-11-18 Character interception method and system based on electronic program guide page in Internet protocol television (IPTV)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110369594.XA CN102364961B (en) 2011-11-18 2011-11-18 Character interception method and system based on electronic program guide page in Internet protocol television (IPTV)

Publications (2)

Publication Number Publication Date
CN102364961A CN102364961A (en) 2012-02-29
CN102364961B true CN102364961B (en) 2014-04-23

Family

ID=45691511

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110369594.XA Active CN102364961B (en) 2011-11-18 2011-11-18 Character interception method and system based on electronic program guide page in Internet protocol television (IPTV)

Country Status (1)

Country Link
CN (1) CN102364961B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063362B (en) * 2013-07-18 2016-03-16 腾讯科技(深圳)有限公司 A kind of truncation of a string method and device
CN105955935A (en) * 2016-04-29 2016-09-21 乐视控股(北京)有限公司 Text control realization method and apparatus

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1079312A2 (en) * 1999-08-24 2001-02-28 Creative Brains, K.K. Printed matter of text data and method and apparatus for printing the same
CN101986289A (en) * 2010-11-03 2011-03-16 中兴通讯股份有限公司 Method and device for increasing browser page rendering speed
CN102063413A (en) * 2010-12-15 2011-05-18 掌富科技(南京)有限公司 Fast text composition method of mobile terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1079312A2 (en) * 1999-08-24 2001-02-28 Creative Brains, K.K. Printed matter of text data and method and apparatus for printing the same
CN101986289A (en) * 2010-11-03 2011-03-16 中兴通讯股份有限公司 Method and device for increasing browser page rendering speed
CN102063413A (en) * 2010-12-15 2011-05-18 掌富科技(南京)有限公司 Fast text composition method of mobile terminal

Also Published As

Publication number Publication date
CN102364961A (en) 2012-02-29

Similar Documents

Publication Publication Date Title
KR100781516B1 (en) Apparatus and method for displaying object according to request order
US8156444B1 (en) Systems and methods for determining a user interface attribute
US20070214119A1 (en) Searching within a Site of a Search Result
US7721197B2 (en) System and method of displaying content on small screen computing devices
US10185702B1 (en) Publisher formatting controls
US20160041957A1 (en) System and method for improving design of user documents
US8957886B2 (en) Power-saving and context-showing display information converting system and corresponding apparatus
KR20130066603A (en) Initiating font subsets
WO2008092079A2 (en) System, method and apparatus for selecting content from web sources and posting content to web logs
US20110320957A1 (en) Method and apparatus for analyzing usage patterns and customizing a graphic interface for individual users
US20080018928A1 (en) Apparatus and method for report invocation and manipulation on a mobile communication device
CN102314222A (en) Self-adaptive input method, equipment and system
CN103440326A (en) Method and apparatus for providing representation information
CN109933751B (en) Image-text drawing method and device, computer-readable storage medium and computer equipment
US9158800B2 (en) Providing content items for non-standard content item slots
CN103678497A (en) Method and system for adjusting browse display of search page
US20120089899A1 (en) Method and system for redisplaying a web page
US20140180796A1 (en) Selecting and serving content items of different content item types for a content item slot
CN102364961B (en) Character interception method and system based on electronic program guide page in Internet protocol television (IPTV)
CN112257405A (en) Webpage table editing method, device and equipment and computer readable storage medium
US9886426B1 (en) Methods and apparatus for generating an efficient SVG file
US20050086609A1 (en) Indicating focus in a portal environment
US20100211870A1 (en) Document display device and method
CN105653724A (en) Page exposure monitoring method and device
CN106575303B (en) Method and device for displaying webpage

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