summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
AgeCommit message (Expand)AuthorFilesLines
13 daystdf#163486: PVS: variable is assigned but not usedXisco Fauli1-2/+0
13 daystdf#36709 sw: Writer layout for font-relative first-line indentJonathan Clark1-0/+4
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea1-6/+0
2024-10-18tdf#163215: Enable kashida justification for AAT fontsJonathan Clark1-0/+4
2024-09-26tdf#163105 Use HB data while selecting kashida insertion positionsJonathan Clark1-0/+29
2024-08-19SalLayout::InitFont doesn't do anythingCaolán McNamara1-1/+0
2024-08-07cid#1557545 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-22tdf#124116 Correct Writer text shaping across formatting changesJonathan Clark1-17/+28
2024-05-10loplugin:ostr in vclNoel Grandin1-1/+1
2024-04-01tdf#160430: Fix glyph bounds calculation, and use basegfx::B2DRectangleMike Kaganski1-2/+2
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-4/+4
2023-12-11cid#1545577 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+1
2023-12-07cid#1558798 Unchecked return valueCaolán McNamara1-2/+4
2023-12-05vcl: add unit tests for a mixture of CJK and latin charactersChris Sherlock1-1/+31
2023-08-31SAL_WARN->SAL_INFO in ImplGlyphFallbackLayoutNoel Grandin1-1/+1
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-1/+1
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-1/+1
2023-07-23tdf#156211: Don’t round Kashida width when doing subpixel positioningKhaled Hosny1-1/+5
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny1-1/+1
2023-06-01tdf#153440: Fix font fallback for surrogate pairs in RTL textKhaled Hosny1-4/+4
2023-03-10tdf#114556 fix vertical writing emphasis mark position.Mark Hung1-2/+21
2022-11-21remove FontAttributes::meCharSetCaolán McNamara1-1/+1
2022-09-30vcl: Use the same underline sizes for overlinesKhaled Hosny1-1/+1
2022-09-21use more string_view in vclNoel Grandin1-5/+5
2022-09-20vcl: Add PhysicalFontFace::GetName()Khaled Hosny1-9/+1
2022-09-07vcl: convert ImplGetEmphasisMark() to EmphasisMark classChris Sherlock1-178/+10
2022-09-01change ABORT_ON_NON_APPLICATION_FONT_USE to NON_APPLICATION_FONT_USE=...Caolán McNamara1-3/+7
2022-08-25FeatureCollector: Get feature labels for ssXX/cvXX features from the fontKhaled Hosny1-2/+2
2022-08-24rename DeviceFontWidth/DeviceFontHeight to DeviceSubPixelCaolán McNamara1-1/+1
2022-08-24move & rename height relevant function near & similar to its width equivalentCaolán McNamara1-1/+1
2022-08-23vcl: move ImplEmphasisMarkStyle() to vcl::Font and add unit testChris Sherlock1-28/+2
2022-08-22ensure no font/glyph fallback is happening for repeatable resultsCaolán McNamara1-2/+14
2022-08-20Don’t unconditionally validate Kashida at start/end of layoutKhaled Hosny1-2/+2
2022-08-14Streamline Kashida validation logicKhaled Hosny1-5/+21
2022-05-20work around ImplGlyphFallbackLayout() returning garbage fallbackLuboš Luňák1-0/+15
2022-05-20remove remnants of hack for tdf#89231Luboš Luňák1-6/+1
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung1-0/+1
2022-05-02better for fix glyph font fallback with null characterLuboš Luňák1-3/+0
2022-04-29don't try to find glyph font fallback for null characterLuboš Luňák1-0/+3
2022-03-13ofz: Divide-by-zeroCaolán McNamara1-16/+24
2022-01-16tdf#146439 retain precise base start pos when using ResolutionIndependentLayoutCaolán McNamara1-1/+1
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara1-4/+4
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-1/+1
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-56/+6
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock1-2/+0
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock1-1/+1
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-39/+0