CN108519962B - Font display method and apparatus applied to android system, and terminal device - Google Patents

Font display method and apparatus applied to android system, and terminal device Download PDF

Info

Publication number
CN108519962B
CN108519962B CN201810289307.6A CN201810289307A CN108519962B CN 108519962 B CN108519962 B CN 108519962B CN 201810289307 A CN201810289307 A CN 201810289307A CN 108519962 B CN108519962 B CN 108519962B
Authority
CN
China
Prior art keywords
font
size
pixel density
physical
display terminal
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
CN201810289307.6A
Other languages
Chinese (zh)
Other versions
CN108519962A (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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China 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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN201810289307.6A priority Critical patent/CN108519962B/en
Publication of CN108519962A publication Critical patent/CN108519962A/en
Application granted granted Critical
Publication of CN108519962B publication Critical patent/CN108519962B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/109Font handling; Temporal or kinetic typography

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The embodiment of the application provides a font display method, a font display device and terminal equipment applied to an android system, wherein the method comprises the following steps: obtaining the pixel density and the physical pixel density of the display terminal after artificial modification, and the visual size conversion coefficient under the same font size; and calculating to obtain the physical size of the input font for practical development and application according to the physical size of the target font, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. According to the method and the device, the android mobile phone can correctly display the dp value of the Chinese characters, and therefore the font display unification of different android mobile phones is achieved.

Description

Font display method and apparatus applied to android system, and terminal device
Technical Field
The embodiment of the application relates to the technical field of internet, in particular to a font display method and device applied to an android system and terminal equipment.
Background
With the development of mobile communication technology, users are accustomed to watching videos or news through display terminals such as mobile phones and the like, and more operations such as reading and the like are performed by using various application programs, so that the display terminals such as the mobile phones and the like become important roles in the life of people.
With the increasing complexity of android phone brands, physical characteristics (including resolution, pixel size and the like) of display screens of android phones are various, and after a specific font dp value (a font size unit used for android development, which is a physical length unit, 1dp ═ 1/160inch) is customized, most android phone fonts all display wrong physical sizes, and the physical sizes of the display fonts of different android phones are different. Even if the android mobile phone model, the font size and the Chinese character content are the same, the font size is different visually. Larger characters can result in less single-screen display content, which is not conducive to conversion. The small characters are difficult to read, and the user experience is reduced.
Therefore, how to better realize font display of the android mobile phone becomes a technical problem to be solved urgently in the prior art.
Disclosure of Invention
The embodiment of the application provides a font display method and device applied to an android system and terminal equipment, and the font display method and device can enable an android mobile phone to correctly display the dp value of a Chinese character, so that the font display unification of different android mobile phones is realized.
According to an aspect of an embodiment of the present application, there is provided a font display method applied to an android system, the method including: obtaining the pixel density and the physical pixel density of the display terminal after artificial modification, and the visual size conversion coefficient under the same font size; and calculating to obtain the physical size of the input font for practical development and application according to the physical size of the target font, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size.
According to another aspect of the embodiments of the present application, there is also provided a font display device applied to an android system, the device including: the parameter obtaining module is used for obtaining the pixel density and the physical pixel density of the display terminal after artificial modification and the visual size conversion coefficient under the same font size; and the size calculation module is used for calculating and obtaining the physical size of the input font of the actual development application according to the physical size of the target font, the artificially modified pixel density and the physical pixel density of the display terminal and the visual size conversion coefficient under the same font size.
According to another aspect of the embodiments of the present application, there is also provided a terminal device, including: the system comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus; the memory is used for storing at least one executable instruction, and the executable instruction enables the processor to execute the operation corresponding to the font display method applied to the android system.
According to the technical scheme provided by the embodiment of the application, the embodiment of the application calculates and obtains the physical size of the input font of the actual development application according to the obtained physical size of the target font, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. Therefore, android mobile phones of different models can correctly display the dp value of the Chinese characters, and font display unification of the android mobile phones of different models is achieved. According to the embodiment of the application, the situation that the single-screen display content is reduced due to the larger fonts and the situation that the small fonts are difficult to read is avoided, and the user experience is reduced.
Drawings
Fig. 1 is a flowchart illustrating steps of a font display method applied to an android system according to a first embodiment of the present application;
fig. 2 is a flowchart illustrating steps of a font display method applied to an android system according to a second embodiment of the present application;
fig. 3 is a block diagram of a font display apparatus applied to an android system according to a third embodiment of the present application;
fig. 4 is a block diagram of a font display apparatus applied to an android system according to a fourth embodiment of the present application;
fig. 5 is a block diagram of a terminal device according to a fifth embodiment of the present application;
fig. 6 is a flowchart illustrating implementation steps according to a specific application scenario of the present application.
Detailed Description
The following detailed description of embodiments of the present application will be made in conjunction with the accompanying drawings (like numerals indicate like elements throughout the several views) and embodiments. The following examples are intended to illustrate the present application but are not intended to limit the scope of the present application.
It will be understood by those within the art that the terms "first", "second", etc. in the embodiments of the present application are used only for distinguishing between different steps, devices or modules, etc., and do not denote any particular technical or logical order therebetween.
Example one
Referring to fig. 1, a flowchart illustrating steps of a font display method applied to an android system according to a first embodiment of the present application is shown.
It should be noted that steps S101 to S102 described in the present application do not represent the execution sequence.
Specifically, the display terminal in the embodiment of the application is generally a display device such as a smart phone and a PAD, and the display terminal is provided with an android operating system.
The font display method applied to the android system in the embodiment comprises the following steps:
step S101: and obtaining the pixel density and the physical pixel density of the display terminal after artificial modification, and the visual size conversion coefficient under the same font size.
The pixel density (DPI value) of the display terminal after artificial modification is obtained by pre-storing and calling or acquiring and calculating the physical pixel density (PPI value) of the display terminal.
In a specific implementation of the application, the visual size conversion coefficient under the same font size is obtained by calculation according to the default font customized by the display terminal and the default font of the android system.
Specifically, the visual size conversion coefficient under the same font size is a ratio of a default font customized by the display terminal to a default font of the android system.
In another specific implementation of the present application, the pixel density of the display terminal after the manual modification is obtained by using a screen parameter obtaining tool. The screen parameter acquisition tool may be a DisplayMetrics-like tool.
Step S102: and calculating to obtain the physical size of the input font for practical development and application according to the physical size of the target font, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size.
In the specific implementation of the embodiment of the present application, a formula one is used for calculation:
m (P/Q) x B is N, formula one
Wherein, M is the physical size of the target font, P is the physical pixel density of the display terminal, Q is the artificially modified pixel density of the display terminal, B is the visual size conversion coefficient under the same font size, and N is the input font physical size of the actual development and application.
Therefore, the input font physical size of the actual development application is obtained through calculation according to the obtained target font physical size, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. Therefore, android mobile phones of different models can correctly display the dp value of the Chinese characters, and font display unification of the android mobile phones of different models is achieved. According to the embodiment of the application, the situation that the single-screen display content is reduced due to the larger fonts and the situation that the small fonts are difficult to read is avoided, and the user experience is reduced.
The font display method applied to the android system of the embodiment can be executed by any suitable device with the font display capability applied to the android system, including but not limited to: various terminal devices or servers including, but not limited to, PCs, tablets, mobile terminals, etc.
Example two
Referring to fig. 2, a flowchart illustrating steps of a font display method applied to an android system according to a second embodiment of the present application is shown.
It should be noted that steps S201 to S204 described herein do not represent the execution sequence.
Specifically, the display terminal in the embodiment of the application is generally a display device such as a smart phone and a PAD, and the display terminal is provided with an android operating system.
The font display method applied to the android system in the embodiment comprises the following steps:
step S201: and collecting and sorting the physical pixel density of each display terminal, and pre-storing the physical pixel density.
Physical pixel densities (PPI values) of a large number of android mobile phones of different models are collected and sorted, and the physical pixel densities are pre-stored in a first database mode for calling.
Step S202: and counting and recording the visual size conversion coefficients of all the display terminals under the same font size, and pre-storing the visual size conversion coefficients under the same font size.
In a specific implementation of the application, the visual size conversion coefficient under the same font size is obtained by calculation according to the default font customized by the display terminal and the default font of the android system.
Specifically, the visual size conversion coefficient under the same font size is a ratio of a default font customized by the display terminal to a default font of the android system.
In the embodiment of the application, the visual size conversion coefficients of the display terminals under the same character number are stored in advance in a second database mode for calling.
The first database and the second database may be different databases, or different data may be respectively stored in the same database in a database format.
Step S203: and obtaining the pixel density and the physical pixel density of the display terminal after artificial modification, and the visual size conversion coefficient under the same font size.
In another specific implementation of the present application, the artificially modified pixel density (DPI value) of the display terminal is obtained by using a screen parameter obtaining tool. The screen parameter acquisition tool may be a DisplayMetrics-like tool.
In the embodiment of the application, the physical pixel density corresponding to the display terminal and the visual size conversion coefficient under the same font size are obtained by inquiring the first database and the second database.
Step S204: and calculating to obtain the physical size of the input font for practical development and application according to the physical size of the target font, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size.
In the specific implementation of the embodiment of the present application, a formula one is used for calculation:
m (P/Q) x B is N, formula one
Wherein, M is the physical size of the target font, P is the physical pixel density of the display terminal, Q is the artificially modified pixel density of the display terminal, B is the visual size conversion coefficient under the same font size, and N is the input font physical size of the actual development and application.
Therefore, the input font physical size of the actual development application is obtained through calculation according to the obtained target font physical size, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. Therefore, android mobile phones of different models can correctly display the dp value of the Chinese characters, and font display unification of the android mobile phones of different models is achieved. According to the embodiment of the application, the situation that the single-screen display content is reduced due to the larger fonts and the situation that the small fonts are difficult to read is avoided, and the user experience is reduced.
The font display method applied to the android system of the embodiment can be executed by any suitable device with the font display capability applied to the android system, including but not limited to: various terminal devices or servers including, but not limited to, PCs, tablets, mobile terminals, etc.
EXAMPLE III
Referring to fig. 3, a block diagram of a font display device applied to an android system according to a third embodiment of the present application is shown.
Specifically, the display terminal in the embodiment of the application is generally a display device such as a smart phone and a PAD, and the display terminal is provided with an android operating system.
The font display device applied to the android system of this embodiment includes:
a parameter obtaining module 301, configured to obtain the pixel density and the physical pixel density after artificial modification of the display terminal, and a visual size conversion coefficient under the same font size.
And a size calculating module 302, configured to calculate and obtain an input font physical size of the actual development application according to the physical size of the target font, the artificially modified pixel density of the display terminal, the physical pixel density, and the visual size conversion coefficient under the same font size.
The pixel density (DPI value) of the display terminal after artificial modification is obtained by pre-storing and calling or acquiring and calculating the physical pixel density (PPI value) of the display terminal.
In a specific implementation of the application, the visual size conversion coefficient under the same font size is obtained by calculation according to the default font customized by the display terminal and the default font of the android system.
Specifically, the visual size conversion coefficient under the same font size is a ratio of a default font customized by the display terminal to a default font of the android system.
In another specific implementation of the present application, the pixel density of the display terminal after the manual modification is obtained by using a screen parameter obtaining tool. The screen parameter acquisition tool may be a DisplayMetrics-like tool.
In the specific implementation of the embodiment of the present application, a formula one is used for calculation:
m (P/Q) x B is N, formula one
Wherein, M is the physical size of the target font, P is the physical pixel density of the display terminal, Q is the artificially modified pixel density of the display terminal, B is the visual size conversion coefficient under the same font size, and N is the input font physical size of the actual development and application.
Therefore, the input font physical size of the actual development application is obtained through calculation according to the obtained target font physical size, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. Therefore, android mobile phones of different models can correctly display the dp value of the Chinese characters, and font display unification of the android mobile phones of different models is achieved. According to the embodiment of the application, the situation that the single-screen display content is reduced due to the larger fonts and the situation that the small fonts are difficult to read is avoided, and the user experience is reduced.
The font display device applied to the android system of the embodiment may be executed by any suitable device with the font display capability applied to the android system, including but not limited to: various terminal devices or servers including, but not limited to, PCs, tablets, mobile terminals, etc.
Example four
Referring to fig. 4, a block diagram of a font display device applied to an android system according to a fourth embodiment of the present application is shown.
Specifically, the display terminal in the embodiment of the application is generally a display device such as a smart phone and a PAD, and the display terminal is provided with an android operating system.
The font display device applied to the android system of this embodiment includes:
and the density storage module 401 is configured to collect and sort the physical pixel density of each display terminal, and pre-store the physical pixel density.
The coefficient storage module 402 is configured to count and record the visual size conversion coefficient of each display terminal under the same font size, and pre-store the visual size conversion coefficient under the same font size.
A parameter obtaining module 403, configured to obtain the pixel density and the physical pixel density after artificial modification of the display terminal, and a visual size conversion coefficient under the same font size.
And a size calculating module 404, configured to calculate and obtain an input font physical size of the actual development application according to the physical size of the target font, the artificially modified pixel density and physical pixel density of the display terminal, and the visual size conversion coefficient under the same font size.
Physical pixel densities (PPI values) of a large number of android mobile phones of different models are collected and sorted, and the physical pixel densities are pre-stored in a first database mode for calling.
In a specific implementation of the application, the visual size conversion coefficient under the same font size is obtained by calculation according to the default font customized by the display terminal and the default font of the android system.
Specifically, the visual size conversion coefficient under the same font size is a ratio of a default font customized by the display terminal to a default font of the android system.
In the embodiment of the application, the visual size conversion coefficients of the display terminals under the same character number are stored in advance in a second database mode for calling.
The first database and the second database may be different databases, or different data may be respectively stored in the same database in a database format.
In another specific implementation of the present application, the artificially modified pixel density (DPI value) of the display terminal is obtained by using a screen parameter obtaining tool. The screen parameter acquisition tool may be a DisplayMetrics-like tool.
In the embodiment of the application, the physical pixel density corresponding to the display terminal and the visual size conversion coefficient under the same font size are obtained by inquiring the first database and the second database.
In the specific implementation of the embodiment of the present application, a formula one is used for calculation:
m (P/Q) x B is N, formula one
Wherein, M is the physical size of the target font, P is the physical pixel density of the display terminal, Q is the artificially modified pixel density of the display terminal, B is the visual size conversion coefficient under the same font size, and N is the input font physical size of the actual development and application.
Therefore, the input font physical size of the actual development application is obtained through calculation according to the obtained target font physical size, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. Therefore, android mobile phones of different models can correctly display the dp value of the Chinese characters, and font display unification of the android mobile phones of different models is achieved. According to the embodiment of the application, the situation that the single-screen display content is reduced due to the larger fonts and the situation that the small fonts are difficult to read is avoided, and the user experience is reduced.
The font display method applied to the android system of the embodiment can be executed by any suitable device with the font display capability applied to the android system, including but not limited to: various terminal devices or servers including, but not limited to, PCs, tablets, mobile terminals, etc.
EXAMPLE five
Referring to fig. 5, a block diagram of a terminal device according to a fifth embodiment of the present application is shown, where the specific embodiment of the present application does not limit specific implementation of the terminal device.
As shown in fig. 5, the terminal device may include: a processor (processor)502, a Communications Interface 504, a memory 506, and a communication bus 508.
Wherein:
the processor 502, communication interface 504, and memory 506 communicate with one another via a communication bus 508.
A communication interface 504 for communicating with network elements of other devices, such as other terminals or servers.
The processor 502 is configured to execute the program 510, and may specifically execute relevant steps in the embodiment of the font display method applied to the android system.
In particular, program 510 may include program code that includes computer operating instructions.
The processor 502 may be a central processing unit CPU, or an application Specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present application. The terminal device comprises one or more processors, which can be the same type of processor, such as one or more CPUs; or may be different types of processors such as one or more CPUs and one or more ASICs.
And a memory 506 for storing a program 510. The memory 506 may comprise high-speed RAM memory, and may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
The program 510 may specifically be used to cause the processor 502 to perform the following operations: obtaining the pixel density and the physical pixel density of the display terminal after artificial modification, and the visual size conversion coefficient under the same font size; and calculating to obtain the physical size of the input font for practical development and application according to the physical size of the target font, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size.
In an optional implementation manner, the visual size conversion coefficient under the same font size is obtained by calculation according to a default font customized by the display terminal and a default font of the android system.
In an optional implementation manner, the visual size conversion coefficient under the same font size is specifically a ratio of a default font customized by the display terminal to a default font of the android system.
In an optional implementation manner, the artificially modified pixel density of the display terminal is obtained by using a screen parameter acquisition tool.
In an alternative embodiment, the program 510 is further configured to collect and sort the physical pixel density of each display terminal, and store the physical pixel density in advance; and counting and recording the visual size conversion coefficients of all the display terminals under the same font size, and pre-storing the visual size conversion coefficients under the same font size.
Therefore, the input font physical size of the actual development application is obtained through calculation according to the obtained target font physical size, the pixel density after artificial modification of the display terminal, the physical pixel density and the visual size conversion coefficient under the same font size. Therefore, android mobile phones of different models can correctly display the dp value of the Chinese characters, and font display unification of the android mobile phones of different models is achieved. According to the embodiment of the application, the situation that the single-screen display content is reduced due to the larger fonts and the situation that the small fonts are difficult to read is avoided, and the user experience is reduced.
Referring to fig. 6, the following further illustrates the implementation of the present application through a specific application of the embodiments of the present application.
601. A DPI value of 640 for samsung s7 edge was obtained by using the Displaymetrics tool.
602. From the first database, the PPI value of samsung s7 edge is obtained as 534.
603. The visual size conversion factor at the same font size of samsung s7 edge was obtained from the second database as 1.
604. If the Samsung s7 edge is expected to show that the physical size of the font is 17.4dp, the input font physical size that can be substituted into formula one to obtain the actual development application is 14.5 dp.
It should be noted that, according to the implementation requirement, each component/step described in the embodiment of the present application may be divided into more components/steps, and two or more components/steps or partial operations of the components/steps may also be combined into a new component/step to achieve the purpose of the embodiment of the present application.
The above-described methods according to embodiments of the present application may be implemented in hardware, firmware, or as software or computer code storable in a recording medium such as a CD ROM, a RAM, a floppy disk, a hard disk, or a magneto-optical disk, or as computer code originally stored in a remote recording medium or a non-transitory machine-readable medium downloaded through a network and to be stored in a local recording medium, so that the methods described herein may be stored in such software processes on a recording medium using a general-purpose computer, a dedicated processor, or programmable or dedicated hardware such as an ASIC or FPGA. It will be appreciated that the computer, processor, microprocessor controller or programmable hardware includes memory components (e.g., RAM, ROM, flash memory, etc.) that can store or receive software or computer code that, when accessed and executed by the computer, processor or hardware, implements the font display method described herein as applied to the android system. Further, when a general-purpose computer accesses code for implementing the font display method applied to the android system shown herein, execution of the code transforms the general-purpose computer into a special-purpose computer for executing the font display method applied to the android system shown herein.
Those of ordinary skill in the art will appreciate that the various illustrative elements and method steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the embodiments of the present application.
The above embodiments are only used for illustrating the embodiments of the present application, and not for limiting the embodiments of the present application, and those skilled in the relevant art can make various changes and modifications without departing from the spirit and scope of the embodiments of the present application, so that all equivalent technical solutions also belong to the scope of the embodiments of the present application, and the scope of patent protection of the embodiments of the present application should be defined by the claims.

Claims (7)

1. A font display method applied to an android system is characterized by comprising the following steps:
acquiring artificially modified pixel density and physical pixel density of a display terminal and a visual size conversion coefficient under the same font size, wherein the visual size conversion coefficient under the same font size is specifically the ratio of a default font customized by the display terminal to a default font of an android system;
according to the physical size of a target font, the artificially modified pixel density and the physical pixel density of a display terminal and the visual size conversion coefficient under the same font size, the input font physical size of actual development and application is obtained by adopting a formula of Mx (P/Q) x B which is N, wherein M is the physical size of the target font, P is the physical pixel density of the display terminal, Q is the artificially modified pixel density of the display terminal, B is the visual size conversion coefficient under the same font size, and N is the input font physical size of the actual development and application.
2. The method of claim 1, wherein the artificially modified pixel density of the display terminal is obtained using a screen parameter acquisition tool.
3. The method of claim 2, wherein obtaining the artificially modified pixel density, the physical pixel density and the visual size conversion coefficient under the same font size of the display terminal comprises:
collecting and sorting the physical pixel density of each display terminal, and pre-storing the physical pixel density;
and counting and recording the visual size conversion coefficients of all the display terminals under the same font size, and pre-storing the visual size conversion coefficients under the same font size.
4. The font display device applied to the android system is characterized by comprising:
the parameter obtaining module is used for obtaining the pixel density and the physical pixel density of the display terminal after artificial modification and the visual size conversion coefficient under the same font size, wherein the visual size conversion coefficient under the same font size is specifically the ratio of the default font customized by the display terminal to the default font of the android system;
and the size calculation module is used for calculating and obtaining the input font physical size of the actual development application by adopting a formula M x (P/Q) x B (N) according to the physical size of the target font, the artificially modified pixel density and the physical pixel density of the display terminal and the visual size conversion coefficient under the same font size, wherein M is the physical size of the target font, P is the physical pixel density of the display terminal, Q is the artificially modified pixel density of the display terminal, B is the visual size conversion coefficient under the same font size, and N is the input font physical size of the actual development application.
5. The apparatus of claim 4, wherein the artificially modified pixel density of the display terminal is obtained using a screen parameter acquisition tool.
6. The apparatus of claim 5, further comprising:
the first parameter obtaining unit is used for collecting and sorting the physical pixel density of each display terminal and pre-storing the physical pixel density;
and the second parameter obtaining unit is used for counting and recording the visual size conversion coefficients of the display terminals under the same font size, and pre-storing the visual size conversion coefficients under the same font size.
7. A terminal device, comprising: the system comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus; the memory is configured to store at least one executable instruction that causes the processor to perform operations corresponding to any of claims 1-3.
CN201810289307.6A 2018-04-03 2018-04-03 Font display method and apparatus applied to android system, and terminal device Active CN108519962B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810289307.6A CN108519962B (en) 2018-04-03 2018-04-03 Font display method and apparatus applied to android system, and terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810289307.6A CN108519962B (en) 2018-04-03 2018-04-03 Font display method and apparatus applied to android system, and terminal device

Publications (2)

Publication Number Publication Date
CN108519962A CN108519962A (en) 2018-09-11
CN108519962B true CN108519962B (en) 2022-04-19

Family

ID=63431750

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810289307.6A Active CN108519962B (en) 2018-04-03 2018-04-03 Font display method and apparatus applied to android system, and terminal device

Country Status (1)

Country Link
CN (1) CN108519962B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113032060A (en) * 2019-12-24 2021-06-25 腾讯科技(深圳)有限公司 Visual element display method and device and terminal

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104238890A (en) * 2014-09-19 2014-12-24 小米科技有限责任公司 Text display method and device
CN105653254A (en) * 2014-12-03 2016-06-08 科大讯飞股份有限公司 Native interface adaptive method, apparatus and electronic equipment employing same

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140267281A1 (en) * 2013-03-13 2014-09-18 Ericom Software Ltd. Method for displaying a remote desktop on a portable touch screen device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104238890A (en) * 2014-09-19 2014-12-24 小米科技有限责任公司 Text display method and device
CN105653254A (en) * 2014-12-03 2016-06-08 科大讯飞股份有限公司 Native interface adaptive method, apparatus and electronic equipment employing same

Also Published As

Publication number Publication date
CN108519962A (en) 2018-09-11

Similar Documents

Publication Publication Date Title
CN106911943B (en) Video display method and device and storage medium
CN109388319B (en) Screenshot method, screenshot device, storage medium and terminal equipment
KR102002024B1 (en) Method for processing labeling of object and object management server
CN108011976B (en) Internet access terminal model identification method and computer equipment
CN109672888B (en) Picture compression method, equipment and computer readable storage medium
CN112135140B (en) Video definition identification method, electronic device and storage medium
CN110705511A (en) Blurred image recognition method, device, equipment and storage medium
CN110968375B (en) Interface control method and device, intelligent terminal and computer readable storage medium
CN109656652B (en) Webpage chart drawing method, device, computer equipment and storage medium
CN108519962B (en) Font display method and apparatus applied to android system, and terminal device
CN108108646B (en) Bar code information identification method, terminal and computer readable storage medium
CN109710783B (en) Picture loading method and device, storage medium and server
CN111626922A (en) Picture generation method and device, electronic equipment and computer readable storage medium
CN111401465A (en) Training sample optimization method, device, equipment and storage medium
CN112445394A (en) Screenshot method and device
CN110727576A (en) Web page testing method, device, equipment and storage medium
CN114510305B (en) Model training method and device, storage medium and electronic equipment
CN115471477A (en) Scanning data denoising method, scanning device, scanning equipment and medium
CN113780286A (en) Object recognition method and device, storage medium and electronic device
CN110636361B (en) Intelligent mobile phone APP setting platform, method and storage medium
CN114339208A (en) Video testing method and device, electronic equipment and computer storage medium
CN110347918B (en) Data recommendation method and device based on user behavior data and computer equipment
CN114039969A (en) Data transmission method and device
CN109857951B (en) Calligraphy friend-making information recommendation method, device, equipment and readable storage medium
CN113018849A (en) Game interaction method, related device and 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
TA01 Transfer of patent application right

Effective date of registration: 20200526

Address after: 310051 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Alibaba (China) Co.,Ltd.

Address before: 100083 floor twelve, A block, you Sheng mansion, 28 Cheng Fu Road, Haidian District, Beijing.

Applicant before: UC MOBILE Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant