Delphi-Unicode-Emoji icon indicating copy to clipboard operation
Delphi-Unicode-Emoji copied to clipboard

No emoji

Open limelect opened this issue 1 year ago • 13 comments
trafficstars

This is what I get on my computer in the Delphi IDE editor

BaguetteBread: string = '🥖'; change it to char# something maybe it will work

I checked it for you WaterBuffaloFace: string =Char(#$A9);// '🐃';

limelect avatar Nov 28 '23 07:11 limelect

Hello, I tested your code, but unfortunately, it didn't work for Telegram. However, I made adjustments by replacing all the constants with their Unicode codes. Check it and let me know if there is any issues.

Thanks !!!

aso14 avatar Nov 28 '23 09:11 aso14

Now it still show squer but not your problem

limelect avatar Nov 28 '23 09:11 limelect

Alright !!! Where did you use it ? With ShowMessage or another Display component ?

aso14 avatar Nov 28 '23 09:11 aso14

It seems i do not have above FF charcters may be skia? will help Gexpert ascii show FF max

limelect avatar Nov 28 '23 09:11 limelect

Yes, Try with Skia4Delphi !!!

aso14 avatar Nov 28 '23 09:11 aso14

I renmmber a project with those fonts You shoud add it as a function for your font It is not that simple as just add charcters

limelect avatar Nov 28 '23 09:11 limelect

I will think about it !!! If you want to contribute too let me know.

aso14 avatar Nov 28 '23 09:11 aso14

I am sending Emoji.zip you a source for graphics char

There are lots of free sources

limelect avatar Nov 28 '23 10:11 limelect

look here https://github.com/EtheaDev Icon Fonts all his projects are around this idea

limelect avatar Nov 28 '23 10:11 limelect

Thanks !!!

aso14 avatar Nov 28 '23 11:11 aso14

I suggest making a form as a message dialog on it put your character/icon or whatever and a procedure to do that

limelect avatar Nov 29 '23 09:11 limelect

Have a look here https://github.com/danieleteti/mm4delphi or this very interesting https://github.com/digao-dalpiaz/Dam for example

limelect avatar Nov 29 '23 09:11 limelect

Thanks !!! I'll do it during my free time !!!

aso14 avatar Dec 01 '23 09:12 aso14