aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/sfntly/font.h
AgeCommit message (Collapse)Author
2016-09-01Add a size limit for font tables.Lei Zhang
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
2011-12-12Move Chromium subsetter code to sample, update CMakeLists accordingly.arthurhsu
Remove unused const in font.h.
2011-09-08Advance C++ port to Sep 1 11 snapshotarthurhsu
Update test font to use OFL-compliant fonts
2011-09-01Advance C++ port to Aug 11 Java snapshotarthurhsu
2011-08-29Modified NewTableBuilder so it would no longer require CALLER_ATTACH.dfilimon
2011-08-23Reorg folder structure to aligned with latest Java version.arthurhsu
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.
2011-08-01Readability clean up. The code conforms to Google C++ Coding Style.arthurhsu
2011-07-08Update static const ints to enums so that these enums can be used inarthurhsu
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
2011-06-23Initial releasearthurhsu