Skip to content
#

fonts

A font is the reference of size, weight, and style of a particular text. The weight of a particular font is the thickness of the character outlines. Size is typically measured in points, which is a vertical measurement of lettering.

Here are 697 public repositories matching this topic...

KrasnayaPloshchad
KrasnayaPloshchad commented Sep 7, 2019

The combining dot above right is added in Source Sans Pro 3.006, but the usage of this diacritic is not perfect, this mark has some inconsistency with other diacritics or without.
The following letters can produce this problem:

Ó͘ ó͘ (second tone)
Ò͘ ò͘ (third tone)
Ô͘ ô͘ (fifth tone)
Ō͘ ō͘ (seventh tone)
O̍͘ o̍͘ (eighth tone)

BabelPad:
![1](https://user-images.githubu

harfbuzz
xobs
xobs commented Jan 15, 2020

I'm trying to understand how to use harfbuzz, and I understand the most important function is hb_shape. As such, I'm going through the documentation trying to understand what the parameters mean, and I've come across the "simple shaping example" from https://harfbuzz.github.io/ch03s03.html

This describes how to allocate a buffer, set its direction, load a font, and perform shaping.

Howeve

MartinP7r
MartinP7r commented Sep 16, 2018

When I set a navigation bar like below, the icon gets cut off.

let settingsBarButton = UIBarButtonItem()
settingsBarButton.setIcon(icon: .emoji(.gear), iconSize: 30)
navigationItem.rightBarButtonItems = [settingsBarButton]

image

Not sure what's wrong since the example in

Wikipedia
Wikipedia
You can’t perform that action at this time.