Created
November 16, 2017 13:18
-
-
Save khiav223577/bcd9fe2d87e8023e3af08b09c20542e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WPS = Win32API.new('kernel32', 'WriteProfileString', ['P'] * 3, 'L') | |
WPS.call('Fonts', font_name + ' (TrueType)', font_file_name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment