Text metrics API #88
Loading…
Reference in New Issue
No description provided.
Delete Branch "text_metrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace confusing
oc_text_bounding_box()
withoc_font_text_metrics()
, which returns:Also make
oc_font_get_metrics()
return scaled metrics, and addoc_font_get_metrics_unscaled()
for the less common case where we need the unscaled metrics.