Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 05 / 25.mkd
blobbf0ae430d9ce133a566f3fcd6c394485c6eddc3c
1 # 2017/05/25
3 ## 18:36
5 Actually for fonts, they should not extend NativeFont, but point to them. The
6 fonts themselves will be weak references which are looked up by a reference
7 handler when requested. Many fonts however can be the same font which points
8 to multiple places.
10 ## 18:41
12 I like how the lcdui Font does not use point sizes.
14 ## 21:42
16 Actually I can use something similar to the `CacheState` for the storing and
17 handling of variables and such. Essentially it is the same thing just a bit
18 simplified, well mostly is the same thing. It has worked before, I just need
19 to make it slightly a bit more sane.
21 ## 21:45
23 Of course I need a name. Which can simply just be `VariableState`.
25 ## 21:52
27 So pretty much the same thing as before.
29 ## 22:26
31 The thing is that I need even less immutable states since all targets of jumps
32 are to basic blocks.