CN113157166B - Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment - Google Patents

Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment Download PDF

Info

Publication number
CN113157166B
CN113157166B CN202110552301.5A CN202110552301A CN113157166B CN 113157166 B CN113157166 B CN 113157166B CN 202110552301 A CN202110552301 A CN 202110552301A CN 113157166 B CN113157166 B CN 113157166B
Authority
CN
China
Prior art keywords
note
article
display area
articleview
offset
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
CN202110552301.5A
Other languages
Chinese (zh)
Other versions
CN113157166A (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.)
Readboy Education Technology Co Ltd
Original Assignee
Readboy Education Technology 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 Readboy Education Technology Co Ltd filed Critical Readboy Education Technology Co Ltd
Priority to CN202110552301.5A priority Critical patent/CN113157166B/en
Publication of CN113157166A publication Critical patent/CN113157166A/en
Application granted granted Critical
Publication of CN113157166B publication Critical patent/CN113157166B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Abstract

The invention discloses a method for realizing self-adaptive note taking by an intelligent terminal, which comprises the steps of obtaining an absolute position area of each character when the whole article is completely displayed, searching anchor point characters according to an offset position when a note taking picture is displayed, searching a corresponding note taking picture, and determining the display position of the note taking picture according to a relative offset. By using the method and the device, the synchronous following effect of the note pictures and the corresponding characters can be realized as usual even if the display area of the article is changed or the font size of the article is changed.

