CN103489268A - Arabic displaying method for POS platform - Google Patents

Arabic displaying method for POS platform Download PDF

Info

Publication number
CN103489268A
CN103489268A CN201310400702.4A CN201310400702A CN103489268A CN 103489268 A CN103489268 A CN 103489268A CN 201310400702 A CN201310400702 A CN 201310400702A CN 103489268 A CN103489268 A CN 103489268A
Authority
CN
China
Prior art keywords
character
arabic
syllables
write
character string
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310400702.4A
Other languages
Chinese (zh)
Other versions
CN103489268B (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.)
Shenzhen Xinguodu Co ltd
Shenzhen Xinguodu Tech Co Ltd
Original Assignee
Shenzhen Xinguodu Tech 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 Xinguodu Tech Co Ltd filed Critical Shenzhen Xinguodu Tech Co Ltd
Priority to CN201310400702.4A priority Critical patent/CN103489268B/en
Publication of CN103489268A publication Critical patent/CN103489268A/en
Application granted granted Critical
Publication of CN103489268B publication Critical patent/CN103489268B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

The invention discloses an Arabic displaying method for a POS platform. The Arabic displaying method includes the first step of adopting a freetype library to build objects of a vector font library and reading font files to obtain an Arabic local code of a character string to be displayed; the second step of converting the obtained local code to Unicode; the third step of calculating the total length of the character string to be displayed after code conversion, and then determining an initial point of a display position according to the calculated total length and the total length of a screen; the fourth step of carrying out conversion processing on the character string to be displayed after the code conversion according to Arabic ligature and deformation rules so as to obtain a new character string; the fifth step of extracting bitmap information of all characters in the new character string and displaying the extracted bitmap information on the screen according to the determined initial point. According to the Arabic displaying method, vector fonts are introduced to be displayed. The Arabic displaying method has the advantages that operation is easy, display effect and compatibility are good and universality is strong, and can be widely applied to the field of font displaying.

Description

