index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibPDF
/
Fonts
Age
Commit message (
Expand
)
Author
2022-11-25
LibPDF: Override Type 1 character mappings by encoding in font dict
Julian Offenhäuser
2022-11-25
LibPDF: Add alternative names to is_standard_latin_font() helper
Julian Offenhäuser
2022-11-25
LibPDF: Move all font handling to Type1Font and TrueTypeFont classes
Julian Offenhäuser
2022-11-25
LibPDF: Introduce loading of common font data in PDFFont base class
Julian Offenhäuser
2022-11-25
LibPDF: Pass PDFFont::draw_glyph() a char code instead of a code point
Julian Offenhäuser
2022-11-19
LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering
Julian Offenhäuser
2022-10-16
LibPDF: Add very basic support for Adobe Type 1 font rendering
Julian Offenhäuser
2022-10-16
LibPDF: Add glyph drawing and type info methods to PDFFont
Julian Offenhäuser
2022-09-17
LibPDF: Don't expect glyph width arrays to contain integers
Julian Offenhäuser
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-03-31
LibPDF: Add Type0 and TrueType fonts
Matthew Olsson
2022-03-31
LibPDF: Abstract Type1 font data
Matthew Olsson
2022-03-31
LibPDF: Accept font size in PDFFont::get_char_width
Matthew Olsson
2022-03-31
LibPDF: Move font files into their own directory
Matthew Olsson