Description

Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment
Technical Field
The invention relates to the technical field of intelligent terminals, in particular to a method for realizing self-adaptive note taking of an intelligent terminal, a storage medium and electronic equipment.
Background
When an intelligent terminal (especially a mobile phone and a tablet) is used to watch an article through an application program, sometimes a note (drawing a line or writing characters and the like) is to be taken directly in the article in a manner similar to a paper book, that is, the note and the characters in the article are synchronized. When the sliding screen scrolls through the article, the notes also scroll along with the text. The Chinese patent application ZL201511016766X provides an implementation method for a note function followed by an article, but notes implemented by the method are only suitable for being displayed on a certain terminal according to the fixed font size, if the article is displayed on intelligent terminals with different resolutions or the font size of the article is changed on the same terminal, the article typesetting inevitably changes, and then the note and the article cannot be correspondingly matched.
Disclosure of Invention
Aiming at the defects of the prior art, the invention aims to provide a method for realizing self-adaptive note taking by an intelligent terminal, a storage medium and electronic equipment.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for realizing self-adaptive note taking by an intelligent terminal comprises the following specific processes:
the overall note view is divided into a lower article view and an upper note view; the article view can be scrolled up and down and is defined as articlelView, and the size of the article view is defined as the size of the whole view after all articles are logically displayed; the area where the user can see the article content is defined as an article display area, the position of the article display area is always unchanged, when the up-down sliding screen scrolls, the article view actually scrolls up and down, and the article view can display the article content in the article display area in real time; the note view is defined as NoteView, the ArticleView can transfer the current rolling position to the NoteView in real time by calling a callback function of the NoteView in the process of rolling up and down, and the current rolling position of the ArticleView is defined as ArticleView.
When the content of an article is loaded, firstly traversing a character array of the whole article, calculating the total length after the whole article is logically and completely displayed according to the display area, the typesetting information, the display width and the height of each character and the width and the height of a picture, and setting the length as the length of the articleView; in the whole traversal process, the absolute position area Rect (top, bottom, left, right) of each character in the article in the articleView, namely the Rect value, is stored at the same time, and an array formed by the Rect values of all the characters is named as charsRectBuf; transmitting charsRectBuf to NoteView; the characters refer to characters and picture placeholders left after all labels in the character array of the article are removed, and the picture placeholder refers to a picture which is regarded as a special character; the absolute position area is a display area of each character in the ArticleView when the ArticleView logically and completely displays the whole article; in Rect (top, bottom, left, right), left and top represent the abscissa and ordinate of the upper left corner of the absolute position area, respectively, and right and bottom represent the abscissa and ordinate of the lower right corner of the absolute position area, respectively;
when a user takes notes, dragging a painting brush to draw lines, write words and the like on a NoteView, the NoteView shows the contents drawn by the user and simultaneously records the coordinate values of down, move and up touch messages corresponding to the painting brush each time, when the up message is received, the painting brush is shown to be lifted, a note is completed, at the moment, the coordinate values of the down, move and up of the painting brush which is recorded at the time are added with the aromatic View. When the user picks up the brush again to take a note, another note display area Rect value can be obtained;
when saving the notes, the NoteView looks up the anchor text and calculates the relative position offset: traversing charsRectBuf, determining anchor point characters corresponding to coordinates (Rect.left, Rect.top) of the upper left corner of each note display area and relative offsets (offset X, offset Y) of the coordinates of the upper left corner of the absolute position area of the anchor point characters, and recording;
clipping a note picture from the bitmap of the NoteView canvas according to all the note display areas and converting the note picture into png picture byte stream;
the note is stored in a database, and data items of all notes in the database comprise index values of anchor characters, png picture byte streams, offset X, offset Y and font size of the note; the index value of the anchor character refers to the offset position of the anchor character in charsRectBuf, and the font size refers to the font size adopted by the current display of the article;
when the ArticleView rolls up and down, the NoteView receives ArticleView.offset Y in real time, the NoteView combines the article display area and the ArticleView.offset Y, index values of all characters currently displayed in the article display area are obtained by traversing all charsRectBufs, related note data items are searched from a database according to the index values, and png picture byte streams of the notes are read and displayed;
the display position of the note png picture on NoteView is (charsrectBuf [ index ]. left + offset X, charsrectBuf [ index ]. top + offset Y f-ArchiveView. offset), wherein f is a font size change coefficient, namely the font size of the current article is divided by the font size stored in the database, and when f is not 1.0, the note png picture is zoomed according to the font size change coefficient and then displayed so as to achieve the purposes of coordinating with the font size and enabling the note png picture to be consistent with the font size; charsRectBuf [ index ]. left represents the abscissa value of the upper left-hand coordinate of the index-th character displayed in ArticleView in charsRectBuf, and charsRectBuf [ index ]. top: and a vertical coordinate value representing the upper left-hand coordinate of the index-th character displayed in ArticleView.
Further, before the note is saved, the NoteView completes two optimization processes: 1) merge small note display areas: traversing all note display areas, comparing every two note display areas to see whether overlap exists, judging whether to merge the two note display areas if the overlap exists, wherein the merging condition is that the area of the note display area obtained after merging is smaller than the sum of the areas of the two note display areas before merging, merging the display areas of the two notes to obtain a note area if the merging is judged to be needed, and discarding the original display areas of the two notes; 2) Splitting the large note display area: dividing the note display area with the area exceeding the set threshold into a plurality of note display areas according to the set threshold, and discarding the original large note display area.
Furthermore, each note png picture can obtain a note display area when being displayed, and due to the change of the article display area or the font size, if the note png picture exceeds a NoteView canvas on a new position, the original note png picture is divided into a plurality of note png pictures for display, the original note display area is divided into a plurality of new note display areas, and the original note display area is discarded; and then writing the new note display areas into a database for storage, and synchronously deleting the old note data items before the division.
Furthermore, when browsing the notes, when the user modifies the original notes, the modified notes are saved according to the process of saving the notes to the database because the note display area is arranged in front of the original notes; after the original note display area loaded from the database is covered, the new note data item needs to delete the corresponding original note data item in the database before being stored in the database.
A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the above-mentioned method.
An electronic device comprising a processor and a memory for storing a computer program; the processor is configured to implement the above method when executing the computer program.
The invention has the beneficial effects that: by using the method and the device, the synchronous following effect of the note pictures and the corresponding characters can be realized as usual even if the display area of the article is changed or the font size of the article is changed.
Detailed Description
The present invention will be further described below, and it should be noted that the present embodiment is based on the technical solution, and a detailed implementation manner and a specific operation process are provided, but the protection scope of the present invention is not limited to the present embodiment.
The embodiment provides a method for realizing self-adaptive note taking by an intelligent terminal, which specifically comprises the following processes:
the overall note view is divided into a lower article view and an upper note view; the article view can scroll up and down, defined as articlelview, and the size of the article view is defined as the size of the whole view after the article is logically displayed all at once (in implementation, the article view is not displayed all at once, but displays the content which can be seen in the article display area); the area where the user can see the article content is defined as an article display area, the position of the article display area is always unchanged, when the up-down sliding screen scrolls, the article view actually scrolls up and down, and the article view can display the article content in the article display area in real time; the note view is defined as NoteView, the current scrolling position of the ArticleView can be transmitted to the NoteView in real time by calling a callback function of the NoteView in the process of up-down scrolling, the current scrolling position of the ArticleView is defined as ArticleView. offset, namely the offset of an article display area relative to the ArticleView on the Y axis;
when loading a piece of article content, the articlelview first traverses the character array of the whole article, which is the original data of the article and includes various label information related to typesetting and the like. Calculating the total length of the whole article after logically completely displaying according to the article display area, the typesetting information, the display width and height of each character (the display width and height of the character are determined by the font size) and the width and height of the picture, and setting the length as the length of the articlelView; in the whole traversal process, the absolute position area Rect (top, bottom, left, right) of each character in the article in the articleView, namely the Rect value, is stored at the same time, and an array formed by the Rect values of all the characters is named as charsRectBuf; the charsRectBuf is passed to NoteView. The characters refer to characters and picture placeholders left after all labels in the character array of the article are removed, and the picture placeholder refers to that a picture is regarded as a special character and only plays a role in placeholder. The absolute position area refers to the display area of each text in ArticleView when the ArticleView logically displays the entire article in its entirety. In Rect (top, bottom, left, right), left and top represent the abscissa and ordinate of the upper left corner of the absolute position area, respectively, and right and bottom represent the abscissa and ordinate of the lower right corner of the absolute position area, respectively;
when a user takes notes, dragging a painting brush to draw lines, write words and the like on a NoteView, the NoteView shows the contents drawn by the user and records the coordinate values of down, move and up touch messages corresponding to the painting brush each time, when the up message is received, the painting brush is shown to be lifted, one note is completed (namely one note is formed from one down to one up), and then the coordinate values of the down, move and up of the painting brush which is recorded at the time are added with the ArticleView. When the user picks up the brush again for taking notes, another note display area Rect value is obtained.
Before the notes are saved, the NoteView completes two optimization processes: 1) merge small note display areas: traversing all note display areas, comparing every two note display areas to see whether overlap exists, judging whether to merge the two note display areas if the overlap exists, wherein the merging condition is that the area of the note display area obtained after merging is smaller than the sum of the areas of the two note display areas before merging, merging the display areas of the two notes to obtain a note area if the merging is judged to be needed, and discarding the original display areas of the two notes; similarly, the merged note display area is the minimum rectangle containing all coordinate values of down, move and up messages contained in the brush operation of the two notes; 2) dividing a large note display area; the speed of reading and writing a note picture in a database and loading a UI thread is affected by the fact that a note display area is too large, the note display area with the area exceeding a set threshold is divided into a plurality of note display areas according to the set threshold (the dividing method can be that the area of the large note display area is divided by the set threshold to determine the number of the division, and if the division cannot be completed, the number of the division is increased by 1.
After the NoteView completes the optimization process, searching anchor characters and calculating the offset of the relative position: traversing charsRectBuf, determining anchor characters corresponding to coordinates (rec.left, rec.top) of the upper left corner of each note display area and relative offset (offset x, offset y) of the coordinates of the upper left corner of the absolute position area of the anchor characters, and recording the relative offset, wherein the relative offset can be used for determining the position of note picture display when the article is displayed on equipment with different resolutions or when the font size of the article displayed on the same resolution equipment is adjusted in future.
And clipping a note picture from the bitmap of the NoteView canvas according to all the note display areas and converting the note picture into png picture byte stream.
Saving notes to a database: the data items of each note in the database comprise an index value of an anchor character, png picture byte stream of the note, offset x, offset y and font size. The index value of the anchor character refers to an offset position of the anchor character in charsRectBuf, and the font size refers to a font size adopted by the current display of the article.
When the ArticleView rolls up and down, the NoteView receives ArticleView.offset Y in real time, the NoteView combines the article display area and the ArticleView.offset Y, index values of all characters currently displayed in the article display area are obtained by traversing all charsRectBufs, related note data items are searched from a database according to the index values, and the png picture byte stream of the note is read and displayed.
It should be noted that, after the articlelview is completely displayed (logically displayed), the index of each text is fixed.
The display position of the note png picture on NoteView is (charsrectBuf [ index ]. left + offset X, charsrectBuf [ index ]. top + offset Y f-ArchiveView. offset), wherein f is a font size change coefficient, namely the font size of the current article is divided by the font size stored in the database, and when f is not 1.0, the note png picture is zoomed according to the font size change coefficient and then displayed so as to achieve the purposes of coordinating with the font size and enabling the note png picture to be consistent with the font size; charsRectBuf [ index ]. left represents the abscissa value of the upper left-hand coordinate of the index-th character displayed in ArticleView in charsRectBuf, and charsRectBuf [ index ]. top: and a vertical coordinate value representing the upper left-hand coordinate of the index-th character displayed in ArticleView. On the basis of the note picture, the coordinates of the upper left corner when the note picture is displayed are accurately determined by combining the offset and the character size as follows: (charsRectBuf [ index ]. left + offset x f, charsRectBuf [ index ]. top + offset Y f-ArticleView. offset Y), where the Y coordinate minus ArticleView. offset Y is because the note png picture is displayed within the current article display area, not in ArticleView.
Each note png picture gets a note display area (rec value from picture display position, picture size and articlelieview. Due to the change of the article display area or the font size, the display of the note png picture at a new position may exceed the NoteView canvas, at this time, the original note png picture is divided into a plurality of note png pictures to be displayed, the original note display area is divided into a plurality of new note display areas, and the original note display area is discarded; then writing the new note display areas into a database for storage, and synchronously deleting old note data items before segmentation;
when browsing notes, when a user modifies the original notes, the modified notes are stored according to the process of storing the notes into the database because the notes are displayed in the front of the original notes. However, it should be noted that after the original note display area loaded from the database is covered (merged or split), the new note data item is deleted from the database before being saved in the database.
When the saved notes are uploaded, saved and downloaded on line, synchronous following effects of note pictures and characters can be kept when the notes are displayed on equipment with different resolutions, and the difference of the resolutions only affects the article display area.
Various corresponding changes and modifications can be made by those skilled in the art based on the above technical solutions and concepts, and all such changes and modifications should be included in the protection scope of the present invention.

Claims (6)

1. A method for realizing self-adaptive note taking by an intelligent terminal is characterized by comprising the following specific processes:
the overall note view is divided into a lower article view and an upper note view; the article view can be scrolled up and down and is defined as articlelView, and the size of the article view is defined as the size of the whole view after all articles are logically displayed; the area where the user can see the article content is defined as an article display area, the position of the article display area is always unchanged, when the up-down sliding screen scrolls, the article view actually scrolls up and down, and the article view can display the article content in the article display area in real time; the note view is defined as NoteView, the ArticleView can transfer the current rolling position to the NoteView in real time by calling a callback function of the NoteView in the process of rolling up and down, and the current rolling position of the ArticleView is defined as ArticleView.
When the content of an article is loaded, firstly traversing a character array of the whole article, calculating the total length after the whole article is logically and completely displayed according to the display area, the typesetting information, the display width and the height of each character and the width and the height of a picture, and setting the length as the length of the articleView; in the whole traversal process, the absolute position area Rect (top, bottom, left, right) of each character in the article in the articleView, namely the Rect value, is stored at the same time, and an array formed by the Rect values of all the characters is named as charsRectBuf; transmitting charsRectBuf to NoteView; the characters refer to characters and picture placeholders left after all labels in the character array of the article are removed, and the picture placeholder refers to a picture which is regarded as a special character; the absolute position area is a display area of each character in the ArticleView when the ArticleView logically and completely displays the whole article; in Rect (top, bottom, left, right), left and top represent the abscissa and ordinate of the upper left corner of the absolute position area, respectively, and right and bottom represent the abscissa and ordinate of the lower right corner of the absolute position area, respectively;
when a user takes notes, the NoteView displays the contents drawn by the user, records the coordinate values of down, move and up touch messages corresponding to a painting brush each time, when the up message is received, the painting brush is lifted to finish one note, and adds the coordinate values of the down, move and up of the painting brush which is recorded at the time to the ArcheletView. When the user picks up the brush again to take a note, another note display area Rect value can be obtained;
when saving the notes, the NoteView looks up the anchor text and calculates the relative position offset: traversing charsRectBuf, determining anchor point characters corresponding to coordinates (Rect.left, Rect.top) of the upper left corner of each note display area and relative offsets (offset X, offset Y) of the coordinates of the upper left corner of the absolute position area of the anchor point characters, and recording;
clipping a note picture from the bitmap of the NoteView canvas according to all the note display areas and converting the note picture into png picture byte stream;
the note is stored in a database, and data items of all notes in the database comprise index values of anchor characters, png picture byte streams, offset X, offset Y and font size of the note; the index value of the anchor character refers to the offset position of the anchor character in charsRectBuf, and the font size refers to the font size adopted by the current display of the article;
when the ArticleView rolls up and down, the NoteView receives ArticleView.offset Y in real time, the NoteView combines the article display area and the ArticleView.offset Y, index values of all characters currently displayed in the article display area are obtained by traversing all charsRectBufs, related note data items are searched from a database according to the index values, and png picture byte streams of the notes are read and displayed;
the display position of the note png picture on NoteView is (charsrectBuf [ index ]. left + offset X, charsrectBuf [ index ]. top + offset Y f-ArchiveView. offset), wherein f is a font size change coefficient, namely the font size of the current article is divided by the font size stored in the database, and when f is not 1.0, the note png picture is zoomed according to the font size change coefficient and then displayed so as to achieve the purposes of coordinating with the font size and enabling the note png picture to be consistent with the font size; charsRectBuf [ index ]. left represents the abscissa value of the upper left-hand coordinate of the index-th character displayed in ArticleView in charsRectBuf, and charsRectBuf [ index ]. top: and a vertical coordinate value representing the upper left-hand coordinate of the index-th character displayed in ArticleView.
2. The method of claim 1, wherein before saving the note, the NoteView performs a two-way optimization procedure: 1) merge small note display areas: traversing all note display areas, comparing every two note display areas to see whether overlap exists, judging whether to merge the two note display areas if the overlap exists, wherein the merging condition is that the area of the note display area obtained after merging is smaller than the sum of the areas of the two note display areas before merging, merging the display areas of the two notes to obtain a note area if the merging is judged to be needed, and discarding the original display areas of the two notes; 2) Splitting the large note display area: dividing the note display area with the area exceeding the set threshold into a plurality of note display areas according to the set threshold, and discarding the original large note display area.
3. The method of claim 1, wherein each of the png notes displayed in a display area results in a display area, and if the png notes displayed in a new location exceed the NoteView canvas due to the change in the article display area or font size, the png notes are divided into png notes for display, the original png notes displayed in the display area are divided into new display areas, and the original display areas are discarded; and then writing the new note display areas into a database for storage, and synchronously deleting the old note data items before the division.
4. The method of claim 1, wherein when browsing notes, when the user modifies the original note, the modified note is saved according to the process of saving the note to the database because the note display area is already in front; after the original note display area loaded from the database is covered, the new note data item needs to delete the corresponding original note data item in the database before being stored in the database.
5. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method of any one of claims 1 to 4.
6. An electronic device comprising a processor and a memory, the memory for storing a computer program; the processor is adapted to carry out the method of any one of claims 1 to 4 when executing the computer program.
CN202110552301.5A 2021-05-20 2021-05-20 Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment Active CN113157166B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110552301.5A CN113157166B (en) 2021-05-20 2021-05-20 Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110552301.5A CN113157166B (en) 2021-05-20 2021-05-20 Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN113157166A CN113157166A (en) 2021-07-23
CN113157166B true CN113157166B (en) 2022-03-29

