Files
GitHawk/Pods/Target Support Files/StyledText/StyledText.modulemap
Ryan Nystrom 860d0f7318 [WIP] Exploring styled text refactor (#1231)
* styled text and builder

* add styledtext local pod

* pod install

* move font back to text style

* lru cache

* more tests, fix head/tail swap

* clear api, more tests

* memory warnings, add cgimage conformance

* styled text render cache key

* defer locks, add cachable size, renderer has global cache

* add snapshot tests

* move local pods to remove space

* update podfile

* snapshot tests for renderer

* styled text view

* update access

* install pod again

* alltext api, const text styles

* add back h1 styles

* reset path changes, snap 0.2.3, revert githawk changes

* remove unused file

* measure cache size in bytes not bits
2017-12-17 09:20:37 -05:00

7 lines
110 B
Plaintext

framework module StyledText {
umbrella header "StyledText-umbrella.h"
export *
module * { export * }
}