CN111401001A - TextView linear scaling method, device, equipment and medium - Google Patents

TextView linear scaling method, device, equipment and medium Download PDF

Info

Publication number
CN111401001A
CN111401001A CN202010174734.7A CN202010174734A CN111401001A CN 111401001 A CN111401001 A CN 111401001A CN 202010174734 A CN202010174734 A CN 202010174734A CN 111401001 A CN111401001 A CN 111401001A
Authority
CN
China
Prior art keywords
textview
width
character
linear
input character
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
CN202010174734.7A
Other languages
Chinese (zh)
Other versions
CN111401001B (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.)
Zhejiang Xuehai Education Technology Co ltd
Original Assignee
Zhejiang Xuehai 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 Zhejiang Xuehai Education Technology Co ltd filed Critical Zhejiang Xuehai Education Technology Co ltd
Priority to CN202010174734.7A priority Critical patent/CN111401001B/en
Publication of CN111401001A publication Critical patent/CN111401001A/en
Application granted granted Critical
Publication of CN111401001B publication Critical patent/CN111401001B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a textView linear scaling method, which relates to the technical field of linear scaling and is used for solving the problem of nonlinearity generated during linear scaling of the existing notes and texts, and the method comprises the following steps: receiving an input character according to a preset TextSize character type; configuring a linear mark at a brush mark position of the input character; matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all display character sets; calculating the width and height of the input character according to the TextView width and the font characteristics of the character; and according to different android devices, linearly scaling the width of the TextView control and the input character according to the proportion. The invention also discloses a TextView linear scaling device, electronic equipment and a computer storage medium. The invention limits the character type and font and adds linear marks to the note, thereby avoiding the problem of nonlinearity.

Description