Family

ID=76876787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110552301.5A Active CN113157166B (en) 2021-05-20 2021-05-20 Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN113157166B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101419714A (en) * 2008-10-27 2009-04-29 浙江大学 Interactive document typesetting method based on quick sketch
CN101882384A (en) * 2010-06-29 2010-11-10 汉王科技股份有限公司 Method for note management on electronic book and electronic book equipment
CN104978581A (en) * 2015-07-09 2015-10-14 北京盛世宣合信息科技有限公司 Handwriting trace sampling method and apparatus applied to writing brush
CN107977150A (en) * 2017-10-31 2018-05-01 阿里巴巴集团控股有限公司 A kind of view scrolling method, device and electronic equipment
CN109085965A (en) * 2018-07-19 2018-12-25 掌阅科技股份有限公司 Take down notes generation method, electronic equipment and computer storage medium
CN111857893A (en) * 2019-04-08 2020-10-30 百度在线网络技术(北京)有限公司 Method and device for generating label graph
CN111857332A (en) * 2015-02-12 2020-10-30 北京三星通信技术研究有限公司 Method and device for acquiring note information
CN112486374A (en) * 2020-12-18 2021-03-12 掌阅科技股份有限公司 Note recording method of electronic book reader, electronic device and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040139400A1 (en) * 2002-10-23 2004-07-15 Allam Scott Gerald Method and apparatus for displaying and viewing information
US7194693B2 (en) * 2002-10-29 2007-03-20 International Business Machines Corporation Apparatus and method for automatically highlighting text in an electronic document

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101419714A (en) * 2008-10-27 2009-04-29 浙江大学 Interactive document typesetting method based on quick sketch
CN101882384A (en) * 2010-06-29 2010-11-10 汉王科技股份有限公司 Method for note management on electronic book and electronic book equipment
CN111857332A (en) * 2015-02-12 2020-10-30 北京三星通信技术研究有限公司 Method and device for acquiring note information
CN104978581A (en) * 2015-07-09 2015-10-14 北京盛世宣合信息科技有限公司 Handwriting trace sampling method and apparatus applied to writing brush
CN107977150A (en) * 2017-10-31 2018-05-01 阿里巴巴集团控股有限公司 A kind of view scrolling method, device and electronic equipment
CN109085965A (en) * 2018-07-19 2018-12-25 掌阅科技股份有限公司 Take down notes generation method, electronic equipment and computer storage medium
CN111857893A (en) * 2019-04-08 2020-10-30 百度在线网络技术(北京)有限公司 Method and device for generating label graph
CN112486374A (en) * 2020-12-18 2021-03-12 掌阅科技股份有限公司 Note recording method of electronic book reader, electronic device and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
监控页面分辨率变化,修改对应的字体大小;xiong12345677;《https://blog.csdn.net/xiongqian_/article/details/108093057》;20200819;第1-3页 *

