7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 11:25:30 +00:00
kicad/common/font
Seth Hillbrand 77797103f7 Add ability to embed files in various elements
Schematics, symbols, boards and footprints all get the ability to store
files inside their file structures.  File lookups now have a
kicad-embed:// URI to allow various parts of KiCad to refer to files
stored in this manner.

kicad-embed://datasheet.pdf references the file named "datasheet.pdf"
embedded in the document.  Embeds are allowed in schematics, boards,
symbols and footprints.  Currently supported embeddings are Datasheets,
3D Models and drawingsheets

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6918

Fixes https://gitlab.com/kicad/code/kicad/-/issues/2376

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17827
2024-07-15 16:06:55 -07:00
..
font.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
fontconfig.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
glyph.cpp Don't assume all glyphs are outline with an outline font. 2024-03-18 22:21:01 +00:00
outline_decomposer.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
outline_font.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
stroke_font.cpp LEGACY_FACTOR was upside-down. 2023-08-07 14:01:58 +01:00
text_attributes.cpp ADDED: parameterize font metrics and allow customization of overbar height. 2023-08-06 20:57:41 +01:00
version_info.cpp Move fontconfig to kicommon for now to de-duplicate the font cache 2023-09-24 22:58:18 -04:00