A kind of display packing of the Arabic for the POS platform
Technical field
The present invention relates to a kind of font display packing, especially a kind of display packing of the Arabic for the POS platform.
Background technology
Explanation of nouns:
POS:point?of?sale;
Non-monospaced font: the different font of width of this each character of similar Arabic.
Raster font have use relatively flexibly, less and display speed advantage faster takes up room.The POS machine in the field of financial payment at present generally adopts raster font to do display interface.Along with the development of industry and client's object colony increase, display requirement for the POS platform is also more and more higher, need the POS platform can the font of italic, different size and different thicknesses be shown, also can be shown this class non-monospaced font of Arabic.
Raster font storage be only the message bit pattern of matched size, can not free transform size, thickness or degree of tilt, otherwise can cause the distortion of font.Therefore, when needs have the font of different sizes, thickness or degree of tilt to show, need all to revise font display module or character library supports corresponding to needs wherein in the POS platform, operate very complicated and display effect is poor.In addition, raster font can't be the independent size of single Set font, can only show monospaced font and can't show this class non-monospaced font of Arabic, and versatility is strong and compatible poor.
Summary of the invention
In order to solve the problems of the technologies described above, the objective of the invention is: provide a kind of simple to operate, display effect good, highly versatile and the compatible Arabic display packing that is used on the POS platform.
The technical solution adopted for the present invention to solve the technical problems is: a kind of display packing of the Arabic for the POS platform comprises:
A, employing freetype storehouse build the object in vector fonts storehouse, and read font file, thereby obtain the Arabic local coder of character string to be shown;
B, the local coder obtained is converted to unicode coding;
The total length of the character string to be shown after C, calculation code conversion, the total length that then basis calculates and the total length of screen are determined the starting point of display position;
D, the character string to be shown according to Arabic write the two or more syllables of a word together and transformation rule after to code conversion are carried out conversion process, thereby are obtained new character strings;
The message bit pattern of all characters in E, extraction new character strings, and according to definite starting point, the message bit pattern of extraction is presented on screen.
Further, described step D, it comprises:
D1, the character string to be shown after code conversion is carried out to the write the two or more syllables of a word together conversion process, thereby obtain the character string after the write the two or more syllables of a word together conversion;
D2, the character string after write the two or more syllables of a word together conversion is carried out to deformation process, thereby obtain new character strings.
Further, described step D1, it comprises:
D11, judge in the character string to be shown after code conversion whether i character meets that one of its front character exists and one of back character belongs to the write the two or more syllables of a word together character set simultaneously, if, perform step D12, otherwise, go to step D13, described i is the natural number from 2 beginnings, and 2≤i≤length, and described length is the total length calculated;
Whether D12, one of the front character that judges i character belong to distortion leading character collection, if, i character become to the corresponding character in write the two or more syllables of a word together character set 1, otherwise, i character become to the corresponding character in write the two or more syllables of a word together character set 0;
D13, judge whether i meets i≤length, if, carry out i++, then return to step D11, otherwise, go to step D2.
Further, described step D2, it comprises:
D21, judge whether one of front character or one of the back character of m character in the character string after write the two or more syllables of a word together conversion belong to the deformed characters collection, if perform step D22, otherwise, go to step D23, described m is the natural number from 1 beginning, and 1≤m≤length;
D22, the new unicode that m character is modified to the concentrated correspondence of deformed characters according to the result judged encode;
D23, judge whether m meets m≤length, if, carry out m++, then return to step D21, otherwise, go to step E.
Further, described step e, it comprises:
The api function in E1, employing freetype storehouse is extracted the message bit pattern of n character in new character strings, and described n is the natural number from 1 beginning, and 1≤n≤length;
E2, according to definite starting point, the message bit pattern of n character is presented on the position (xn, yn) of screen;
E3, the starting point of display position is moved horizontally to widthn left, the bitmap width that described widthn is n character;
E4, judge whether n meets n≤length, if, carry out n++, then return to step e 1, otherwise, end operation, described character string to be shown shows complete in screen.
Further, described step e 1, it comprises:
E11, judge screen resolution whether higher than default resolution threshold, if, perform step E12, otherwise, perform step E13;
E12, adopt mode that 256 GTGs play up or the monochromatic mode of playing up to be extracted the message bit pattern of n character;
E13, adopt improved 256 GTGs to play up mode the message bit pattern of n character is extracted, thereby pixel gray level information in n character is taken out to the structure character contour higher than the point of predetermined threshold value.
Further, described step e 2, it comprises:
E21, from the message bit pattern of n character extracting, obtain required metric, then according to the metric obtained, definite starting point is vertically adjusted, thereby n character arranged by datum line;
Starting point after E22, basis are vertically adjusted is presented at the message bit pattern of n character on the position (xn, yn) of screen.
Further, described required metric is n character goes up some the distance to the distance of bitmap region top layer and datum line to regional top layer most.
The invention has the beneficial effects as follows: the vector fonts of having introduced the free transform size of energy, thickness or degree of tilt, and under freetype increases income the support in storehouse, solve raster font and can't normally show Arabic and the problem that can not freely change font size, thickness and degree of tilt, simple to operate, good and the highly versatile of display effect, improved the user interface experience of POS machine; The non-monospaced font that also can expand to other similar Arabic simultaneously shows, better compatible.
The accompanying drawing explanation
Below in conjunction with drawings and Examples, the invention will be further described.
The flow chart of steps that Fig. 1 is a kind of display packing of the Arabic for the POS platform of the present invention;
The process flow diagram that Fig. 2 is step D of the present invention;
The process flow diagram that Fig. 3 is step D1 of the present invention;
The process flow diagram that Fig. 4 is step D2 of the present invention;
The process flow diagram that Fig. 5 is step e of the present invention;
The process flow diagram that Fig. 6 is step e 1 of the present invention;
The process flow diagram that Fig. 7 is step e 2 of the present invention;
The algorithm flow chart that Fig. 8 is Arabic write the two or more syllables of a word together of the present invention and transformation rule.
Embodiment
With reference to Fig. 1, a kind of display packing of the Arabic for the POS platform comprises:
A, employing freetype storehouse build the object in vector fonts storehouse, and read font file, thereby obtain the Arabic local coder of character string to be shown;
B, the local coder obtained is converted to unicode coding;
The total length of the character string to be shown after C, calculation code conversion, the total length that then basis calculates and the total length of screen are determined the starting point of display position;
D, the character string to be shown according to Arabic write the two or more syllables of a word together and transformation rule after to code conversion are carried out conversion process, thereby are obtained new character strings;
The message bit pattern of all characters in E, extraction new character strings, and according to definite starting point, the message bit pattern of extraction is presented on screen.
Wherein, the object that adopts the freetype storehouse to build the vector fonts storehouse refers to, adopts in the freetype storehouse and supports the character library tahoma.ttf that increases income of Arabic to construct the fontlib object.After building the fontlib object, while reading font file, just can find according to the index information in font file the Arabic local coder of character string to be shown from fontlib.
Processing is changed in the distortion of extracting character bitmap information and back due to the freetype storehouse all needs to adopt the unicode coding, and generally need use local coder when showing the Arabic character string, so the present invention also will utilize the iconv order to carry out code conversion, and using the UTF8 form as intermediate form (be that local coder first is converted to the utf8 code, and then be converted to the unicode coding by the utf8 code).
During the total length of the character string to be shown after calculation code of the present invention conversion, first obtain the width of all characters in character string to be shown, and then the total length that the width of all characters of obtaining has been added up and has been used as calculating.Because the display mode of Arabic font is from right to left, and the total length of screen is fixed, so need to obtain after the total length of character string to be shown the initial point from right to left (being the starting point of display position) that just can know the character layout.
Carry out conversion process, mainly refer to according to Arabic write the two or more syllables of a word together and transformation rule and carry out the write the two or more syllables of a word together conversion and carry out deformation transformation.Wherein the priority of write the two or more syllables of a word together conversion is higher, therefore carries out conversion process and first completes the write the two or more syllables of a word together conversion, and then carry out deformation transformation.
With reference to Fig. 2, be further used as preferred embodiment, described step D, it comprises:
D1, the character string to be shown after code conversion is carried out to the write the two or more syllables of a word together conversion process, thereby obtain the character string after the write the two or more syllables of a word together conversion;
D2, the character string after write the two or more syllables of a word together conversion is carried out to deformation process, thereby obtain new character strings.
With reference to Fig. 3, be further used as preferred embodiment, described step D1, it comprises:
D11, judge in the character string to be shown after code conversion whether i character meets that one of its front character exists and one of back character belongs to the write the two or more syllables of a word together character set simultaneously, if, perform step D12, otherwise, go to step D13, described i is the natural number from 2 beginnings, and 2≤i≤length, and described length is the total length calculated;
Whether D12, one of the front character that judges i character belong to distortion leading character collection, if, i character become to the corresponding character in write the two or more syllables of a word together character set 1, otherwise, i character become to the corresponding character in write the two or more syllables of a word together character set 0;
D13, judge whether i meets i≤length, if, carry out i++, then return to step D11, otherwise, go to step D2.
According to Arabic write the two or more syllables of a word together transformation rule, when carrying out the write the two or more syllables of a word together conversion, the present invention first judges whether to carry out the write the two or more syllables of a word together conversion according to the concrete condition of i adjacent two characters of character (i-1 character and i+1 character), if need, whether belong to the distortion leading character according to one of front character again and integrate i character transformation as the corresponding character in write the two or more syllables of a word together character set 0 or 1.Wherein, write the two or more syllables of a word together character set 0 is the array 0 of existing Arabic write the two or more syllables of a word together transformation rule defined, and write the two or more syllables of a word together character set 1 is the array 1 of existing Arabic write the two or more syllables of a word together transformation rule defined.Corresponding character in write the two or more syllables of a word together character set 0 or 1 (being the unicode coding) can inquire from the write the two or more syllables of a word together conversion table of comparisons provided in advance.
With reference to Fig. 4, be further used as preferred embodiment, described step D2, it comprises:
D21, judge whether one of front character or one of the back character of m character in the character string after write the two or more syllables of a word together conversion belong to the deformed characters collection, if perform step D22, otherwise, go to step D23, described m is the natural number from 1 beginning, and 1≤m≤length;
D22, the new unicode that m character is modified to the concentrated correspondence of deformed characters according to the result judged encode;
D23, judge whether m meets m≤length, if, carry out m++, then return to step D21, otherwise, go to step E.
According to Arabic deformation transformation rule, deformation transformation can be divided into front company and convert one of front(front character and belong to distortion leading character collection 1), rear company converts one of last(back character and belongs to distortion suffix character collection 2), one of intermediate conversion middle(front character belongs to distortion leading character collection 1, a next character belongs to distortion suffix character collection 2) and separately one of alone(front of conversion character do not belong to distortion leading character collection 1, one of back character do not belong to be out of shape suffix character collection 2) these four kinds of situations.When carrying out deformation transformation, the present invention is modified to by m character the new unicode coding that deformed characters is concentrated correspondence according to the concrete condition of m adjacent two characters of character (m-1 character and m+1 character).Wherein, the preposition collection 1 of deformed characters and deformed characters collection 2 are set 1 and the set 2 of existing Arabic deformation transformation rule defined.New unicode coding can inquire from the deformation transformation table of comparisons provided in advance.
With reference to Fig. 5, be further used as preferred embodiment, described step e, it comprises:
The api function in E1, employing freetype storehouse is extracted the message bit pattern of n character in new character strings, and described n is the natural number from 1 beginning, and 1≤n≤length;
E2, according to definite starting point, the message bit pattern of n character is presented on the position (xn, yn) of screen;
E3, the starting point of display position is moved horizontally to widthn left, the bitmap width that described widthn is n character;
E4, judge whether n meets n≤length, if, carry out n++, then return to step e 1, otherwise, end operation, described character string to be shown shows complete in screen.
The api function that the present invention calls the freetype storehouse arranges the size of character bitmap and plays up the attribute (comprising size, thickness and italic etc.) such as mode.
With reference to Fig. 6, be further used as preferred embodiment, described step e 1, it comprises:
E11, judge screen resolution whether higher than default resolution threshold, if, perform step E12, otherwise, perform step E13;
E12, adopt mode that 256 GTGs play up or the monochromatic mode of playing up to be extracted the message bit pattern of n character;
E13, adopt improved 256 GTGs to play up mode the message bit pattern of n character is extracted, thereby pixel gray level information in n character is taken out to the structure character contour higher than the point of predetermined threshold value.
The character bitmap that the present invention extracts the freetype storehouse adds the location of pixel gray level is chosen and adopted improved 256 GTGs to play up mode to carry out the message bit pattern extraction by playing up mode, reach the effect that font is attenuated, can be better in the upper use of POS platform (screen resolution is generally less, as screen).
With reference to Fig. 7, be further used as preferred embodiment, described step e 2, it comprises:
E21, from the message bit pattern of n character extracting, obtain required metric, then according to the metric obtained, definite starting point is vertically adjusted, thereby n character arranged by datum line;
Starting point after E22, basis are vertically adjusted is presented at the message bit pattern of n character on the position (xn, yn) of screen.
Definite starting point is vertically adjusted, and is in order to prevent the horizontally situation of dislocation of Arabic character string.
Be further used as preferred embodiment, described required metric is n character goes up some the distance to the distance of bitmap region top layer and datum line to regional top layer most.
Below in conjunction with Figure of description, specific embodiments of the invention are described in further detail.
Embodiment 1
The algorithm flow chart of this embodiment article Arabic write the two or more syllables of a word together of the present invention and transformation rule.
The present invention is to character string string[length to be shown] processed, mainly refer to and be out of shape and the conversion of combination handwriting rule, wherein the priority of combination handwriting rule is higher, the length that length is character string to be shown.
With reference to Fig. 8, the algorithm flow of Arabic write the two or more syllables of a word together of the present invention and transformation rule is as follows:
(1) according to combination handwriting rule, converted, to needing write the two or more syllables of a word together character string[i] converted 2≤i≤length.
For string[i], if string[i-1] exist and string[i+1] belong to write the two or more syllables of a word together character set, string[i] need the write the two or more syllables of a word together conversion, otherwise do not need the write the two or more syllables of a word together conversion, and string[i] the write the two or more syllables of a word together conversion be divided into again following two kinds of situations:
If string[i-1] belong to and be out of shape leading character collection, string[i]=Arabic_TogetherChar_Set[char_id] [1];
Otherwise, string[i]=Arabic_TogetherChar_Set[char_id] [0].The implication of above-mentioned assignment statement is by string[i according to actual conditions] change in the corresponding character in write the two or more syllables of a word together character set 0 or 1.
(2) according to the Arabic transformation rule, to needing deformed characters string[m] converted 1≤m≤length.Carry out deformation transformation and can be divided into again following four kinds of situations:
If string[m] the front character belongs to distortion leading character collection 1, the back character does not belong to distortion suffix character collection 2, string[m]=Arabic_Transformation_Set[char_id] [front];
If string[m] the front character do not belong to distortion leading character collection 1, the back character belongs to distortion suffix character collection 2, string[m]=Arabic_Transformation_Set[char_id] [last];
If string[m] front and back character all belong to the deformed characters collection,
string[m]=Arabic_Transformation_Set[char_id][middle];
If string[m] front and back character all do not belong to the deformed characters collection,
string[m]=Arabic_Transformation_Set[char_id][alone]。
The implication of above-mentioned assignment statement is by string[m according to actual conditions] change in the corresponding unicode coding of these four kinds of situations of front, last, middle and alone.
Embodiment 2
The thickness of this embodiment article font is regulated and how to be realized.
The effect shown is undoubtedly in pos platform interface of paramount importance, and on the pos platform, why raster font can be adopted by each company always, thereby wherein very large characteristics are exactly that raster font can oneself be finely tuned the display effect that reaches almost Perfect.What vector fonts adopted is the matrixing algorithm of mathematics, and for high-resolution screen, its display effect is good, but for resolution for lower pos platform, it also needs to be adjusted the display effect that reaches good.
The thickness of font is regulated minute following two kinds of situations and is realized:
The one, in the high situation of screen resolution, can carry out by playing up mode the configuration of thickness font, utilize 256 GTGs or the monochromatic mode of playing up to carry out the message bit pattern of character and extract, font just can realize the difference realization of thickness like this.Rendering configurations need to be called FT_LOAD_MONOCHROME and FT_LOAD_NO_AUTOHINT function.
The 2nd, when the low especially POS machine of screen resolution adopts screen, the monochrome carried is played up the mode actual effect may be poor.Therefore, it is that the message bit pattern that 256 GTGs are played up to mode is modified that the present invention takes method, take certain boundary value bounds is cut-off rule, higher than the point of bounds, is just shown, such as the pixel gray level information by all is 255 to extract the structure character contour.
Be if bitmap[i] [j] > bounds, display the bitmap, else don ' t display it.Wherein, bitmap[i] [j] represent bitmap.
Embodiment 3
The imposition layout of this embodiment article font.
After taking out character bitmap information by the freetype storehouse, also will utilize metric wherein that character string is arranged according to datum line, otherwise the words that directly show there will be the situation of horizontal dislocation.
Suppose that we need to be by character string string at (x_topleft, y_topleft) start to show, this point is the reference point on horizontal displaing coordinate, for each character char, the metric that the message bit pattern bitmap that the freetype storehouse extracts need to be used is character go up most a little to the distance b itmap_top of bitmap region top layer and datum line to regional top layer apart from ascender.In order to realize character horizontal alignment on datum line, for character string[i] vertical pixel reference position process as follows:
string[i]->start_y?=y_topleft+(ascender-bitmap_top)。
More than that better enforcement of the present invention is illustrated, but the invention is not limited to described embodiment, those of ordinary skill in the art also can do and make all equivalent variations or replacement under the prerequisite without prejudice to spirit of the present invention, and the distortion that these are equal to or replacement all are included in the application's claim limited range.

