ReadMeFirst
- 
					
					
					
					
 Before posting on the forum, please make sure to read the following pages in the documentation: Formatting your postThe forum supports formatting with Markdown. When posting code, used fenced codeblocks with the appropriate language tags: - pythonfor Python code
- consolefor code output
 ```python f = CurrentFont() for g in f: print g ``` ```console Traceback (most recent call last): File "<untitled>", line 2, in <module> TypeError: 'NoneType' object is not iterable ```Code samplesWhen asking questions about code, please try to simplify code samples as much as possible – try to abstract the actual programming problem from the particularities of your project. This makes it easier for others to understand the issue and provide a helpful answer. 
 
