CN114442978A - Character space adjusting method and device, storage medium and electronic equipment - Google Patents

Character space adjusting method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN114442978A
CN114442978A CN202111481106.4A CN202111481106A CN114442978A CN 114442978 A CN114442978 A CN 114442978A CN 202111481106 A CN202111481106 A CN 202111481106A CN 114442978 A CN114442978 A CN 114442978A
Authority
CN
China
Prior art keywords
character
pixel matrix
pixel
width
width data
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.)
Pending
Application number
CN202111481106.4A
Other languages
Chinese (zh)
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.)
Shenzhen Lesheng Semiconductor Co ltd
Original Assignee
Shenzhen Lesheng Semiconductor 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 Shenzhen Lesheng Semiconductor Co ltd filed Critical Shenzhen Lesheng Semiconductor Co ltd
Priority to CN202111481106.4A priority Critical patent/CN114442978A/en
Publication of CN114442978A publication Critical patent/CN114442978A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4063Device-to-bus coupling
    • G06F13/4068Electrical coupling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management

Abstract

The embodiment of the application discloses a character spacing adjusting method and device, a storage medium and electronic equipment, and relates to the field of character processing. The method and the device for displaying the character in the pixel matrix acquire the width data and the pixel matrix of the pre-stored character, adjust the width of the pixel matrix according to the width data, and then display the adjusted pixel matrix according to the preset character interval, so that the processor directly utilizes the preset width data to display the character, the character interval among all the characters can be guaranteed to be equal, the method and the device have a better display effect, in addition, the processor of the display device does not spend the calculation capacity to scan the width data of the character in the pixel matrix, and the consumption of the calculation capacity of the processor can be reduced.

Description