Claims (8)

1. the display packing of the Arabic for the POS platform, is characterized in that, comprising:
A, employing freetype storehouse build the object in vector fonts storehouse, and read font file, thereby obtain the Arabic local coder of character string to be shown;
B, the local coder obtained is converted to unicode coding;
The total length of the character string to be shown after C, calculation code conversion, the total length that then basis calculates and the total length of screen are determined the starting point of display position;
D, the character string to be shown according to Arabic write the two or more syllables of a word together and transformation rule after to code conversion are carried out conversion process, thereby are obtained new character strings;
The message bit pattern of all characters in E, extraction new character strings, and according to definite starting point, the message bit pattern of extraction is presented on screen.
2. a kind of display packing of the Arabic for the POS platform according to claim 1 is characterized in that:
Described step D, it comprises:
D1, the character string to be shown after code conversion is carried out to the write the two or more syllables of a word together conversion process, thereby obtain the character string after the write the two or more syllables of a word together conversion;
D2, the character string after write the two or more syllables of a word together conversion is carried out to deformation process, thereby obtain new character strings.
3. a kind of display packing of the Arabic for the POS platform according to claim 2 is characterized in that: described step D1, and it comprises:
D11, judge in the character string to be shown after code conversion whether i character meets that one of its front character exists and one of back character belongs to the write the two or more syllables of a word together character set simultaneously, if, perform step D12, otherwise, go to step D13, described i is the natural number from 2 beginnings, and 2≤i≤length, and described length is the total length calculated;
Whether D12, one of the front character that judges i character belong to distortion leading character collection, if, i character become to the corresponding character in write the two or more syllables of a word together character set 1, otherwise, i character become to the corresponding character in write the two or more syllables of a word together character set 0;
D13, judge whether i meets i≤length, if, carry out i++, then return to step D11, otherwise, go to step D2.
4. a kind of display packing of the Arabic for the POS platform according to claim 3 is characterized in that: described step D2, and it comprises:
D21, judge whether one of front character or one of the back character of m character in the character string after write the two or more syllables of a word together conversion belong to the deformed characters collection, if perform step D22, otherwise, go to step D23, described m is the natural number from 1 beginning, and 1≤m≤length;
D22, the new unicode that m character is modified to the concentrated correspondence of deformed characters according to the result judged encode;
D23, judge whether m meets m≤length, if, carry out m++, then return to step D21, otherwise, go to step E.
5. a kind of display packing of the Arabic for the POS platform according to claim 4 is characterized in that: described step e, and it comprises:
The api function in E1, employing freetype storehouse is extracted the message bit pattern of n character in new character strings, and described n is the natural number from 1 beginning, and 1≤n≤length;
E2, according to definite starting point, the message bit pattern of n character is presented on the position (xn, yn) of screen;
E3, the starting point of display position is moved horizontally to widthn left, the bitmap width that described widthn is n character;
E4, judge whether n meets n≤length, if, carry out n++, then return to step e 1, otherwise, end operation, described character string to be shown shows complete in screen.
6. a kind of display packing of the Arabic for the POS platform according to claim 5 is characterized in that: described step e 1, and it comprises:
E11, judge screen resolution whether higher than default resolution threshold, if, perform step E12, otherwise, perform step E13;
E12, adopt mode that 256 GTGs play up or the monochromatic mode of playing up to be extracted the message bit pattern of n character;
E13, adopt improved 256 GTGs to play up mode the message bit pattern of n character is extracted, thereby pixel gray level information in n character is taken out to the structure character contour higher than the point of predetermined threshold value.
7. a kind of display packing of the Arabic for the POS platform according to claim 5 is characterized in that: described step e 2, and it comprises:
E21, from the message bit pattern of n character extracting, obtain required metric, then according to the metric obtained, definite starting point is vertically adjusted, thereby n character arranged by datum line;
Starting point after E22, basis are vertically adjusted is presented at the message bit pattern of n character on the position (xn, yn) of screen.
8. a kind of display packing of the Arabic for the POS platform according to claim 7 is characterized in that: described required metric is n character goes up some the distance to the distance of bitmap region top layer and datum line to regional top layer most.
CN201310400702.4A 2013-09-06 2013-09-06 A kind of Arabic display packing for POS platform Active CN103489268B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310400702.4A CN103489268B (en) 2013-09-06 2013-09-06 A kind of Arabic display packing for POS platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310400702.4A CN103489268B (en) 2013-09-06 2013-09-06 A kind of Arabic display packing for POS platform

