mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-12 08:15:58 +08:00
* 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
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
framework module StyledText {
|
|
umbrella header "StyledText-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|