mactype VS harfbuzz

Compare mactype vs harfbuzz and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
mactype harfbuzz
44 33
9,473 3,592
- 1.5%
4.4 9.8
9 months ago 6 days ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mactype

Posts with mentions or reviews of mactype. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-07.
  • GTK: On fractional scales, fonts and hinting
    2 projects | news.ycombinator.com | 7 Mar 2024
    I'm curious - when you were doing research into the mechanics of hinting options, did you stumble onto any relevant discussion around allowing custom pixel geometries to be defined, to enable hinting on modern OLED / WRBG displays? There's a good thread on the topic here[0], with some people referring to it as 'ClearType 2' on the MS side [1]. On the oss side I know FreeType theoretically supports this[2], but I can't quite figure out how relevant the FreeType backend is to this most recent work.

    This is great work btw.

    [0]: https://github.com/snowie2000/mactype/issues/932

    [1]: https://github.com/microsoft/PowerToys/issues/25595

    [2]: https://freetype.org/freetype2/docs/reference/ft2-lcd_render...

  • HDMI Forum Rejects Open-Source HDMI 2.1 Driver Support Sought by AMD
    3 projects | news.ycombinator.com | 28 Feb 2024
    HDMI 2.0 is capable of doing 4k @ 120Hz, but only up to YCbCr 4:2:0 8bit instead of the full YCbCr 4:4:4 10bit (though I'm not sure how close wayland is to 10bit support). It will be fine for gaming, just not for everyday PC use.

    FWIW I also didn't realise this until just now. I've been running my desktop at 4k@120hz recently for the buttery smooth neovide, but have been noticing that text rendering, especially syntax-highlighted text, looks awful. I'd seen the same oled panel render text way better in WSL/Windows (both using a custom pixel geometry[0] via Mactype, but also without), so I spent more time than I'm willing to admit to wrapping my head around custom pixel layouts and hinting in freetype. But no, turns out it was this all along.

    If you want to see the effect of 420 vs 444 chroma subsampling on text rendering, this writeup[1] has some great test images and is well worth a read. Also, if you happen to have an LG OLED panel, you can get a little debug window that confirms your signal format and refresh rate, by pressing the green button on the remote 7-8 times.

    [0]: https://github.com/snowie2000/mactype/issues/720

  • Supercharge Your Productivity: A Complete Guide to modify VS Code looks !
    2 projects | dev.to | 10 Nov 2023
    Mactype is an application used to improve font rendering on Windows. Install Mactype from here: https://github.com/snowie2000/mactype/releases/download/v1.2023.5.31/mactype-20230531.zip
  • Text Fringing? looks bad on the new Samsung OLED G9...
    1 project | /r/OLED_Gaming | 27 Jun 2023
    Download Mactype. If you download the beta version (warning: it will trip windows defender) you can use one of the QD-OLED profiles, if you download the last stable version (has an installer and will not trip Windows defneder), use a grayscale rendered font like this one. It doesn't work on chromium browsers though so you're gonna have to use Firefox if you want it to be on your browser.
  • Text Rendering Hates You
    5 projects | news.ycombinator.com | 26 Jun 2023
    If only. There's a ticket open with Microsoft's PowerToys to improve the anti-aliasing situation:

    https://github.com/microsoft/PowerToys/issues/25595

    And heres an explanation from the dev of MacType about how DirectWrite can cause different applications to perform text rendering differently from each other:

    https://github.com/snowie2000/mactype/wiki/DirectWrite-vs-GD...

  • How do you guys maintain good eyehealth?
    1 project | /r/webdev | 9 May 2023
    There's an open source text rendering engine called MacType, it does what you'd think (make it look like Mac). Fonts are a visual delight after that, and it's highly configurable.
  • [HUB] One YEAR Using The Alienware AW3423DW QD-OLED - My Thoughts
    2 projects | /r/hardware | 2 May 2023
    Already supported in WPF and DirectWrite. AFAIK DirectWrite by default only uses y-axis at large font sizes. I think MacType enables it system-wide.
  • 27GR95QE vs 27GL850 Text Readability - more details in comments
    1 project | /r/Monitors | 28 Apr 2023
    I'm using standalone mode (load with tray). It can definitely work with browsers, as mentioned here: https://github.com/snowie2000/mactype/issues/931. Their github has considerations and workarounds for each, such as this page for Chrome: https://github.com/snowie2000/mactype/wiki/Google-Chrome
  • [Oled_Gaming] Bessere Textwiedergabe für OLED-Displays (ClearType loswerden)
    1 project | /r/aufdeutsch | 25 Apr 2023
    Step 2: Install it from the MacType homepage, it is an open-source project so it seems safe to me. I recommend installing it in "Load with MacTray" -> "Standalone Mode".
  • mactype: Better font rendering for Windows.
    1 project | /r/hypeurls | 6 Feb 2023

harfbuzz

Posts with mentions or reviews of harfbuzz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-20.
  • HarfBuzz: Text Shaping Engine
    1 project | news.ycombinator.com | 17 Apr 2024
  • Rive Renderer – now open source and available on all platforms
    7 projects | news.ycombinator.com | 20 Mar 2024
  • Libsodium: A modern, portable, easy to use crypto library
    9 projects | news.ycombinator.com | 14 Sep 2023
    For C/C++ projects that use meson as the build system, there is an excellent way to manage dependencies:

    https://mesonbuild.com/Wrapdb-projects.html

    https://mesonbuild.com/Wrap-dependency-system-manual.html

    meson will download and build the libraries automatically and give you a variable which you pass as a regular dependency into the built target:

    https://github.com/qemu/qemu/tree/005ad32358f12fe9313a4a0191...

    https://github.com/harfbuzz/harfbuzz/tree/main/subprojects

    https://github.com/harfbuzz/harfbuzz/blob/37457412b3212463c5...

    Or, if you're using proper operating systems, they're managed by the usual package manager, just like everything else.

  • The Web Assembly Shaper
    1 project | /r/hypeurls | 9 Jul 2023
    2 projects | news.ycombinator.com | 9 Jul 2023
  • Text Rendering Hates You
    5 projects | news.ycombinator.com | 26 Jun 2023
    If you sympathize with the travails of people working on text rendering in applications, please consider supporting (among other projects):

    1. The LibreOffice project (libreoffice.org), the free office application suite. This is where the rubber hits the road and developers deal with the extreme complexities of everything regarding text - shaping, styling, multi-object interaction, multi-language, you name it. And - they/we absolutely need donations to manage a project with > 200 million users: https://www.libreoffice.org/donate

    2. harfbuzz (https://harfbuzz.github.io), and specifically Behdad Esfahood the main contributor. Although, TBH, I've not quite figured out whether you can donate to that or to him. At least star the project on GitHub I guess.

  • ImGui or text rendering libraries
    7 projects | /r/C_Programming | 6 Apr 2023
    As for text, it depends very heavily on what exactly you need. Simple ASCII text and bitmap fonts? Just do it yourself or get a .bdf parser. Simple Latin/Cyrillic-like writing with ok-looking vector fonts (ttfs)? stb_truetype has all you need. Font hinting, subpixel rendering? You use freetype. More complex writing like Arabic? You will have to do shaping as well, say with HarfBuzz. Need right-to-left or unidirectional text? Hypenation? Go for platform APIs if you can (DirectWrite om Windows, CoreText on Mac).
  • QuestPDF: Modern .NET library for PDF document generation
    14 projects | news.ycombinator.com | 18 Jan 2023
    Gold standard? Even though serious bugs are not fixed [1] because "the code is too fragile to touch at this point"? Looks like Android uses HarfBuzz, if so it can't be that bad.

    [1] https://github.com/harfbuzz/harfbuzz/issues/2814

  • A Programmable Markup Language for Typesetting [pdf]
    9 projects | news.ycombinator.com | 18 Jan 2023
    The linked libraries are not even close to solving limited subsets of problems solved by FreeType or HarfBuzz. No test is needed if they do not even have a working implementation of particular requisites: Do they work on heterogeneous layouts, directions, languages, locales, scripts, symbols and composites, extensions, variations, legacy, missing, partial or corrupted instructions, standards interpretations, platforms, output devices, nonstandard point structures and grids?

    They do not. What they solve is almost a toy problem compared to the size, scope and breadth of these libraries.

    Just because some project is implemented in Rust does not make it comparable never mind superior by default.

    There is a world out there and it is not homogeneous format and standards-compliant Latin fonts in English LTR text in linear disposition with some generic rectangular subpixel rendering on a regular rectangular grid.

    I warmly welcome you to browse closed issues of FreeType [1] and also the closed issues of HarfBuzz [2]. If you feel inspired please do also look into mailing lists and discussion pages related to the development, building, tracking and patching of packages of these projects in any of the numerous places it is used.

    The only argument Rust people have is in relation WASM but if you insist in targeting WASM why not fork FreeType, strip it to the strict subset of features your application needs and target it?

    Why do it in the first place? Why reinvent the wheel?

    As such I will restate my view: I see no gain in using any of these subpar libraries.

    [1] https://gitlab.freedesktop.org/freetype/freetype/-/issues/?s...

    [2] https://github.com/harfbuzz/harfbuzz/issues?q=is%3Aclosed

  • Harfbuzz 6.0
    1 project | news.ycombinator.com | 31 Dec 2022

What are some alternatives?

When comparing mactype and harfbuzz you can also consider the following projects:

BetterClearTypeTuner - A better way to configure ClearType font smoothing on Windows 10.

imgui-sfml - Dear ImGui backend for use with SFML

MacType-Profile - Best mactype experience

nanovg - Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.

mactype-profile - @chawyehsu's MacType profile

contour - Modern C++ Terminal Emulator

ProjectReunion - The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

c-ares - A C library for asynchronous DNS requests

source-han-sans - Source Han Sans | 思源黑体 | 思源黑體 | 思源黑體 香港 | 源ノ角ゴシック | 본고딕

imgui_sdl - ImGuiSDL: SDL2 based renderer for Dear ImGui

MacType.Decency - A MacType profile that provides decent solution to font rendering and font substitutions for Windows operating systems.

Tehreer-Android - Standalone text engine for Android aimed to be free from platform limitations