Publications (2)

Publication Number Publication Date
CN103489268A true CN103489268A (en) 2014-01-01
CN103489268B CN103489268B (en) 2015-12-02

Family

ID=49829462

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310400702.4A Active CN103489268B (en) 2013-09-06 2013-09-06 A kind of Arabic display packing for POS platform

Country Status (1)

Country Link
CN (1) CN103489268B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106569657A (en) * 2016-10-18 2017-04-19 上海斐讯数据通信技术有限公司 Icon name display system and icon name display method
CN107562480A (en) * 2017-09-05 2018-01-09 深圳市新国都支付技术有限公司 A kind of POS multi-lingual implementation method and its system
CN110188329A (en) * 2019-05-29 2019-08-30 惠州市德赛西威汽车电子股份有限公司 Method for mutually conversing and its system between the number of both font types
CN110609980A (en) * 2019-08-15 2019-12-24 崔晓珂 Arabic display method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051270A (en) * 2007-05-11 2007-10-10 华为技术有限公司 Interface layout changing method and interface display controller
CN101656767A (en) * 2008-08-19 2010-02-24 上海大亚科技有限公司 Method for displaying Arabic on wireless business phone
JP2010079339A (en) * 2008-09-24 2010-04-08 Casio Computer Co Ltd Sales data processor and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051270A (en) * 2007-05-11 2007-10-10 华为技术有限公司 Interface layout changing method and interface display controller
CN101656767A (en) * 2008-08-19 2010-02-24 上海大亚科技有限公司 Method for displaying Arabic on wireless business phone
JP2010079339A (en) * 2008-09-24 2010-04-08 Casio Computer Co Ltd Sales data processor and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106569657A (en) * 2016-10-18 2017-04-19 上海斐讯数据通信技术有限公司 Icon name display system and icon name display method
CN107562480A (en) * 2017-09-05 2018-01-09 深圳市新国都支付技术有限公司 A kind of POS multi-lingual implementation method and its system
CN110188329A (en) * 2019-05-29 2019-08-30 惠州市德赛西威汽车电子股份有限公司 Method for mutually conversing and its system between the number of both font types
CN110609980A (en) * 2019-08-15 2019-12-24 崔晓珂 Arabic display method
CN110609980B (en) * 2019-08-15 2023-03-14 崔晓珂 Arabic display method

