Oct 3, 2002 #1 FamWS Programmer Joined Jul 17, 2002 Messages 28 Location MY Is there any Delphi function that can return the charset of a font that passed in as the parameter? I need to know the charset in order to support Asia language, like Vietmam, Chinse, Korea, etc
Is there any Delphi function that can return the charset of a font that passed in as the parameter? I need to know the charset in order to support Asia language, like Vietmam, Chinse, Korea, etc
Oct 5, 2002 #2 DelphiAaron Programmer Joined Jul 4, 2002 Messages 826 Location AU the property component.font.charset returns its number see help file under TFont.Charset Upvote 0 Downvote