Character space adjusting method and device, storage medium and electronic equipment
Technical Field
The present application relates to the field of character processing, and in particular, to a method and an apparatus for adjusting a character spacing, a storage medium, and an electronic device.
Background
In traditional serial port screen is used, the data of word stock character need be through computer mould extraction software, with the word stock of appointed size in the memory of storing to the serial port screen of drawing out, for the convenience program is to character data addressing, every character of whole word stock all can carry out data extraction according to the pixel matrix of equidimension, for example: the pixel matrix of the character is composed of 16 multiplied by 16 pixels, for the scene of Chinese and English mixed display, the width of the English character is different from that of the Chinese character, and the width of different English characters is different, when a plurality of characters of different types are displayed on the serial port screen, the character intervals of the characters are different, and the display is not beautiful.
Disclosure of Invention
The embodiment of the application provides a character spacing adjusting method, a character spacing adjusting device, a storage medium and computer equipment, and can solve the problem that different character spacings displayed on a serial port screen are caused due to different storage character bit widths in the related technology. The technical scheme is as follows:
in a first aspect, an embodiment of the present application provides a method for adjusting a character spacing, where the method includes:
receiving a display instruction of characters;
querying a character library for width data associated with the characters;
determining a pixel matrix of the character;
adjusting a width of the pixel matrix based on width data;
and displaying the adjusted pixel matrix on the serial port screen according to the preset character interval.
In a second aspect, an embodiment of the present application provides an apparatus for adjusting a character spacing, where the apparatus includes:
the receiving unit is used for receiving a display instruction of the character;
the query unit is used for querying the width data associated with the characters in a character library; and determining a pixel matrix for the character;
an adjusting unit for adjusting the width of the pixel matrix based on the width data;
and the display unit is used for displaying the adjusted pixel matrix on the serial port screen according to the preset character interval.
In a third aspect, embodiments of the present application provide a computer storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the above-mentioned method steps.
In a fourth aspect, an embodiment of the present application provides a computer device, which may include: a processor and a memory; wherein the memory stores a computer program adapted to be loaded by the processor and to perform the above-mentioned method steps.
The beneficial effects brought by the technical scheme provided by some embodiments of the application at least comprise:
according to the scheme of the embodiment of the application, when the characters are displayed on the serial port screen, the width data and the pixel matrix of the pre-stored characters are acquired, the width of the pixel matrix is adjusted according to the width data, then the adjusted pixel matrix is displayed according to the preset character interval, the processor directly utilizes the pre-configured width data to display the characters, the character interval between the characters can be guaranteed to be equal, the better display effect is achieved, in addition, the processor of the display device does not spend the calculation capacity to scan the width data of the characters in the pixel matrix, and the consumption of the calculation capacity of the processor can be reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a diagram of a network architecture provided by an embodiment of the present application;
fig. 2 is a schematic flow chart illustrating a method for adjusting a character spacing according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of width data of a scanned character according to an embodiment of the present application;
FIG. 4 is a schematic diagram of ASCII characters contained in a word stock provided by an embodiment of the present application;
FIG. 5 is a schematic diagram showing the width of each character in FIG. 4;
FIG. 6 is an effect diagram of characters displayed on a display screen;
FIG. 7 is a schematic structural diagram of an apparatus for adjusting a character spacing according to the present application;
fig. 8 is a schematic structural diagram of a computer device provided in the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
It should be noted that the adjusting method of the character spacing provided by the present application is generally executed by a computer device, and accordingly, the adjusting device of the character spacing is generally disposed in the computer device.
Fig. 1 shows an exemplary system architecture that can be applied to the report fetching method or the report fetching apparatus of the present application.
As shown in fig. 1, the system architecture may include: a computer device 101 and an electronic device 102. The computer device 101 and the electronic device 102 may communicate with each other via a network, which is used as a medium for providing communication links between the above-mentioned respective units. The network may include various types of wired or wireless communication links, such as: the wired communication link includes an optical fiber, a twisted pair wire or a coaxial cable, and the Wireless communication link includes a bluetooth communication link, a Wireless-Fidelity (Wi-Fi) communication link, a microwave communication link, or the like.
The computer device 101 obtains a pixel matrix of a character by using a modulus extraction tool, the pixel matrix comprises a plurality of pixels, the pixel matrix of the character is scanned to obtain width data, the width data comprises the width of the character, the position of a starting pixel column and the position of an ending pixel column, the width data and the pixel matrix are burnt into a memory of the electronic device by the computer device, and the width data in the memory is located in a character library. The electronic device 102 includes a processor, a memory, and a serial port screen, where the memory stores a character library of characters, the processor reads a pixel matrix and width data of the characters from the memory, adjusts the width of the pixel matrix according to the width data, and then displays the adjusted pixel matrix on the serial port screen according to a fixed character interval, and the processor may be a single chip microcomputer.
The computer device may be a variety of computer devices having a display screen including, but not limited to, smart phones, tablets, laptop portable computers, desktop computers, and the like. When the computer device is software, the software may be installed in the computer device listed above. Which may be implemented as multiple software or software modules (e.g., to provide distributed services) or as a single software or software module, and is not particularly limited herein.
When the computer equipment is hardware, a display screen and a camera can be further installed on the computer equipment, the display screen can display various equipment capable of realizing the display function, and the camera is used for collecting video streams; for example: the display screen may be a cathode ray tube (CR) display, a light-emitting diode (LED) display, an electronic ink screen, a Liquid Crystal Display (LCD), a Plasma Display Panel (PDP), or the like. A user may utilize a display screen on a computer device to view information such as displayed text, pictures, videos, and the like.
It should be understood that the number of computer devices, networks, and electronic devices in fig. 1 is illustrative only. Any number of computer devices, networks, and electronic devices may be used, as desired for an implementation.
The following describes in detail a method for adjusting a character pitch according to an embodiment of the present application with reference to fig. 2. The device for adjusting the character spacing in the embodiment of the present application may be the electronic device shown in fig. 1.
Referring to fig. 2, a flow chart of a method for adjusting a character spacing according to an embodiment of the present application is shown. As shown in fig. 1, the method of the embodiment of the present application may include the steps of:
s201, receiving a display instruction of characters.
The characters are characters to be displayed on the serial port screen, the number of the characters to be displayed can be one or more, and when the number of the characters is multiple, the characters can comprise one or more of Chinese characters, English characters and other types of characters. The display instruction may be triggered by the user through an input device or a timer or otherwise, such as: the user triggers a display instruction of a certain character through a keyboard or triggers when a timer detects that the current time is a preset time.
S202, inquiring width data associated with the characters in a character library.
The method comprises the steps that a character library is prestored in a memory of the electronic equipment, and the character library comprises a plurality of characters and width data of each character; each character corresponds to a pixel matrix, the pixel matrix is stored in a memory of the electronic device in the form of pixel data, the pixel matrix of each character has the same size, and the shape of the pixel matrix is generally square. For example: the pixel matrix of each character comprises 16 × 16 pixels, namely 16 rows and 16 columns of pixels, the pixels are display units with the minimum granularity on a serial port screen, each pixel in the pixel matrix corresponds to one pixel data, the bit width of each pixel data is the same, the pixel data comprises a red value R, a green value G and a blue value B, the bit width of each color is 8 bits, the maximum value is 255, the minimum value is 0, and then the bit width of the pixel data is 24 bits; when the pixel data is gray-scale pixel data, the red value R is changed to the red value G and is changed to the blue value B, and further, the pixel data further includes a transparency value, which can be smoothed with the edge of the character to reduce the sharpness of the character when the character is displayed. The width data of the present application includes the width of a character in a pixel matrix, the serial number of a start pixel column, and the serial number of an end pixel column. Further, when the encoding format of the characters is ASCII, the associated width data is queried in the character library according to the code values.
For example: referring to fig. 3, the pixel matrices of the characters "i", "a", and "W" are all 16 × 16 pixels in size, the width of the character "i" is 5 pixels, the serial number of the starting pixel column is 6, and the serial number of the ending pixel column is 10; the width of the character "a" is 8 pixels, the serial number of the starting pixel column is 5, and the serial number of the ending pixel column is 12; the width of the character "W" is 10 pixels, the number of the start pixel column is 4, and the number of the end pixel column is 13.
Further optionally, the character library of this embodiment is a GB2312 character library, the character library includes a plurality of partitions, each partition includes a plurality of characters, width data of each character may be stored in the partitions 10 to 15, the partitions 10 to 15 are reserved partitions, and storing the width data in these partitions may effectively utilize a storage space of the character library.
For example: referring to 96 characters shown in FIG. 4, the size of the pixel matrix of each character is 32 × 32 pixels, the width data corresponding to 96 characters is shown in FIG. 5, and the character "! "is 5 pixels wide and the character" # "is 20 pixels wide.
Further, the width data of the present application is determined by scanning with a computer device, and the method includes:
the computer equipment acquires a pixel matrix of the character;
scanning the pixel matrix to obtain a starting pixel column, an ending pixel column and a width of the character, and generating width data according to the width, the serial number of the starting pixel column and the serial number of the ending pixel column;
the width data and the pixel matrix are burned into a memory of the electronic device.
In this embodiment, the pixels in the pixel matrix are binary pixels, that is, the color values of the pixel data are only two, 0 and 255, 255 represents white, 0 represents black, and the display effect of the character is a white-on-black character. After the computer device acquires a pixel matrix of a character, performing column scanning on the pixel matrix, performing column scanning from left to right, and when a first non-full-black pixel column (including at least one white pixel, the full-black pixel column indicates that all the pixels are black) is scanned, the pixel column is a starting pixel column, and recording the position (for example, a serial number) of the starting pixel column; then, the column scanning is performed from right to left, when the first non-all black pixel column is scanned, the display column is an end display column, the position (for example, serial number) of the end pixel column is recorded, and the width between the start pixel column and the end pixel column is calculated, and the width is expressed by the number of pixels. Therefore, the width data are calculated in advance by the computer equipment and then sent to the electronic equipment, so that the processor of the electronic equipment does not spend the calculation capacity to scan the width data of the characters in the pixel matrix, and the consumption of the calculation capacity of the processor can be reduced.
And S203, determining a pixel matrix of the character.
The memory stores pixel matrixes of each character, and queries the associated pixel matrixes according to the identifier of the character, for example: and querying a corresponding pixel matrix according to an ASCII (American Standard Code for Information exchange) Code value of the character.
And S204, adjusting the width of the pixel matrix based on the width data.
The width of the pixel matrix is adjusted according to the width data, and the adjusting method comprises the following steps: the pixel rows of the pixel matrix remain unchanged and the range of the pixel columns is determined according to the sequence number of the starting pixel column and the sequence number of the ending pixel column.
For example: referring to fig. 3, the width data according to the queried character "i" is expressed as: the width is 5 pixels, the number of the starting pixel column is 6, the number of the ending pixel column is 10, then the pixel row of the adjusted pixel matrix remains unchanged, the pixel columns are adjusted to be pixel columns No. 6 to 10, then the character "i" adjusted pixel matrix is represented as: pixel rows 1-16, pixel columns 6-10.
And S205, displaying the adjusted pixel matrix on the serial port screen according to the preset character interval.
The electronic device presets a character interval between two adjacent characters, and when a plurality of characters are displayed, the character interval between any two characters is equal, for example: the character pitch is 2 pixels. The pixel matrix is displayed on the serial port screen according to the adjusted pixel matrix, so that the intervals of all characters on the serial port screen are equal, and the display effect is more attractive.
For example: referring to the final display effect diagram of each character shown in fig. 6, it can be seen that the character spacing is the same for characters of different widths.
According to the scheme of the embodiment of the application, when the characters are displayed on the serial port screen, the width data and the pixel matrix of the pre-stored characters are acquired, the width of the pixel matrix is adjusted according to the width data, then the adjusted pixel matrix is displayed according to the preset character interval, the processor directly utilizes the pre-configured width data to display the characters, the character interval between the characters can be guaranteed to be equal, the better display effect is achieved, in addition, the processor of the display device does not spend the calculation capacity to scan the width data of the characters in the pixel matrix, and the consumption of the calculation capacity of the processor can be reduced.
The following are embodiments of the apparatus of the present application that may be used to perform embodiments of the method of the present application. For details which are not disclosed in the embodiments of the apparatus of the present application, reference is made to the embodiments of the method of the present application.
Referring to fig. 7, a schematic structural diagram of an apparatus for adjusting a character spacing according to an exemplary embodiment of the present application is shown, which is hereinafter referred to as the apparatus 7. The apparatus 7 may be implemented as all or part of a computer device, in software, hardware or a combination of both. The apparatus 3 comprises: a receiving unit 701, an inquiring unit 702, an adjusting unit 703 and a display unit 704.
A receiving unit 701 configured to receive a display instruction of a character;
a query unit 702, configured to query a character library for width data associated with the character; and determining a pixel matrix for the character;
an adjusting unit 703 for adjusting the width of the pixel matrix based on the width data;
and the display unit 704 is used for displaying the adjusted pixel matrix on the serial port screen according to the preset character interval.
In one or more possible embodiments, the pixel matrix is composed of 16 × 16 pixels, and the preset pitch is two pixels.
In one or more possible embodiments, the querying the character library for width data associated with the character includes:
the associated width data is queried in the character library according to the ASCII code value of the character.
In one or more possible embodiments, the character library is a GB2312 font library.
In one or more possible embodiments, the width data for each character is stored in 10-15 areas of the character library.
In one or more possible embodiments, the determining a pixel matrix for a character includes:
inquiring a corresponding pixel matrix in a memory according to the ASCII code value of the character; the pixel data of each pixel in the pixel matrix comprises a red value R, a green value G and a blue value B, and all color values are equal.
It should be noted that, when the apparatus 7 provided in the foregoing embodiment executes the method for adjusting the character spacing, only the division of the functional modules is illustrated, and in practical applications, the above function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules, so as to complete all or part of the above described functions. In addition, the embodiment of the device and the method for adjusting the character spacing provided by the above embodiment belongs to the same concept, and details of the implementation process are shown in the embodiment of the method, which is not described herein again.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
An embodiment of the present application further provides a computer storage medium, where the computer storage medium may store a plurality of instructions, where the instructions are suitable for being loaded by a processor and executing the method steps in the embodiment shown in fig. 1, and a specific execution process may refer to a specific description of the embodiment shown in fig. 1, which is not described herein again.
The present application further provides a computer program product, which stores at least one instruction, and the at least one instruction is loaded and executed by the processor to implement the method for adjusting a character spacing according to the above embodiments.
Please refer to fig. 8, which is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure. As shown in fig. 8, the electronic device 800 may include: at least one processor 801, at least one network interface 804, a user interface 803, a memory 805, at least one communication bus 802.
The communication bus 802 is used to realize connection communication among these components.
The user interface 803 includes a Display screen (Display), which may be a serial port screen, and optionally, the user interface may further include a Camera (Camera); further, the user interface 803 may also include a standard wired interface, a wireless interface.
The network interface 804 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface).
Processor 801 may include one or more processing cores, among others. The processor 801 interfaces various components throughout the terminal 800 using various interfaces and lines to perform various functions of the terminal 800 and process data by executing or executing instructions, programs, code sets, or instruction sets stored in the memory 805 and invoking data stored in the memory 805. Alternatively, the processor 801 may be implemented in at least one hardware form of Digital Signal Processing (DSP), Field-Programmable Gate Array (FPGA), and Programmable Logic Array (PLA). The processor 801 may integrate one or more of a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), a modem, and the like. Wherein, the CPU mainly processes an operating system, a user interface, an application program and the like; the GPU is used for rendering and drawing the content required to be displayed by the display screen; the modem is used to handle wireless communications. It is to be understood that the modem may not be integrated into the processor 801, but may be implemented by a single chip.
The Memory 805 may include a Random Access Memory (RAM) or a Read-Only Memory (Read-Only Memory). Optionally, the memory 805 includes a non-transitory computer-readable medium. The memory 805 may be used to store instructions, programs, code sets, or instruction sets. The memory 805 may include a stored program area and a stored data area, wherein the stored program area may store instructions for implementing an operating system, instructions for at least one function (such as a touch function, a sound playing function, an image playing function, etc.), instructions for implementing the various method embodiments described above, and the like; the storage data area may store data and the like referred to in the above respective method embodiments. The memory 805 may optionally be at least one memory device located remotely from the processor 801 as previously described. As shown in fig. 8, the memory 805, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and an application program.
In the electronic device 800 shown in fig. 8, the user interface 803 is mainly used as an interface for providing input for a user, and acquiring data input by the user; the processor 801 may be configured to call the application program stored in the memory 805 and specifically execute the method shown in fig. 2, and the specific process may refer to fig. 2 and is not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a read-only memory or a random access memory.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present application and is not to be construed as limiting the scope of the present application, so that the present application is not limited thereto, and all equivalent variations and modifications can be made to the present application.