TextView linear scaling method, device, equipment and medium
Technical Field
The invention relates to the technical field of linear scaling, in particular to a method, a device, equipment and a medium for textView linear scaling.
Background
Under the android system, there are many applications that support note-marking, where the content text and note control are usually separate independent components that require equal linear scaling of text and notes to device resolution when aligning the text and notes on different devices.
The linear zooming of the note can be performed by zooming the note coordinate points, but when the text content displayed based on the TextView is linearly zoomed, the character width of the text content is nonlinear due to nonlinearity of the Android system TextView measuring process, and the problems that the line feed point is inconsistent and the note cannot be aligned are generated.
Disclosure of Invention
In order to overcome the defects of the prior art, an object of the present invention is to provide a TextView linear scaling method, which adds a linear flag to a stroke flag by performing preset limitation on a character type and a font library, so that text wrapping points are consistent and notes are linearly aligned when TextView is linearly scaled.
One of the purposes of the invention is realized by adopting the following technical scheme:
a TextView linear scaling method comprises the following steps:
receiving an input character according to a preset TextSize character type;
configuring a linear mark at a brush mark position of the input character;
matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all display character sets;
calculating the width and height of the input character according to the TextView width and the font characteristics of the character;
and according to different android devices, linearly scaling the width of the TextView control and the input character according to the proportion.
Further, the preset Textsize character type is integer.
Further, the preset font library is a font library specified by setTypeface.
Further, according to the TextView width and the font characteristics of the input character, calculating the width and the height of the input character, and further comprising the following steps:
calling the font characteristics of the input characters and closing the character distance adjusting function;
and calculating the width and height of the input character according to the font characteristics.
Further, the linear flag is a linear flag configured by setpaint flags.
Further, according to different android devices, linearly scaling the TextView control width and the input character according to the proportion comprises the following steps:
reading the TextView width and the height of the input character, wherein the TextView width and the height of the input character are even numbers;
calculating the pixel proportion of the current equipment and the reference equipment, and taking the pixel proportion downwards to an integral multiple of 0.5 to obtain a scaling coefficient;
and linearly scaling the TextView control and the input character according to the scaling coefficient.
Further, the reference device is a device with a display area of 1024 × 768.
The second objective of the present invention is to provide a device for linearly scaling TextView, which is capable of making the text feed point consistent and notes aligned linearly when TextView is linearly scaled by presetting and defining the character type and font library and adding a linear mark to the stroke mark.
The second purpose of the invention is realized by adopting the following technical scheme:
a TextView linear scaling device, comprising:
the receiving module is used for receiving input characters according to the preset TextSize character type;
the configuration module is used for configuring a linear mark at a brush mark position of the input character;
the matching module is used for matching fonts for the input characters according to a preset font library, and the preset font library is a font library covering all display character sets;
the calculation module is used for calculating the width and height of the input character according to the TextView width and the font; and according to different android devices, linearly scaling the width of the TextView control and the input characters according to the proportion.
It is a further object of the present invention to provide an electronic device comprising a processor, a storage medium, and a computer program stored in the storage medium, which when executed by the processor implements the TextView linear scaling method described above.
It is a fourth object of the present invention to provide a computer-readable storage medium storing one of the objects of the invention, having a computer program stored thereon, which when executed by a processor implements the TextView linear scaling method described above.
Compared with the prior art, the invention has the beneficial effects that:
according to the method, the character type of the TextView is limited, fonts are matched in the font library which can cover all display character sets, the width and the height of the characters are controlled, the problem of nonlinear scaling is prevented, the problem of nonlinear scaling at the position of a painting brush mark is avoided by adding a linear mark to the painting brush mark, and the problems that a line feed point is inconsistent and notes cannot be aligned are avoided.
Drawings
FIG. 1 is a flowchart of the TextView linear scaling method of the first embodiment;
FIG. 2 is a flowchart of a method for calculating a character width and height according to the first embodiment;
FIG. 3 is a flowchart of a linear scaling method according to the device of the second embodiment;
FIG. 4 is a block diagram showing the structure of the TextView linear scaling apparatus according to the third embodiment;
fig. 5 is a block diagram of the electronic apparatus according to the fourth embodiment.
Detailed Description
The present invention will now be described in more detail with reference to the accompanying drawings, in which the description of the invention is given by way of illustration and not of limitation. The various embodiments may be combined with each other to form other embodiments not shown in the following description.
Example one
The embodiment I provides a TextView linear scaling method, which aims to avoid the nonlinear condition during linear scaling by limiting input characters and prevent the problems of inconsistent line feed points and incapability of note alignment.
textView refers to a text view in an android system, and usually the text presentation in APP in the android system needs to be realized through the textView.
Referring to FIG. 1, a TextView linear scaling method includes the following steps:
s110, receiving input characters according to the preset TextSize character type;
in some versions of the android system, rounding is forced on the character type, so that some input characters of the floating point type have a problem of non-linear scaling, and therefore in the embodiment, the preset character type is uniformly set to be integer, that is, the configured TextSize is integer.
The purpose of presetting the character types in S110 is to unify the text size, and avoid the problem of non-linearity caused by different sizes when texts of different character types are linearly scaled.
S120, configuring a linear mark at a brush mark position of the input character; (ii) a
The brush mark in the S120 refers to a brush function in TextView, such as functions of text bolding, underlining, anti-aliasing mark adding, and the like, and since the system rounds the width of a character when the brush mark bit does not include a linear mark, the nonlinearity of the brush mark is caused, the linear marks are added to all brush marks in S120, so as to avoid the problem that the brush mark is not matched with an input character after linear scaling due to the nonlinearity of the brush mark.
The linear flag described above is a linear flag configured by setpaint flags.
S130, matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all display character sets;
the android system combines textSize and the character width and height in the used font library when calculating the font width and height, if the characters in the font library do not contain the characters needing to be displayed currently, the system uses self default characters, and due to the fact that the default character widths of different systems are different, the problem that linear scaling cannot be achieved is caused. Therefore, in this embodiment, matching of fonts is completed by calling a font library preset by the "setTypeface" command, the preset font library is a font library covering all display character sets, and different preset font libraries can be set according to different APPs (application programs) because the fonts of the display character sets of different APPs (application programs) are different, or a font library including all fonts, and this embodiment is not limited to a specific font library.
Through the font library of the standard text, the linear control of the width and the height of the character can be realized.
S140, calculating the width and height of the input character according to the TextView width and the font characteristics of the character;
in some versions of android systems, the word pitch adjustment is performed on specific adjacent characters in a font library, so that the font width cannot be linearly scaled, because the system performs a word pitch adjustment kerning (word even pitch) process on the adjacent characters on the calculated character width, which may cause nonlinearity in a partial scene; preferably, in order to avoid such a problem, the word-space adjusting function is turned off, that is, the kernel function is turned off.
Specifically, please refer to fig. 2, which includes the following steps:
s1401, calling font characteristics of the input characters, and closing a character distance adjusting function;
and S1402, calculating the width and the height of the character according to the font characteristics.
The android system will automatically calculate the width and height of the character according to the character type and font to adapt to the width of TextView, and the calculation method is a general calculation method, so this embodiment will not be described in detail.
S150, according to different android devices, scaling the width of the TextView control and the input characters in a linear mode.
After the steps are completed, the linear width and height of the TextView on different Android devices can be scaled.
Example two
The second embodiment is performed on the basis of the first embodiment, and mainly describes the process of scaling the overall width and the text size of the TextView control on different devices according to a linear scaling scale.
Specifically, referring to fig. 3, the linearly scaling the TextView control width and the input character according to different android devices includes the following steps:
s210, reading the TextView width and the height of the input character, wherein the TextView width and the height of the input character are even numbers;
s220, calculating the pixel proportion of the current equipment and the reference equipment, and taking the pixel proportion downwards to be integral multiple of 0.5 to obtain a scaling factor;
it should be noted that the TextView width and the width and height of the input character in S210 are limited to be even numbers, because the width of the control in the android system is integer, when strict control precision is required, the width of the control and the text size need to be set to be even numbers, because the linear scale in S220 is an integer multiple of 0.5, and an integer multiple of 0.5 is also a general linear scale of the android system, so that the even numbers can avoid the width after the control is scaled to be decimal.
The reference device in S220 selects a device whose display area is 1024 × 768 in this embodiment, and when calculating the pixel ratio, calculates the pixel ratios of the current device and the reference device in the text layout direction.
And S230, linearly scaling the TextView control and the input character according to the scaling coefficient.
EXAMPLE III
The third embodiment discloses a device corresponding to the TextView linear scaling method of the third embodiment, which is a virtual device structure of the third embodiment, and please refer to fig. 4, including:
a receiving module 310, configured to receive an input character according to a preset TextSize character type;
a configuration module 320, configured to configure a linear flag at a brush flag of the input character;
a matching module 330, configured to match fonts for the input characters according to a preset font library, where the preset font library is a font library covering all display character sets;
a calculating module 340, configured to calculate the width and height of the input character according to the TextView width and the font characteristic of the input character; and according to different android devices, linearly scaling the width of the TextView control and the input characters according to the proportion.
Preferably, the method for calculating the width and height of the input character according to the TextView width and the font characteristics of the input character further comprises the following steps:
calling the font characteristics of the input characters and closing the character distance adjusting function;
and calculating the width and height of the input character according to the font characteristics.
Preferably, the linearly scaling the TextView control width and the input character according to different android devices includes the following steps:
reading the TextView width and the height of the input character, wherein the TextView width and the height of the input character are even numbers;
calculating the pixel proportion of the current equipment and the reference equipment, and taking the pixel proportion downwards to an integral multiple of 0.5 to obtain a scaling coefficient;
and linearly scaling the TextView control and the input character according to the scaling coefficient.
Example four
Fig. 5 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention, as shown in fig. 5, the electronic device includes a processor 410, a memory 420, an input device 430, and an output device 440; the number of the processors 410 in the computer device may be one or more, and one processor 410 is taken as an example in fig. 5; the processor 410, the memory 420, the input device 430 and the output device 440 in the electronic apparatus may be connected by a bus or other means, and the connection by the bus is exemplified in fig. 5.
The memory 420 serves as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the TextView linear scaling method in the embodiment of the present invention (e.g., the receiving module 310, the configuration module 320, the matching module 330, and the calculating module 340 in the TextView linear scaling method apparatus). The processor 410 executes various functional applications and data processing of the electronic device by running software programs, instructions and modules stored in the memory 420, namely, implementing the TextView linear scaling method of the first and second embodiments.
The memory 420 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 420 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 420 may further include memory located remotely from processor 410, which may be connected to an electronic device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 430 may be used to receive input of user identity information, input characters, a preset font library, and the like. The output device 440 may include a display device such as a display screen.
EXAMPLE five
The fifth embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the storage medium is used for a computer to execute a TextView linear scaling method, and the method includes:
receiving an input character according to a preset TextSize character type;
configuring a linear mark at a brush mark position of the input character;
matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all display character sets;
calculating the width and height of the input character according to the TextView width and the font characteristics of the input character;
and according to different android devices, linearly scaling the width of the TextView control and the input character according to the proportion.
Of course, the storage medium containing the computer-executable instructions provided by the embodiments of the present invention is not limited to the method operations described above, and may also perform related operations in the TextView-based linear scaling method provided by any embodiments of the present invention.
Based on the understanding that the technical solutions of the present invention can be embodied in the form of software products, such as floppy disks, Read-Only memories (ROMs), Random Access Memories (RAMs), flash memories (F L ASHs), hard disks or optical disks of a computer, etc., and include instructions for enabling an electronic device (such as a mobile phone, a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the TextView-based linear scaling method apparatus, the included units and modules are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
Various other modifications and changes may be made by those skilled in the art based on the above-described technical solutions and concepts, and all such modifications and changes should fall within the scope of the claims of the present invention.

Claims (10)

1. A TextView linear scaling method is characterized by comprising the following steps:
receiving an input character according to a preset TextSize character type;
configuring a linear mark at a brush mark position of the input character;
matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all display character sets;
calculating the width and height of the input character according to the TextView width and the font characteristics of the character;
and according to different android devices, linearly scaling the width of the TextView control and the input character according to the proportion.
2. The TextView linear scaling method of claim 1, wherein the preset Textsize character type is integer.
3. The TextView linear scaling method of claim 1, wherein the preset font library is a font library specified by setTypeface.
4. The TextView linear scaling method of claim 1, wherein the calculating of the width and height of the input character according to the TextView width and font characteristics of the input character, further comprises the steps of:
calling the font characteristics of the input characters and closing the character distance adjusting function;
and calculating the width and height of the input character according to the font characteristics.
5. The TextView linear scaling method of claim 1, wherein the linear flag is a linear flag configured by setpaint flags.
6. The TextView linear scaling method of claim 1, wherein scaling the TextView control width and the input character linearly according to different android devices comprises:
reading the TextView width and the height of the input character, wherein the TextView width and the height of the input character are even numbers;
calculating the pixel proportion of the current equipment and the reference equipment, and taking the pixel proportion downwards to an integral multiple of 0.5 to obtain a scaling coefficient;
and linearly scaling the TextView control and the input character according to the scaling coefficient.
7. The TextView linear scaling method of claim 6, wherein the reference device is a device having a display area of 1024 x 768 size.
8. A TextView linear scaling apparatus, comprising:
the receiving module is used for receiving input characters according to the preset TextSize character type;
the configuration module is used for configuring a linear mark at a brush mark position of the input character;
the matching module is used for matching fonts for the input characters according to a preset font library, and the preset font library is a font library covering all display character sets;
the calculation module is used for calculating the width and the height of the input character according to the TextView width and the font characteristics of the input character; and according to different android devices, linearly scaling the width of the TextView control and the input characters according to the proportion.
9. An electronic device comprising a processor, a storage medium, and a computer program stored in the storage medium, wherein the computer program, when executed by the processor, implements the TextView linear scaling method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the TextView linear scaling method according to any one of claims 1 to 7.
CN202010174734.7A 2020-03-13 2020-03-13 TextView linear scaling method, textView linear scaling device, textView linear scaling equipment and TextView linear scaling medium Active CN111401001B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010174734.7A CN111401001B (en) 2020-03-13 2020-03-13 TextView linear scaling method, textView linear scaling device, textView linear scaling equipment and TextView linear scaling medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010174734.7A CN111401001B (en) 2020-03-13 2020-03-13 TextView linear scaling method, textView linear scaling device, textView linear scaling equipment and TextView linear scaling medium

Publications (2)

Publication Number Publication Date
CN111401001A true CN111401001A (en) 2020-07-10
CN111401001B CN111401001B (en) 2023-05-26

Family

ID=71432513

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010174734.7A Active CN111401001B (en) 2020-03-13 2020-03-13 TextView linear scaling method, textView linear scaling device, textView linear scaling equipment and TextView linear scaling medium

Country Status (1)

Country Link
CN (1) CN111401001B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120229517A1 (en) * 2011-03-10 2012-09-13 Konica Minolta Laboratory U.S.A., Inc. Approximating font metrics for a missing font when substituting an available replacement
US20130106907A1 (en) * 2011-11-02 2013-05-02 Microsoft Corporation Optimal display and zoom of objects and text in a document
CN105094584A (en) * 2014-05-16 2015-11-25 北大方正集团有限公司 View scaling processing method and view scaling processing apparatus
US20170140254A1 (en) * 2015-11-13 2017-05-18 Xiaomi Inc. Method and device for adding font
US20180018305A1 (en) * 2015-02-05 2018-01-18 Hewlett-Packard Development Company, L.P. Character spacing adjustment of text columns
CN107656908A (en) * 2017-09-04 2018-02-02 广州视源电子科技股份有限公司 The method and system of placeholder
CN108062290A (en) * 2017-12-14 2018-05-22 北京三快在线科技有限公司 Message-text processing method and processing device, electronic equipment, storage medium
CN108255386A (en) * 2018-02-12 2018-07-06 掌阅科技股份有限公司 Display methods, computing device and the computer storage media of the hand-written notes of e-book
CN108304361A (en) * 2018-02-12 2018-07-20 掌阅科技股份有限公司 Display methods, computing device and the computer storage media of the hand-written notes of e-book
CN109254760A (en) * 2018-09-06 2019-01-22 北京酷我科技有限公司 A kind of method of picture scaling
CN109255752A (en) * 2017-07-14 2019-01-22 北京字节跳动网络技术有限公司 Image adaptive compression method, device, terminal and storage medium
CN109543158A (en) * 2018-10-26 2019-03-29 深圳点猫科技有限公司 A kind of method and electronic equipment of information of being checked character in real time based on application program
CN109978972A (en) * 2019-03-20 2019-07-05 珠海天燕科技有限公司 A kind of method and device of copy editor in picture
CN110110258A (en) * 2018-02-01 2019-08-09 阿里巴巴集团控股有限公司 A kind of method, apparatus and electronic equipment of text conversion

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120229517A1 (en) * 2011-03-10 2012-09-13 Konica Minolta Laboratory U.S.A., Inc. Approximating font metrics for a missing font when substituting an available replacement
US20130106907A1 (en) * 2011-11-02 2013-05-02 Microsoft Corporation Optimal display and zoom of objects and text in a document
CN107015751A (en) * 2011-11-02 2017-08-04 微软技术许可有限责任公司 The best image and scaling of object and text in document
CN105094584A (en) * 2014-05-16 2015-11-25 北大方正集团有限公司 View scaling processing method and view scaling processing apparatus
US20180018305A1 (en) * 2015-02-05 2018-01-18 Hewlett-Packard Development Company, L.P. Character spacing adjustment of text columns
US20170140254A1 (en) * 2015-11-13 2017-05-18 Xiaomi Inc. Method and device for adding font
CN109255752A (en) * 2017-07-14 2019-01-22 北京字节跳动网络技术有限公司 Image adaptive compression method, device, terminal and storage medium
CN107656908A (en) * 2017-09-04 2018-02-02 广州视源电子科技股份有限公司 The method and system of placeholder
CN108062290A (en) * 2017-12-14 2018-05-22 北京三快在线科技有限公司 Message-text processing method and processing device, electronic equipment, storage medium
CN110110258A (en) * 2018-02-01 2019-08-09 阿里巴巴集团控股有限公司 A kind of method, apparatus and electronic equipment of text conversion
CN108255386A (en) * 2018-02-12 2018-07-06 掌阅科技股份有限公司 Display methods, computing device and the computer storage media of the hand-written notes of e-book
CN108304361A (en) * 2018-02-12 2018-07-20 掌阅科技股份有限公司 Display methods, computing device and the computer storage media of the hand-written notes of e-book
CN109254760A (en) * 2018-09-06 2019-01-22 北京酷我科技有限公司 A kind of method of picture scaling
CN109543158A (en) * 2018-10-26 2019-03-29 深圳点猫科技有限公司 A kind of method and electronic equipment of information of being checked character in real time based on application program
CN109978972A (en) * 2019-03-20 2019-07-05 珠海天燕科技有限公司 A kind of method and device of copy editor in picture

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
KUDOXINYI: "Paint画笔常用API" *
MLUOYA: "Android自定义控件系列——Paint类全解析" *
NOBUGEXCEPTION: "高级UI<第十四篇>:Paint基本使用" *
万燕;王晓华;卢达;: "自然场景下中文文本定位关键技术的研究", 计算机应用与软件 *

Also Published As

Publication number Publication date
CN111401001B (en) 2023-05-26

Similar Documents

Publication Publication Date Title
CN111276110B (en) Character display method and device and electronic equipment
CN105224540A (en) Page composing method and device
CN109445901B (en) Method and device for drawing vector graphics tool in cross-file format
CN112230923A (en) User interface rendering method, user interface rendering device and server
CN111476006B (en) PDF file online annotation method, device, equipment and readable storage medium
CN109783782B (en) Method, equipment, storage medium and device for generating electronic contract template
CN111223155A (en) Image data processing method, image data processing device, computer equipment and storage medium
CN111523531A (en) Word processing method and device, electronic equipment and computer readable storage medium
CN111783007B (en) Display rendering method and device, electronic equipment and storage medium
CN111401001A (en) TextView linear scaling method, device, equipment and medium
CN110209319B (en) Page information display method, computing device and computer storage medium
CN109656652B (en) Webpage chart drawing method, device, computer equipment and storage medium
CN112052647A (en) Document editing method and device, electronic equipment and readable storage medium
CN111522610A (en) Information display method, device and equipment
CN115390976A (en) Layout method of interface design, display method of interface and related equipment
CN103309878A (en) Method and device used for layout in webpage displaying
CN114118029A (en) Image processing method, device, equipment and storage medium
CN111309300A (en) Code generation method, device, computer system and readable storage medium
CN107977451B (en) Method and device for adding dynamic content in display page and terminal equipment
CN111523288B (en) Display method and device for aerial view of PDF document
CN112306838A (en) Page layout compatibility testing method, device and equipment and readable storage medium
CN114442897B (en) Text processing method and device, electronic equipment and storage medium
CN114237468B (en) Text and picture translation method and device, electronic equipment and readable storage medium
CN112825079B (en) Information display method and device
CN110990551B (en) Text content processing method, device, equipment and storage medium

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