https://github.com/adobe-type-tools/afdko/ Adobe Font Development Kit for OpenType
https://github.com/mpcabd/python-arabic-reshaper/ Reconstruct Arabic sentences to be used in applications that don't support Arabic
https://github.com/adobe-type-tools/afdko/ Adobe Font Development Kit for OpenType
https://github.com/mpcabd/python-arabic-reshaper/ Reconstruct Arabic sentences to be used in applications that don't support Arabic
# Copyright 2019 Michael LaGattuta | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
### Example of using the method in a script for Drawbot | |
# import the method from hexToRgb.py (have hexToRgb.py in the same folder as your script) | |
# alternatively, you can also just include the whole method in your code | |
from hex2rgb import hex2rgb | |
# have a hex color in mind (works with or without the # sign) | |
myHex = "#2F3137" | |
# use an asterisk to feed the tuple (R,G,B) result in place of any usual drawbot color value |