Claims (10)

1. A method for adjusting a character pitch, comprising:
receiving a display instruction of characters;
querying a character library for width data associated with the characters;
determining a pixel matrix of the character;
adjusting a width of the pixel matrix based on width data;
and displaying the adjusted pixel matrix on the serial port screen according to the preset character interval.
2. The method of claim 1, wherein the pixel matrix is composed of 16 x 16 pixels, and the predetermined pitch is two pixels.
3. The method according to claim 1 or 2, wherein the querying the character library for width data associated with the character comprises:
the associated width data is queried in the character library according to the ASCII code value of the character.
4. The method of claim 3, wherein the character library is a GB2312 font library.
5. The method of claim 4, wherein the width data of each character is stored in 10-15 areas of the character library.
6. The method of claim 1, 2, 4 or 5, wherein determining the pixel matrix of the character comprises:
inquiring a corresponding pixel matrix in a memory according to the ASCII code value of the character; the pixel data of each pixel in the pixel matrix comprises a red value R, a green value G and a blue value B, and all color values are equal.
7. The method of claim 1, wherein before receiving the display instruction of the character, the method further comprises:
the computer equipment acquires a pixel matrix of the character;
scanning the pixel matrix to obtain a starting pixel column, an ending pixel column and a width of the character, and generating width data according to the width, the serial number of the starting pixel column and the serial number of the ending pixel column;
the width data and the pixel matrix are burned into a memory of the display device.
8. An apparatus for adjusting a character pitch, comprising:
the receiving unit is used for receiving a display instruction of the character;
the query unit is used for querying the width data associated with the characters in a character library; and determining a pixel matrix for the character;
an adjusting unit for adjusting the width of the pixel matrix based on the width data;
and the display unit is used for displaying the adjusted pixel matrix on the serial port screen according to the preset character interval.
9. A computer storage medium, characterized in that it stores a plurality of instructions adapted to be loaded by a processor and to carry out the method steps according to any one of claims 1 to 7.
10. An electronic device, comprising: the device comprises a processor, a memory and a serial port screen; wherein the memory stores a computer program adapted to be loaded by the processor and to perform the method steps according to any of claims 1 to 7.
CN202111481106.4A 2021-12-06 2021-12-06 Character space adjusting method and device, storage medium and electronic equipment Pending CN114442978A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111481106.4A CN114442978A (en) 2021-12-06 2021-12-06 Character space adjusting method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111481106.4A CN114442978A (en) 2021-12-06 2021-12-06 Character space adjusting method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN114442978A true CN114442978A (en) 2022-05-06

Family

ID=81364628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111481106.4A Pending CN114442978A (en) 2021-12-06 2021-12-06 Character space adjusting method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN114442978A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101873451A (en) * 2010-05-19 2010-10-27 杭州海康威视数字技术股份有限公司 Method and device for realizing on-screen display (OSD) of characters
CN101888505A (en) * 2010-06-13 2010-11-17 杭州海康威视数字技术股份有限公司 Method and device for displaying characters on screen
CN102117266A (en) * 2009-12-31 2011-07-06 北京谊安医疗系统股份有限公司 Method and device for processing character pitch
CN111276110A (en) * 2018-12-04 2020-06-12 杭州海康威视数字技术股份有限公司 Character display method and device and electronic equipment
CN112331026A (en) * 2020-11-09 2021-02-05 深圳市小喵科技有限公司 Method and device for simulating dot matrix screen display and readable storage medium
CN113360113A (en) * 2021-05-24 2021-09-07 中国电子科技集团公司第四十一研究所 System and method for dynamically adjusting character display width based on OLED screen

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117266A (en) * 2009-12-31 2011-07-06 北京谊安医疗系统股份有限公司 Method and device for processing character pitch
CN101873451A (en) * 2010-05-19 2010-10-27 杭州海康威视数字技术股份有限公司 Method and device for realizing on-screen display (OSD) of characters
CN101888505A (en) * 2010-06-13 2010-11-17 杭州海康威视数字技术股份有限公司 Method and device for displaying characters on screen
CN111276110A (en) * 2018-12-04 2020-06-12 杭州海康威视数字技术股份有限公司 Character display method and device and electronic equipment
CN112331026A (en) * 2020-11-09 2021-02-05 深圳市小喵科技有限公司 Method and device for simulating dot matrix screen display and readable storage medium
CN113360113A (en) * 2021-05-24 2021-09-07 中国电子科技集团公司第四十一研究所 System and method for dynamically adjusting character display width based on OLED screen

