Sign in
flutter
/
third_party
/
harfbuzz
/
57c55ef8341c760145170dedd002c5afb380e6c8
/
src
/
hb-ft.cc
ac8c4e5
[ft] Fix theoretical leak
by Behdad Esfahbod
· 8 years ago
68af14d
Protect against div-by-zero in CBDT extent code
by Behdad Esfahbod
· 8 years ago
7647a05
Minor
by Behdad Esfahbod
· 8 years ago
825e404
[hb-ft] Remove use of variable-length array
by Behdad Esfahbod
· 8 years ago
47ee34e
[var] Hook up variations to FreeType face
by Behdad Esfahbod
· 8 years ago
b8376b1
Minor
by Behdad Esfahbod
· 8 years ago
42c8142
[GX] Fix build with older FreeType
by Behdad Esfahbod
· 8 years ago
72873cf
Call hb_font_set_var_coords_normalized() from FT_Face coords
by Sascha Brawer
· 8 years ago
3331731
Fix sign of shift operators
by Behdad Esfahbod
· 9 years ago
34f9aa5
Implement symbol cmap in ft and ot fonts
by Behdad Esfahbod
· 9 years ago
6bf9db4
[ft] Fix unsafe cast of FT_Done_Face in hb_ft_{face,font}_create_referenced (#289)
by Birunthan Mohanathas
· 9 years ago
8b5bc14
Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph()
by Behdad Esfahbod
· 9 years ago
31fa389
[ft] Use ftface->size->metrics for font extent info
by Behdad Esfahbod
· 9 years ago
6f2e6de
Get font ascender and descender metrics from OS/2 table.
by Simon Cozens
· 9 years ago
c743ec5
[ft] Fix extents with negative scales
by Behdad Esfahbod
· 9 years ago
44f8275
[ft] Remove font funcs that do nothing
by Behdad Esfahbod
· 9 years ago
7918c26
[ft] Port ft font funcs to allocated object
by Behdad Esfahbod
· 9 years ago
ca97ea7
[ft] Revert change-of-behavior of hb_ft_font_create() introduced in 1.0.5
by Behdad Esfahbod
· 9 years ago
edeb3da
[ft] Add version for new API
by Behdad Esfahbod
· 9 years ago
2a9627c
[ft] API: Add hb_font_[sg]et_load_flags() API
by Behdad Esfahbod
· 9 years ago
b881142
Fix Since tags
by Behdad Esfahbod
· 10 years ago
01c3a88
Fix "Since:" tags
by Sascha Brawer
· 10 years ago
9df099b
[ft] Don't set *glyph in get_glyph() if glyph not found
by Behdad Esfahbod
· 10 years ago
7888a6b
[ft] Handle negative scales with vertical writing
by Behdad Esfahbod
· 10 years ago
a319d07
[ft] Handle negative x_scale / y_scale
by Behdad Esfahbod
· 10 years ago
fb85d61
Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
by Chris Peterson
· 10 years ago
f34aaba
[ft] Don't set font ppem
by Behdad Esfahbod
· 10 years ago
350f3a0
[ft] Add hb_ft_face_create_referenced() and hb_ft_font_create_referenced()
by Behdad Esfahbod
· 10 years ago
9a3b748
Remove redundant check for FT_Face_GetCharVariantIndex
by Behdad Esfahbod
· 10 years ago
affacf2
[ft] Open blob in READONLY mode
by Behdad Esfahbod
· 10 years ago
8afaf09
[ft] Add NO_HINTING in a couple other places
by Behdad Esfahbod
· 10 years ago
38fb30d
Use atexit() only if it's safe to call from shared library
by Behdad Esfahbod
· 11 years ago
83408cf
Fix llvm warnings on Mac
by Behdad Esfahbod
· 11 years ago
755b44c
[ft] Round metrics instead of truncate
by Behdad Esfahbod
· 11 years ago
ace5c7e
[introspection] hb-ft annotations
by Behdad Esfahbod
· 12 years ago
e509d35
[ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
by Behdad Esfahbod
· 12 years ago
79d1007
If variation selector is not consumed by cmap, pass it on to GSUB
by Behdad Esfahbod
· 12 years ago
190e19e
[ft] Remove TODO items that I'm not going to fix
by Behdad Esfahbod
· 12 years ago
392ee97
[ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
by Behdad Esfahbod
· 12 years ago
5594c2d
[FT] Just return if glyph name not found
by Behdad Esfahbod
· 12 years ago
e9171af
Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used
by Behdad Esfahbod
· 12 years ago
d05ac7d
Fix hb-ft glyph name for broken fonts that return empty glyph names
by Behdad Esfahbod
· 12 years ago
2175693
[OT] Implement fallback positioning
by Behdad Esfahbod
· 13 years ago
271c8f8
Minor
by Behdad Esfahbod
· 13 years ago
2023e2b
[ft] Disable ppem setting
by Behdad Esfahbod
· 13 years ago
cdf7444
[ft] Use unfitted kerning if x_ppem is zero
by Behdad Esfahbod
· 13 years ago
0594a24
Cleanup TRUE/FALSE vs true/false
by Behdad Esfahbod
· 13 years ago
f64b2eb
Remove last static initializer
by Behdad Esfahbod
· 13 years ago
04aed57
Make hb-ft static-initializer free
by Behdad Esfahbod
· 13 years ago
f06ab8a
Better hide nil objects and make them const
by Behdad Esfahbod
· 13 years ago
bce0955
Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
by Behdad Esfahbod
· 13 years ago
323190c
Minor
by Behdad Esfahbod
· 13 years ago
0b7e4d9
[ft] FT_Get_Advance() for advance-width callbacks
by Behdad Esfahbod
· 14 years ago
553bc3d
Minor
by Behdad Esfahbod
· 14 years ago
254142b
[ft] FT_Select_Charmap() when we create face
by Behdad Esfahbod
· 14 years ago
9527fb2
Fix missing return
by Behdad Esfahbod
· 14 years ago
01ec13a
Implement hb_ft_font_get_face
by Behdad Esfahbod
· 14 years ago
13a601f
[FT] Don't make font immutable
by Behdad Esfahbod
· 14 years ago
38b2118
[API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
by Behdad Esfahbod
· 14 years ago
de1e1cf
[FT] Adapt to new face API
by Behdad Esfahbod
· 14 years ago
3897335
[API] Sort out get_blob API
by Behdad Esfahbod
· 14 years ago
e715784
Rename get_table to reference_table in all API
by Behdad Esfahbod
· 14 years ago
c605bbb
Remove C++ guards from source files
by Behdad Esfahbod
· 14 years ago
2d8ebcb
[API] One last font-funcs API change
by Behdad Esfahbod
· 14 years ago
60fbb36
[Vertical] GPOS is always done with horizontal origin
by Behdad Esfahbod
· 14 years ago
8b38fae
More vertical
by Behdad Esfahbod
· 14 years ago
1909818
Cosmetic
by Behdad Esfahbod
· 14 years ago
7e2c85d
[API] Vertical support, take 2
by Behdad Esfahbod
· 14 years ago
744970a
[API] Add support for vertical text
by Behdad Esfahbod
· 14 years ago
56d12e0
Remove unnecessary TODO item
by Behdad Esfahbod
· 14 years ago
0fd8c2f
[API] Make get_glyph() callback return a boolean
by Behdad Esfahbod
· 14 years ago
805af72
Rename get_kernings() arguments from first/second_glyph to left/right_glyph
by Behdad Esfahbod
· 14 years ago
7033518
[API] Pass face to get_table()
by Behdad Esfahbod
· 14 years ago
b467827
[API] Remove const from font user_data
by Behdad Esfahbod
· 14 years ago
9a14688
[API] Rename hb_face_create_for_data() to hb_face_create()
by Behdad Esfahbod
· 14 years ago
a513dbc
[API] Change signature of get_contour_point and get_kerning ffuncs
by Behdad Esfahbod
· 14 years ago
b9d975b
[API] Pass down closure user_data to font funcs
by Behdad Esfahbod
· 14 years ago
d292885
[ft] Fix font->face handling
by Behdad Esfahbod
· 14 years ago
72657e4
[API] Make hb_font_create() take a face and reference it
by Behdad Esfahbod
· 14 years ago
fca368c
Add hb_object_header_t which is the common part of all objects
by Behdad Esfahbod
· 14 years ago
2409d5f
Update Copyright headers
by Behdad Esfahbod
· 14 years ago
783a7d6
[TODO] Remove finished items
by Behdad Esfahbod
· 14 years ago
c57d454
Rename all private sources and headers to C++ files
by Behdad Esfahbod
· 14 years ago
[Renamed (98%) from src/hb-ft.c]
5668189
[API] font: move user_data before destroy()
by Behdad Esfahbod
· 14 years ago
9da26d6
Remove email address from Copyright headers
by Behdad Esfahbod
· 14 years ago
502f4cb
Divide get_metrics into get_advance and get_extents
by Behdad Esfahbod
· 14 years ago
acdba3f
Prefer C linkage
by Behdad Esfahbod
· 15 years ago
cc6d522
De-C++ where possible
by Behdad Esfahbod
· 15 years ago
[Renamed (99%) from src/hb-ft.cc]
c442672
Fix struct initializers
by Behdad Esfahbod
· 15 years ago
750a229
get_table() is allowed to return NULL. Use that to simplify code
by Behdad Esfahbod
· 15 years ago
0a4399c
Fix scale issues
by Behdad Esfahbod
· 15 years ago
22da7fd
Rename a few files to be C++ sources
by Behdad Esfahbod
· 15 years ago
[Renamed (96%) from src/hb-ft.c]
64d3fc8
Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
by Behdad Esfahbod
· 15 years ago
2cd1ea4
[ft] Disallow getting the entire font data with tag=0
by Behdad Esfahbod
· 15 years ago
33d13fd
Rename HB_GNUC_UNUSED -> HB_UNUSED
by Behdad Esfahbod
· 15 years ago
d6b3c83
Allow get_table() to return NULL
by Behdad Esfahbod
· 15 years ago
f1aaa2a
Add TODO
by Behdad Esfahbod
· 15 years ago
1d72019
Fix compile warnings (HB_GNUC_UNUSED)
by Behdad Esfahbod
· 15 years ago
c755cb3
Change header comment
by Behdad Esfahbod
· 15 years ago
e48ed72
[ft] Check stream->read instead of stream->base
by Behdad Esfahbod
· 15 years ago
Next »