Also Published As

Publication number Publication date
CN113157166A (en) 2021-07-23

Similar Documents

Publication Publication Date Title
US8438496B1 (en) Content sensitive automatic scrolling
US10860623B2 (en) Picture dynamic display method, electronic equipment and storage medium
CN103268166B (en) The former handwriting information collection of handwriting input device and display packing
US5150424A (en) On-line character recognition apparatus
US20130073951A1 (en) Display control program, recording medium recording display control program, display control apparatus, and display control method
CN113157189B (en) Method for adding note content by quickly referring to original text, storage medium and electronic equipment
CN107765938B (en) Picture interaction method and device
JP2002251241A (en) Information display method and information processor using the same method and medium and program
CN102208180A (en) Method for rapidly displaying vector font by set top box (STB)
CN113157166B (en) Method for realizing self-adaptive note taking by intelligent terminal, storage medium and electronic equipment
CN105653665B (en) Method and device for realizing efficient note access
CN105242832A (en) Method and device for displaying screen locking information flow
CN109858421B (en) Android platform handwriting playback method and device based on scalable vector graphics
CN103678261A (en) Method, device and equipment for rapidly displaying TTFs
CN101599263B (en) Mobile terminal and display method of screen display (OSD) interface thereof
US20130162562A1 (en) Information processing device and non-transitory recording medium storing program
CN107193815B (en) Page code processing method, device and equipment
CN108509106B (en) Method for positioning mobile desktop lyrics
CN115423684B (en) Method and device for locally amplifying column wrapping picture by RGB array
CN111063010A (en) Map motion track animation realization method and device, electronic equipment and storage medium
CN109800039B (en) User interface display method and device, electronic equipment and storage medium
US20140095991A1 (en) Content reproduction apparatus, content reproduction method and content reproduction program
US20210073458A1 (en) Comic data display system, method, and program
CN113157188B (en) Method for realizing learning note by intelligent terminal, storage medium and electronic equipment
CN113157167B (en) Method for realizing quick note recovery of intelligent terminal, storage medium and electronic equipment

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