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

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

Info

Publication number
CN111401001B
CN111401001B CN202010174734.7A CN202010174734A CN111401001B CN 111401001 B CN111401001 B CN 111401001B CN 202010174734 A CN202010174734 A CN 202010174734A CN 111401001 B CN111401001 B CN 111401001B
Authority
CN
China
Prior art keywords
textview
character
width
linear
scaling
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
CN202010174734.7A
Other languages
Chinese (zh)
Other versions
CN111401001A (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

Abstract

The invention discloses a TextView linear scaling method, which relates to the technical field of linear scaling and is used for solving the nonlinear problem generated during the 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 marker position of a painting brush 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 the displayed character sets; calculating the width and height of the input character according to the text view width and the font characteristics of the character; and linearly scaling the TextView control width and the input characters according to different android devices. The invention also discloses a TextView linear scaling device, electronic equipment and a computer storage medium. The invention avoids the problem of nonlinearity by limiting the character types and fonts and adding the linear marks for the notes.

Description

TextView linear scaling method, textView linear scaling device, textView linear scaling equipment and TextView linear scaling medium
Technical Field
The present invention relates to the field of linear scaling technologies, and in particular, to a TextView linear scaling method, device, apparatus, and medium.
Background
In android systems, there are many applications that support note marking, in which content text and note controls are typically separate independent components, and when text and notes on different devices are aligned, it is necessary to scale the text and notes linearly in equal proportion to the device resolution.
The linear scaling of the notes can be performed by scaling the note coordinate points, but when the text content displayed based on the TextView is linearly scaled, the text content character width is nonlinear due to the nonlinearity of the TextView measurement process of the Android system, and the problems of inconsistent line feed points and unaligned notes are generated.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the invention is to provide a text view linear scaling method, which is characterized in that a character type and a font library are preset and limited, and a linear mark is added to a painting mark, so that text linefeed points are consistent and notes are aligned linearly during linear scaling of the text view.
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 marker position of a painting brush 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 the displayed character sets;
calculating the width and height of the input character according to the text view width and the font characteristics of the character;
and linearly scaling the TextView control width and the input characters according to different android devices.
Further, the preset Textsize character type is integer.
Further, the preset font library is a font library designated 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 a character distance adjusting function;
and calculating the width and the height of the input character according to the font characteristics.
Further, the linear flags are linear flags configured by setpaintfligs.
Further, scaling the TextView control width and the input character linearly according to different android devices, comprising the steps of:
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 pixel proportions of the current equipment and the reference equipment, and taking the pixel proportions down to an integral multiple of 0.5 to obtain a scaling factor;
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 object of the present invention is to provide a TextView linear scaling device, which performs preset definition on character types and font libraries, and adds a linear mark to a brush mark, so that text line feed points are consistent and notes are aligned linearly during linear scaling.
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 types;
the configuration module is used for configuring a linear mark at the marker position of the painting brush of the input character;
the matching module is used for matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all the displayed character sets;
the computing module is used for computing the width and the height of the input characters according to the TextView width and the fonts; and linearly scaling the TextView control width and the input character according to different android devices.
It is a further object of the present invention to provide an electronic device for performing one of the objects of the present invention, 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 present invention, on which a computer program is stored 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 invention, the character types of the TextView are limited, fonts are matched from the font library which can cover all the displayed character sets, the width and height of the characters are controlled, the problem of nonlinear scaling is prevented, and the problem of nonlinear scaling at the position of the brush mark is avoided by adding the linear mark to the brush mark, so that the problems of inconsistent line feed points and unaligned notes are avoided.
Drawings
FIG. 1 is a flow chart of a textView linear scaling method of the first embodiment;
FIG. 2 is a flow chart of a method of calculating character width and height according to the first embodiment;
FIG. 3 is a flow chart of a device linear scaling method according to embodiment two;
FIG. 4 is a block diagram of a TextView linear scaling device of the third embodiment;
fig. 5 is a block diagram of the electronic device of the fourth embodiment.
Detailed Description
The invention will now be described in more detail with reference to the accompanying drawings, to which it should be noted that the description is given below by way of illustration only and not by way of limitation. Various embodiments may be combined with one another to form further embodiments not shown in the following description.
Example 1
An embodiment provides a TextView linear scaling method, which aims to avoid the problem that line feed points are inconsistent and notes cannot be aligned due to the fact that input characters are limited to avoid non-linearity during linear scaling.
TextView refers to a text view in an android (android) system, and text presentation in APP in the android system is usually required to be realized through TextView.
Referring to FIG. 1, a text view linear scaling method includes the following steps:
s110, receiving input characters according to a preset textSize character type;
in some versions of android systems, the character types are forced to be rounded, so that the problem of nonlinear scaling of some floating-point input characters occurs, and therefore in this embodiment, the preset character types are uniformly set to integer, i.e. the configured TextSize is integer.
The purpose of presetting the character types in S110 is to unify the text sizes, so as to avoid the problem that the text with different character types is nonlinear due to different sizes when scaled linearly.
S120, configuring a linear mark at a marker position of a painting brush of the input character; the method comprises the steps of carrying out a first treatment on the surface of the
The brush mark in S120 refers to a brush function in TextView, such as text thickening, underline adding, antialiasing mark adding, etc., and since the system rounds the character width when the brush mark bit does not contain the linear mark, thereby causing nonlinearity of the brush mark, in S120, the linear mark is added to all the brush marks, so as to avoid the problem that the brush mark and the input character are not matched after linear scaling.
The linear flags described above are those configured by setpaintfligs.
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 character width height in a used font library when calculating font width height, if characters in the font library do not contain characters to be displayed currently, the system can use default characters, and the problem that linear scaling cannot be achieved due to different default character widths of different systems is solved. Therefore, in this embodiment, the matching of fonts is completed by calling the font library preset by the "setTypeface" command, and the preset font library is the font library covering all the display character sets, and since the fonts of the display character sets of different APP (application program) are different, different preset font libraries may be set according to different APP, or may be a font library containing all the fonts, which is not limited in this embodiment.
Through the font library of the standard text, the linear control of the character width and height 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 font width cannot be linearly scaled due to the fact that the font width is adjusted for specific adjacent characters in the font library, and the system performs a character distance adjustment (character even distance) process of the adjacent characters on the calculated character width, which causes nonlinearity in part of the scene; preferably, to avoid this problem, this is achieved by turning off the pitch adjustment function, i.e. the kerning function.
Specifically, referring to fig. 2, the method includes the following steps:
s1401, calling the font characteristics of the input characters, and closing a character pitch adjusting function;
s1402, calculating the width and height of the character according to the character font characteristics.
The android system automatically calculates the width and height of the characters according to the character types and fonts 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.
And S150, linearly scaling the width of the TextView control and the input characters according to different android devices.
After the steps are completed, the TextView can be linearly widened on different Android devices.
Example two
The second embodiment is based on the first embodiment, and mainly describes a process of scaling the whole width and the text size of the TextView control according to linear scaling on different devices.
Specifically, referring to fig. 3, the text view control width and the input character are scaled linearly according to different android devices, and the method 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 pixel proportions of the current equipment and the reference equipment, and downwards taking the pixel proportions to be an integral multiple of 0.5 to obtain a scaling factor;
it should be noted that, in S210, the TextView width and the width and height of the input character are defined as even numbers, because the width of the control in the android system is integer, when the accuracy needs to be strictly controlled, the width and the text size need to be set as even numbers, because the linear ratio is an integer multiple of 0.5 and an integer multiple of 0.5 is a general linear ratio of the android system in S220, the even numbers can avoid the width of the control after scaling to be decimal.
In the embodiment, the reference device in S220 selects a device with a display area of 1024×768, and calculates the pixel ratio of the current device and the reference device in the text layout direction when calculating the pixel ratio.
And S230, linearly scaling the TextView control and the input character according to the scaling coefficient.
Example III
An embodiment III discloses a device corresponding to the textView linear scaling method of the above embodiment, which is a virtual device structure of the above embodiment, as shown in FIG. 4, and includes:
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 marker bit of a brush of the input character;
the matching module 330 is 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 the display character sets;
a calculating module 340, configured to calculate a width and a height of the input character according to a TextView width and a font characteristic of the input character; and linearly scaling the TextView control width and the input character according to different android devices.
Preferably, calculating the width and height of the input character according to the TextView width and the font characteristics of the input character, and further comprises the following steps:
calling the font characteristics of the input characters, and closing a character distance adjusting function;
and calculating the width and the height of the input character according to the font characteristics.
Preferably, the TextView control width and the input character are scaled linearly according to different android devices, comprising 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 pixel proportions of the current equipment and the reference equipment, and taking the pixel proportions down to an integral multiple of 0.5 to obtain a scaling factor;
and linearly scaling the TextView control and the input character according to the scaling coefficient.
Example IV
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 processors 410 in the computer device may be one or more, one processor 410 being taken as an example in fig. 5; the processor 410, memory 420, input device 430, and output device 440 in the electronic device may be connected by a bus or other means, for example in fig. 5.
The memory 420 is used as a computer readable storage medium, and may be used to store a software program, a computer executable program, and modules, such as program instructions/modules corresponding to the TextView linear scaling method in the embodiment of the present invention (for example, the receiving module 310, the configuration module 320, the matching module 330, and the calculating module 340 in the TextView linear scaling method device). The processor 410 executes various functional applications of the electronic device and data processing by executing software programs, instructions and modules stored in the memory 420, i.e., implements the TextView linear scaling method of the first and second embodiments described above.
Memory 420 may include primarily a program storage area and a data storage area, wherein the program storage area may store an operating system, at least one application program required for functionality; the storage data area may store data created according to the use of the terminal, etc. In addition, 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 remotely located relative to processor 410, which may be connected to the electronic device via 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 user identity information, input characters, a preset font library, and the like. The output 440 may include a display device such as a display screen.
Example five
The fifth embodiment of the present invention also provides a storage medium containing computer executable instructions, the storage medium being usable for a computer to perform a TextView linear scaling method, the method comprising:
receiving an input character according to a preset TextSize character type;
configuring a linear mark at a marker position of a painting brush 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 the displayed character sets;
calculating the width and height of the input character according to the text view width and the font characteristics of the input character;
and linearly scaling the TextView control width and the input characters according to different android devices.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the TextView-based linear scaling method provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing an electronic device (which may be a mobile phone, a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the embodiment of the TextView linear scaling method device, each unit and module included in the device are only divided according to the functional logic, but are not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
It will be apparent to those skilled in the art from this disclosure that various other changes and modifications can be made which are within the scope of the invention as defined in the appended claims.

Claims (8)

1. A TextView linear scaling method, comprising the steps of:
receiving an input character according to a preset TextSize character type;
configuring a linear mark at a marker position of a painting brush 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 the displayed character sets;
calculating the width and height of the input character according to the text view width and the font characteristics of the character;
the method comprises the following steps:
calling the font characteristics of the input characters, and closing a character distance adjusting function;
calculating the width and height of the input character according to the font characteristics;
according to different android devices, linearly scaling the width of the TextView control and the input characters;
the method 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 pixel proportions of the current equipment and the reference equipment, and taking the pixel proportions down to an integral multiple of 0.5 to obtain a scaling factor;
and linearly scaling the TextView control and the input character according to the scaling coefficient.
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 linear flags are linear flags configured by setpaintfligs.
5. The TextView linear scaling method of claim 1, wherein the reference device is a device with a display area of 1024 x 768.
6. A TextView linear scaling apparatus, comprising:
the receiving module is used for receiving input characters according to the preset TextSize character types;
the configuration module is used for configuring a linear mark at the marker position of the painting brush of the input character;
the matching module is used for matching fonts for the input characters according to a preset font library, wherein the preset font library is a font library covering all the displayed character sets;
the computing module is used for computing the width and the height of the input character according to the text view width and the font characteristics of the input character;
comprising the following steps:
calling the font characteristics of the input characters, and closing a character distance adjusting function;
calculating the width and height of the input character according to the font characteristics;
according to different android devices, linearly scaling the width of the TextView control and the input characters;
comprising 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 pixel proportions of the current equipment and the reference equipment, and taking the pixel proportions down to an integral multiple of 0.5 to obtain a scaling factor;
and linearly scaling the TextView control and the input character according to the scaling coefficient.
7. An electronic device comprising a processor, a storage medium and a computer program stored in the storage medium, characterized in that the computer program, when executed by the processor, implements the TextView linear scaling method of any one of claims 1 to 5.
8. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the TextView linear scaling method of any of claims 1 to 5.
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 CN111401001A (en) 2020-07-10
CN111401001B true 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 (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108062290A (en) * 2017-12-14 2018-05-22 北京三快在线科技有限公司 Message-text processing method and processing device, electronic equipment, storage medium
CN109255752A (en) * 2017-07-14 2019-01-22 北京字节跳动网络技术有限公司 Image adaptive compression method, device, terminal and storage medium
CN109978972A (en) * 2019-03-20 2019-07-05 珠海天燕科技有限公司 A kind of method and device of copy editor in picture

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8416243B2 (en) * 2011-03-10 2013-04-09 Konica Minolta Laboratory U.S.A., Inc. Approximating font metrics for a missing font when substituting an available replacement
US9489121B2 (en) * 2011-11-02 2016-11-08 Microsoft Technology Licensing, Llc Optimal display and zoom of objects and text in a document
CN105094584B (en) * 2014-05-16 2019-04-05 北大方正集团有限公司 View scaling method and view scaling processing device
US20180018305A1 (en) * 2015-02-05 2018-01-18 Hewlett-Packard Development Company, L.P. Character spacing adjustment of text columns
CN105335198B (en) * 2015-11-13 2018-12-11 小米科技有限责任公司 Font adding method and device
CN107656908B (en) * 2017-09-04 2022-01-11 广州视源电子科技股份有限公司 Method and system for implementing placeholder
CN110110258A (en) * 2018-02-01 2019-08-09 阿里巴巴集团控股有限公司 A kind of method, apparatus and electronic equipment of text conversion
CN108304361B (en) * 2018-02-12 2019-09-24 掌阅科技股份有限公司 The display methods of the hand-written notes of e-book calculates equipment and computer storage medium
CN108255386B (en) * 2018-02-12 2019-07-05 掌阅科技股份有限公司 The display methods of the hand-written notes of e-book calculates equipment and computer storage medium
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

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109255752A (en) * 2017-07-14 2019-01-22 北京字节跳动网络技术有限公司 Image adaptive compression method, device, terminal and storage medium
CN108062290A (en) * 2017-12-14 2018-05-22 北京三快在线科技有限公司 Message-text processing method and processing device, electronic equipment, storage medium
CN109978972A (en) * 2019-03-20 2019-07-05 珠海天燕科技有限公司 A kind of method and device of copy editor in picture

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
自然场景下中文文本定位关键技术的研究;万燕;王晓华;卢达;;计算机应用与软件(07);243-249 *

Also Published As

Publication number Publication date
CN111401001A (en) 2020-07-10

Similar Documents

Publication Publication Date Title
CN104915332A (en) Method and device for generating composing template
CN111223155A (en) Image data processing method, image data processing device, computer equipment and storage medium
CN111401001B (en) TextView linear scaling method, textView linear scaling device, textView linear scaling equipment and TextView linear scaling medium
CN111783007B (en) Display rendering method and device, electronic equipment and storage medium
CN107608733B (en) Picture display method and device and terminal equipment
CN110472222B (en) Automatic typesetting method, device, electronic equipment and computer readable storage medium
CN112596650A (en) Chart processing method and device and electronic equipment
CN111724455A (en) Image processing method and electronic device
CN112198998A (en) Text input control method, related device, equipment and medium
CN111475248A (en) RT L processing method, system, storage medium and electronic equipment
CN112052647A (en) Document editing method and device, electronic equipment and readable storage medium
CN113096217B (en) Picture generation method and device, electronic equipment and storage medium
CN111782158B (en) Method for generating dot matrix font of code spraying equipment and printing equipment
CN111127310B (en) Image processing method and device, electronic equipment and storage medium
CN111523288B (en) Display method and device for aerial view of PDF document
CN113962193A (en) Table typesetting method and device, electronic equipment and storage medium
CN114118029A (en) Image processing method, device, equipment and storage medium
CN110188326B (en) Rich text generating method, rich text generating device, computer equipment and storage medium
CN103309878A (en) Method and device used for layout in webpage displaying
CN111915705B (en) Picture visual editing method, device, equipment and medium
CN113343797A (en) Information extraction method and device, terminal equipment and computer readable storage medium
CN111309300A (en) Code generation method, device, computer system and readable storage medium
CN113268949A (en) Form display method and device based on dynamic field, computer equipment and medium
CN112882665A (en) Method and device for generating printing template, electronic equipment and storage medium
CN112711388A (en) Label template generation method and device, electronic equipment and readable 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