Sign in
flutter
/
third_party
/
harfbuzz
/
e053ccc5bb7268fe5900dd364d906638c58b2908
/
src
/
hb-coretext.cc
72ada4f
[GX] Hook up feature variations
by Behdad Esfahbod
· 8 years ago
fc4e671
[coretext] Use intended coretext version check logic (#315)
by Ebrahim Byagowi
· 9 years ago
4867734
Try to unbreak building on older macOS again (#314)
by Khaled Hosny
· 9 years ago
b717cd7
Do reconfigure the cascade list for Emoji font on OS X 10.9.5 (#313)
by Dominik Röttsches
· 9 years ago
a0f1b44
[coretext] Blind fix for build on MacOS 10.9
by Khaled Hosny
· 9 years ago
3331731
Fix sign of shift operators
by Behdad Esfahbod
· 9 years ago
489acf6
[coretext] "Fix" crashes on CoreText < 10.10
by Behdad Esfahbod
· 9 years ago
8744212
[coretext] Speculative fix for CoreText nullptr access (#288)
by Ebrahim Byagowi
· 9 years ago
fc9de44
Comments
by Behdad Esfahbod
· 9 years ago
a022327
Discard reconfigured CTFont if URL changes
by Dominik Röttsches
· 9 years ago
5908962
[coretext] Clarify comment
by Behdad Esfahbod
· 9 years ago
89137e3
Minor
by Behdad Esfahbod
· 9 years ago
15063b1
[coretext] Move CTFont construction to face_data
by Behdad Esfahbod
· 9 years ago
ba3d49d
[coretext] Move code around
by Behdad Esfahbod
· 9 years ago
90194ef
[coretext] Move code around
by Behdad Esfahbod
· 9 years ago
238b943
[coretext] Fix leak!
by Behdad Esfahbod
· 9 years ago
e561122
[coretext] Move code around
by Behdad Esfahbod
· 9 years ago
04c6443
[coretext] Ignore PPEM in font size selection
by Behdad Esfahbod
· 9 years ago
62c2711
[coretext] Limit grapheme-cluster forming to cluster-level=0
by Behdad Esfahbod
· 9 years ago
061105e
[coretext] Fix shaping with varying font size
by Behdad Esfahbod
· 9 years ago
a39ff95
[coretext] Speed up CoreText font fallback
by Behdad Esfahbod
· 9 years ago
a7f0e25
Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
by Nico Weber
· 9 years ago
8b1224f
Remove unused `retry:` label.
by Nico Weber
· 9 years ago
b881142
Fix Since tags
by Behdad Esfahbod
· 10 years ago
ed6962c
[coretext] Use i32 instead of u32 as well
by Behdad Esfahbod
· 10 years ago
958c268
[coretext] Add TODO item
by Behdad Esfahbod
· 10 years ago
50ad778
[coretext] Remove assert that kicks in on Mac OS 10.6
by Behdad Esfahbod
· 10 years ago
39851ce
[coretext] Oops; fix issue number for previous commit
by Behdad Esfahbod
· 10 years ago
24f17af
[coretext] Fix positioning with trailing whitespace
by Behdad Esfahbod
· 10 years ago
982d94e
[coretext] Don't generate notdef glyph for default-ignorables
by Behdad Esfahbod
· 10 years ago
6917a04
[coretext] Unbreak glyph positioning in presence of notdef runs
by Behdad Esfahbod
· 10 years ago
b0b38bb
[coretext] Fix positioning of notdef
by Behdad Esfahbod
· 10 years ago
70622e5
[coretext] Fix scaling
by Behdad Esfahbod
· 10 years ago
221ba02
[coretext] Use vertical advance for notdef in vertical direction
by Behdad Esfahbod
· 10 years ago
522b1cc
[coretext] Hide feature_mappings
by Behdad Esfahbod
· 11 years ago
20076cc
[coretext] Add version guards for kCTLanguageAttributeName
by Behdad Esfahbod
· 11 years ago
1b3011c
[coretext] Pass buffer language to CoreText
by Behdad Esfahbod
· 11 years ago
3eb6a4d
[coretext] Minor
by Behdad Esfahbod
· 11 years ago
08acfe0
[hb-coretext] Fix cluster order of notdef runs in RTL text
by Behdad Esfahbod
· 11 years ago
81b8d97
[coretext] Fix buffer resizing
by Behdad Esfahbod
· 11 years ago
c3e924f
[coretext] Rewind scratch-allocated arrays when not needed anymore
by Behdad Esfahbod
· 11 years ago
fd0001d
[coretext] Compare CGFont and PS name, if CTFont didn't match
by Behdad Esfahbod
· 11 years ago
5a0eed3
[coretext] Implement vertical shaping
by Behdad Esfahbod
· 11 years ago
1b55077
[coretext] Remove unnecessary alt_size
by Behdad Esfahbod
· 11 years ago
10b1104
[coretext] Use CFRunStatus
by Behdad Esfahbod
· 11 years ago
fd1a6aa
[coretext] Minor
by Behdad Esfahbod
· 11 years ago
130856c
[coretext] Remove debug printf!
by Behdad Esfahbod
· 11 years ago
4acce77
[coretext] Pass buffer direction to CoreText
by Behdad Esfahbod
· 11 years ago
5ec45dd
[coretext] Minor
by Behdad Esfahbod
· 11 years ago
624a299
[coretext] Attach marks to base clusters
by Behdad Esfahbod
· 11 years ago
3c41ccb
[coretext] Use input clusters
by Behdad Esfahbod
· 11 years ago
a6b8dc8
[coretext] Fix buffer resize handling
by Behdad Esfahbod
· 11 years ago
9b3c60c
[coretext] Always compute log_clusters
by Behdad Esfahbod
· 11 years ago
9ce067c
[coretext] Simplify cluster mapping
by Behdad Esfahbod
· 11 years ago
49f7fb6
[coretext] Minor
by Behdad Esfahbod
· 11 years ago
25f4fb9
[coretext] Fix fallback detection
by Behdad Esfahbod
· 11 years ago
77a7a53
[coretext] Fix last range
by Behdad Esfahbod
· 11 years ago
92aeee3
Minor
by Behdad Esfahbod
· 11 years ago
b9993d8
[coretext] Fix assert on Yosemite
by Behdad Esfahbod
· 11 years ago
087733d
[coretext] Use CGFont as face_data
by Behdad Esfahbod
· 11 years ago
7627100
Mark unsigned integer literals with the u suffix
by Behdad Esfahbod
· 11 years ago
fb8cc86
Rename sort() to qsort()
by Behdad Esfahbod
· 11 years ago
7526373
[coretext] Remove unused var
by Behdad Esfahbod
· 11 years ago
a9e25e9
[coretext] Add hb_coretext_face_create()
by Behdad Esfahbod
· 11 years ago
c79865f
[coretext] Add coretext_aat shaper
by Behdad Esfahbod
· 11 years ago
c29993a
[coretext] Handle surrogate pairs when generating notdef glyphs
by Behdad Esfahbod
· 11 years ago
748b278
[coretext] Minor optimization
by Behdad Esfahbod
· 11 years ago
aec468f
[coretext] Add TODO
by Behdad Esfahbod
· 11 years ago
58cc233
[coretext] Cleanup
by Behdad Esfahbod
· 11 years ago
c8213c6
[coretext] Avoid font fallback with CoreText shaper
by Khaled Hosny
· 11 years ago
68c372e
More scratch-buffer cleanup
by Behdad Esfahbod
· 11 years ago
8fcadb9
[coretext] More scratch buffer fixes
by Behdad Esfahbod
· 11 years ago
16f175c
Fix scratch-buffer alignment warnings
by Behdad Esfahbod
· 11 years ago
3613696
[coretext] Fully support user features
by Behdad Esfahbod
· 12 years ago
a782a5e
[coretext] Start adding support for features
by Behdad Esfahbod
· 12 years ago
c461371
[CoreText] Don't leak the CTLine object (and everything that hangs off it)
by Behdad Esfahbod
· 12 years ago
7235f33
Fix misc warnings reported by cppcheck
by Behdad Esfahbod
· 12 years ago
e923e64
[coretext] Fixed typo
by Behdad Esfahbod
· 12 years ago
9a83958
[coretext] Add hb_coretext_face_get_cg_font()
by Behdad Esfahbod
· 12 years ago
8611235
[coretext] Remove hack around GlyphID
by Behdad Esfahbod
· 12 years ago
7d52e66
Whitespace
by Behdad Esfahbod
· 12 years ago
45c1383
Minor
by Behdad Esfahbod
· 13 years ago
301168d
[CoreText] Port to shape_plan infrastructure
by Behdad Esfahbod
· 13 years ago
027857d
Start adding a unified shaper access infrastructure
by Behdad Esfahbod
· 13 years ago
ac2085d
[CoreText] Ensure cluster indices in output buffer are non-decreasing.
by Jonathan Kew
· 13 years ago
441d3bb
Minor
by Behdad Esfahbod
· 13 years ago
aa6d849
[CoreText] Add basic Core Text backend for comparison with our native shaping
by Jonathan Kew
· 13 years ago