Similar Documents

Publication Publication Date Title
CN107038991B (en) Splicing type display screen configuration method and device and display screen control card
US6515678B1 (en) Video magnifier for a display of data
EP0158902B1 (en) Monochromatic representation of color images
US4121283A (en) Interface device for encoding a digital image for a CRT display
CN101388950B (en) Content-adaptive contrast improving method and apparatus for digital image
JPH05298454A (en) Converter and output display device for color pixel display
JP2001169181A (en) Video magnifying device
CN101276568A (en) Control system and control method for display of display screen
CN112287257A (en) Page display method and device, electronic equipment and storage medium
US20100103183A1 (en) Remote multiple image processing apparatus
CN108269522B (en) Display device and image display method thereof
US20210021378A1 (en) Data transmission method and device, and computer readable storage medium
US20200192554A1 (en) Terminal device, display control method implemented by the terminal device, computer readable storage medium and computer program product
CN114442978A (en) Character space adjusting method and device, storage medium and electronic equipment
CN102055933A (en) OSD controller and control method thereof
US20020085018A1 (en) Method for reducing chinese character font in real-time
CN112114919A (en) Screen rotation display optimization method and device
CN108509112B (en) Menu display method and device, display equipment and storage medium
US7038695B2 (en) User interface display apparatus using texture mapping method
CN109214977A (en) Image processing apparatus and its control method
CN115567754A (en) Video playing method, device, equipment and storage medium
CN115423901A (en) Method and device for drawing canvas based on json segment
CN110996026B (en) OSD display method, device, equipment and storage medium
EP2161713A1 (en) Display system with partial updating
CN102902534A (en) Transparent OSD (Optical Scanning Device) software realization method

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