Also Published As

Publication number Publication date
CN103489268B (en) 2015-12-02

Similar Documents

Publication Publication Date Title
EP3104305B1 (en) Apparatus and method of reducing storage of handwritten strokes
CN105404686A (en) Method for matching place name and address in news event based on geographical feature hierarchical segmented words
CA2429507A1 (en) Writing guide for a free-form document editor
US8386943B2 (en) Method for query based on layout information
CN103489268A (en) Arabic displaying method for POS platform
CN102750552B (en) Handwriting recognition method and system as well as handwriting recognition terminal
JP2011113569A (en) Apparatus and method for extracting circumscribed rectangle of character in transplantable electronic document
CN113642584A (en) Character recognition method, device, equipment, storage medium and intelligent dictionary pen
JP5337194B2 (en) Image processing device
KR102287149B1 (en) Electronic device that displays a separation line of a paragraph based on text line information in a pdf document and operating method thereof
KR20230021150A (en) Method, apparatus, apparatus and storage medium for generating road annotation
CN103294819B (en) The method that Pagination Display is carried out to web page contents using HTML5 technologies
CN103136453A (en) Automatic test paper formation method and automatic scoring method of document manipulation subjects
JP6387207B1 (en) Digital ink encoding method and decoding method
CN106406560A (en) Method and system for outputting vector fonts of mechanical engineering characters in desktop operation system
US20130155098A1 (en) Adjusting Fonts for Visual Consistency
CN114637732A (en) DWG drawing data conversion method and system
KR20140116777A (en) Display apparatus and Method for outputting text thereof
CN101957837A (en) Method for accessing stroke vector font
CN106650716A (en) Identification method and device for computer font
WO2015100691A1 (en) Rapid input method convenient to modify for handwriting input device
WO2020093916A1 (en) Algorithm for rapid generation of detailed image showing quality of compact construction
JP5853488B2 (en) Information processing apparatus and program
CN110032348A (en) A kind of character display method, device, medium
CN116362202B (en) Font generation method, storage medium and electronic device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 17A, Tairan Jinsong Building, Chegongmiao Industrial Zone, Shennan Road, Shenzhen, Futian District, Shenzhen, Guangdong 518040

Patentee after: Shenzhen Xinguodu Co.,Ltd.

Address before: 17A, Tairan Jinsong Building, Chegongmiao Industrial Zone, Shennan Road, Shenzhen, Futian District, Shenzhen, Guangdong 518040

Patentee before: SHENZHEN XINGUODU TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder
TR01 Transfer of patent right

Effective date of registration: 20220817

Address after: 518000 17b, Jinsong building, Tairan 4th Road, Shatou street, Futian District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen Xinguodu Technology Co.,Ltd.

Address before: 17A, Tairan Jinsong Building, Chegongmiao Industrial Zone, Shennan Road, Shenzhen, Futian District, Shenzhen, Guangdong 518040

Patentee before: Shenzhen Xinguodu Co.,Ltd.

TR01 Transfer of patent right