summaryrefslogtreecommitdiff
path: root/vcl/source/font
AgeCommit message (Expand)Author
2022-11-21vcl: fix accessing color font colorsKhaled Hosny
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-21be more specific on what "Symbol" isCaolán McNamara
2022-11-21drop effectively unused Font::IsSymbolFontCaolán McNamara
2022-11-21drop ImplFont::SetSymbolFlagCaolán McNamara
2022-11-21stop setting OpenSymbol as a "Symbol" fontCaolán McNamara
2022-11-20vcl: fix glyph positioning for artificial italicKhaled Hosny
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-18add documentation that this means Windows Symbol encodingCaolán McNamara
2022-11-18remove unused Font::SetSymbolFlagCaolán McNamara
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-11-11Drop a counterproductive top-level constStephan Bergmann
2022-11-08Related: ofz#47699 ludicrous font heightCaolán McNamara
2022-11-02vcl: add PhysicalFontFace::GetVariations()Khaled Hosny
2022-10-01Unused constantsKhaled Hosny
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-10-01vcl: Use a hb_face_t wrapper in TrueTypeFaceKhaled Hosny
2022-10-01Fix typoAndrea Gelmini
2022-10-01Fix typoAndrea Gelmini
2022-10-01vcl: Move TrueTypeFace where it is usedKhaled Hosny
2022-09-30vcl: Use LogicalFontInstance::GetScale()Khaled Hosny
2022-09-30vcl: Use the same underline sizes for overlinesKhaled Hosny
2022-09-30vcl: Use font’s underline/strike position and sizeKhaled Hosny
2022-09-30vcl: Apply variations to font metricsKhaled Hosny
2022-09-23vcl: Use glyph names from the font in Type 3 fontsKhaled Hosny
2022-09-23vcl: tdf#121327 PDF export for bitmap color fontsKhaled Hosny
2022-09-21use more string_view in vclNoel Grandin
2022-09-20use O[U]String in TrueType codeNoel Grandin
2022-09-20vcl: tdf#138325 pass PostScript name down to CreateCFFfontSubset()Khaled Hosny
2022-09-20vcl: Add PhysicalFontFace::GetName()Khaled Hosny
2022-09-19vcl: Fix Type 3 glyph widthsKhaled Hosny
2022-09-19vcl: Add PhysicalFontFace::UnitsPerEm()Khaled Hosny
2022-09-19vcl: Add PhysicalFontFace API to get color layersKhaled Hosny
2022-09-19vcl: Don’t use temporary files for CreateFontSubset()Khaled Hosny
2022-09-13vcl: Simplify calling FillFontSubsetInfo()Khaled Hosny
2022-09-13vcl: Move subsetting helper functions to sft.cxxKhaled Hosny
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add PhysicalFontFace::GetRawFontData()Khaled Hosny
2022-09-10Fix typoAndrea Gelmini
2022-09-10vcl: Use vector instead of array for FontCharMap rangesKhaled Hosny
2022-09-09ofz: Undefined-shiftCaolán McNamara
2022-09-08vcl: Drop CmapResult indirectionKhaled Hosny
2022-09-08vcl: Drop now unused ParseCMAP()Khaled Hosny
2022-09-08vcl: Get FontCharMap from HarfBuzzKhaled Hosny
2022-09-08vcl: Drop now unused FontCharMap::GetGlyphIndex()Khaled Hosny
2022-09-08vcl: Add LogicalFontInstance::GetGlyphIndex()Khaled Hosny
2022-09-07vcl: convert ImplGetEmphasisMark() to EmphasisMark classChris Sherlock
2022-09-06vcl: Add LogicalFontInstance::GetGlyphWidth()Khaled Hosny