History log of /external/sfntly/cpp/src/sfntly/font.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
813efeb18bf6205354b01a525352ebdb10eebe06 01-Sep-2016 Lei Zhang <leizleiz@users.noreply.github.com> Add a size limit for font tables.

Add a generous 200 MB limit for font tables.
Enforce the limit in Font::Builder::LoadTableData().
Clean up some nits along the way.
Fixes https://crbug.com/641446
/external/sfntly/cpp/src/sfntly/font.h
0d66259a9ad17d5057130faaee616eda8ce3d0de 12-Dec-2011 arthurhsu <arthurhsu@google.com> Move Chromium subsetter code to sample, update CMakeLists accordingly.
Remove unused const in font.h.
/external/sfntly/cpp/src/sfntly/font.h
28258feb374913d40c347932937500210ba23d7c 08-Sep-2011 arthurhsu <arthurhsu@google.com> Advance C++ port to Sep 1 11 snapshot
Update test font to use OFL-compliant fonts
/external/sfntly/cpp/src/sfntly/font.h
6a2a8e7db878d1115d600c3be02e2700d8b372bc 01-Sep-2011 arthurhsu <arthurhsu@google.com> Advance C++ port to Aug 11 Java snapshot
/external/sfntly/cpp/src/sfntly/font.h
f48f9495bfb5297171b933641a0a489cb86ad39b 29-Aug-2011 dfilimon <dfilimon@google.com> Modified NewTableBuilder so it would no longer require CALLER_ATTACH.
/external/sfntly/cpp/src/sfntly/font.h
584bf6606b53bda8bf0810e7c0ad57e24cacb4f1 23-Aug-2011 arthurhsu <arthurhsu@google.com> Reorg folder structure to aligned with latest Java version.
Change header guards.
Updated font_data_test.cc so that VC compilation is not broken.
Updated CMakeLists.txt so that files are grouped in folders in VC.
/external/sfntly/cpp/src/sfntly/font.h
c143ecb4bbc4f3ccca5145dc2b17cc20ca738efe 01-Aug-2011 arthurhsu <arthurhsu@google.com> Readability clean up. The code conforms to Google C++ Coding Style.
/external/sfntly/cpp/src/sfntly/font.h
007bac39b5a613b17384f72d96457ab91638bab6 09-Jul-2011 arthurhsu <arthurhsu@google.com> Update static const ints to enums so that these enums can be used in
switch-case. There are two exceptions:
1. if original Java code uses static const int, we keep it that way.
2. C++ compilers may not support 64-bit enum so we need to define them as static
const uint64_t
/external/sfntly/cpp/src/sfntly/font.h
95efcd4ba41e367b466b7206a942605bbbbb2c90 23-Jun-2011 arthurhsu <arthurhsu@google.com> Initial release
/external/sfntly/cpp/src/sfntly/font.h